Skip to content

Releases: TritonDataCenter/manta-monitor

manta-monitor-2.0.0

20 Feb 20:37
017ecb3
Compare
Choose a tag to compare

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 generic CleanupCommand 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

30 Jan 01:19
fa3e102
Compare
Choose a tag to compare

Manta-monitor now supports secured http connections with TLS.

manta-monitor-1.0.0

28 Dec 18:42
Compare
Choose a tag to compare

This is the initial release with support for exposing manta metrics via http in Prometheus exposition format.