Releases: yaorg/node-measured
Releases · yaorg/node-measured
v1.40.1
v1.40.0
v1.39.1
v1.39.0
v1.11.2
v1.11.1
v1.11.0
Measured Core
- Fix #47 via PR #48 so that the expected and actual metrics type of a SettableGauge align when using the Collection registry in measured-core.
Measured Reported
- Allow users to control the log level at which metrics are logged at when using a LoggingReporter.
- Allow users to use more than one Reporter Implementation when using a SelfReportingMetricsRegistry.
v1.10.0
v1.9.0
Measured Reporting
- Added LoggingReporter, a simple reporter that logs metrics via the logger implementation. Useful for local development and as a example reporter. Perhaps maybe even useful for applications that do not have a time series data aggregator such as Graphite, Datadog or SignalFx, but do have a log aggregation such as Splunk or Logstash.
v1.8.0
Measured Core and Measured Reporting
- Add get / create CachedGauge method to registries.