Skip to content

Commit

Permalink
Pull request #17: Upgrade Prometheus to V3
Browse files Browse the repository at this point in the history
Merge in PRODUCT/squirreldb-ingestor from PRODUCT-2868-upgrade-squirreldb-ingestor-to-prometheus-3 to main

* commit '1fa3da8675b9a5801e9c1697902c396f9192e7b1':
  Upgrade Prometheus to V3
  • Loading branch information
Thomas Delbende authored and cavanierc committed Jan 31, 2025
2 parents ff8a327 + 1fa3da8 commit 801ae43
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 453 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/eclipse/paho.mqtt.golang v1.5.0
github.com/gogo/protobuf v1.3.2
github.com/golang/snappy v0.0.4
github.com/prometheus/common v0.61.0
github.com/prometheus/prometheus v0.55.1
github.com/prometheus/common v0.62.0
github.com/prometheus/prometheus v0.301.0
github.com/rs/zerolog v1.33.0
)

Expand All @@ -29,8 +29,6 @@ require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dennwc/varint v1.0.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
Expand All @@ -54,11 +52,12 @@ require (
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
github.com/prometheus/client_golang v1.20.5 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common/sigv4 v0.1.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/prometheus/sigv4 v0.1.0 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/collector/pdata v1.22.0 // indirect
go.opentelemetry.io/collector/semconv v0.116.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.58.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
go.opentelemetry.io/otel v1.33.0 // indirect
go.opentelemetry.io/otel/metric v1.33.0 // indirect
Expand Down
Loading

0 comments on commit 801ae43

Please sign in to comment.