Releases: TritonDataCenter/manta-monitor
Releases · TritonDataCenter/manta-monitor
manta-monitor-2.0.0
Added
- Change the directory structure created by Manta Monitor to a structure that more closely resembles the structure used by customers.
- Use prune based deletes like how customers typically do.
- Allow for skip directory settings to be more relevant.
- Make all threads use the same base directory.
- Exception count and exception rate metrics added.
- New histogram metric for observing latencies for response for putDirectory and putFile.
- Ability to add keystore and truststore paths using manta urls.
Changed
- Default skip directory setting added.
- Default prune directory setting added.
- Before this change, every thread had its own base directory. Now every chain gets its own directory shared by all threads.
DeleteFileCommand
has been deleted in favor of a more genericCleanupCommand
that uses pruning to delete both the file and N number of parent directories.- Directory structure is changed so that it has more repeatable directories, so that the skip directories settings are applied.
Adding TLS support for secured https connections
Manta-monitor now supports secured http connections with TLS.
manta-monitor-1.0.0
This is the initial release with support for exposing manta metrics via http in Prometheus exposition format.