Skip to content

Tags: hashicorp/go-metrics

Tags

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #146 from hashicorp/fix-prometheus-panic

prometheus: prevent panic when incrmenting counter

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add placeholder constant for JS (#158)

This is necessary for users of this library who might be building
with the WASM target.

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #155 from hashicorp/biazmoreira/addgaugefloat64-sink

Add PrecisionGauge to Circonus

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prevent dogstatsd sink from clobbering the metric key for other sinks (

…#156)

If using the Fanout sink and including the dogstatsd sink, any sinks sent the metric AFTER dogstatsd could see invalid metric names. This was due to some inadvertent modifications to the original metric key. The new implementation ensure that when modifying the orignial metric key, a new backing array is used and will have key parts copied into it instead of changing elements in the original metric key.

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #138 from jrasell/jrasell/f-improve-prom-flatten-k…

…ey-perf

prometheus: improve flatten key performance.

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #135 from armon/shutdown-refactor

Refactor Shutdown into a separate interface to revert breaking change.

v0.3.11

Toggle v0.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #132 from ggambetti/ggambetti/metrics-shutdown

Adds Shutdown to Metrics API

v0.3.10

Toggle v0.3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #129 from FFMMM/describe-descriptors

actually describe PrometheusSink descriptors

v0.3.9

Toggle v0.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #125 from dnephin/dnephin/stream-metrics

inmem: allow streaming of metrics as intervals complete

v0.3.8

Toggle v0.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #124 from dnephin/dnephin/fix-inmem-mutex-copy

InmemSink: create a new RWMutex , because they are not safe to copy