Skip to content

Commit

Permalink
Merge pull request #60 from maier/master
Browse files Browse the repository at this point in the history
v0.0.43
  • Loading branch information
maier authored Apr 27, 2022
2 parents 9514ea9 + 1faf10b commit e4c599a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.0.43

* upd: go-trapcheck to v0.0.8 [CIRC-8241]
* CIRC-8110 Normalize metric names
* build(deps): bump actions/setup-go from 2 to 3
* build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.2 to 3.22.3
* Update oracle_metrics.py produced metric names
* build(deps): bump actions/setup-go from 2 to 3

# v0.0.42

* upd: merge PR#47 - update prometheus to not error on success and examples for `instance_id`
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
github.com/cenkalti/backoff v2.0.0+incompatible // indirect
github.com/circonus-labs/go-apiclient v0.7.15
github.com/circonus-labs/go-trapcheck v0.0.7
github.com/circonus-labs/go-trapcheck v0.0.8
github.com/circonus-labs/go-trapmetrics v0.0.7
github.com/cisco-ie/nx-telemetry-proto v0.0.0-20190531143454-82441e232cf6
github.com/cockroachdb/apd v1.1.0 // indirect
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible/go.mod h1:nmEj6D
github.com/circonus-labs/circonusllhist v0.1.3/go.mod h1:kMXHVDlOchFAehlya5ePtbp5jckzBHf4XRpQvBOLI+I=
github.com/circonus-labs/go-apiclient v0.7.15 h1:r9sUdc+EDM0tL6Z6u03dac8fxYvlz1kPhxlNwkoIoqM=
github.com/circonus-labs/go-apiclient v0.7.15/go.mod h1:RFgkvdYEkimzgu3V2vVYlS1bitjOz1SF6uw109ieNeY=
github.com/circonus-labs/go-trapcheck v0.0.7 h1:aNofUdDtGwQXPcd+43oq3zZRkRhZ7MGqvvuQE52NoiQ=
github.com/circonus-labs/go-trapcheck v0.0.7/go.mod h1:j7vCtb3MfxGZnLCZBdpl0ZGDSGuGbbGRx9rFyGl6OAo=
github.com/circonus-labs/go-trapcheck v0.0.8 h1:5i4GPlKKZWpfG/0p9ggbGZfjaiHkDQnjIB6DwJKDrJE=
github.com/circonus-labs/go-trapcheck v0.0.8/go.mod h1:j7vCtb3MfxGZnLCZBdpl0ZGDSGuGbbGRx9rFyGl6OAo=
github.com/circonus-labs/go-trapmetrics v0.0.7 h1:VkKLVq3ytkJQxfytdTq7C+3gNPeUbEgzLeU7FDCwDMM=
github.com/circonus-labs/go-trapmetrics v0.0.7/go.mod h1:1kW8E36KGCkGWgxMKpVkZ5zTfErMvs7bbTQgZeJlF5Q=
github.com/cisco-ie/nx-telemetry-proto v0.0.0-20190531143454-82441e232cf6 h1:57RI0wFkG/smvVTcz7F43+R0k+Hvci3jAVQF9lyMoOo=
Expand Down

0 comments on commit e4c599a

Please sign in to comment.