Skip to content

Commit

Permalink
K8s discovery (#360)
Browse files Browse the repository at this point in the history
* include discovery install package for registration side-effect

* bumped prometheus replace version for compilation errors
  • Loading branch information
thorfour committed Oct 25, 2021
1 parent 96cc97c commit 146510f
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 41 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -49,6 +49,6 @@ require (
nhooyr.io/websocket v1.8.7 // indirect
)

replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v1.8.2-0.20201130085533-a6e18916ab40
replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v1.8.2-0.20210519120135-d95b0972505f

replace go.opentelemetry.io/otel/metric => go.opentelemetry.io/otel/metric v0.24.0

0 comments on commit 146510f

Please sign in to comment.