-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump SigNoz/prometheus (#2094)
- Loading branch information
1 parent
c5d7d9d
commit 3f5171d
Showing
14 changed files
with
452 additions
and
369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,3 +138,4 @@ clear-swarm-data: | |
|
||
test: | ||
go test ./pkg/query-service/app/metrics/... | ||
go test ./pkg/query-service/app/... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,154 +1,138 @@ | ||
module go.signoz.io/signoz | ||
|
||
go 1.17 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/ClickHouse/clickhouse-go/v2 v2.0.12 | ||
github.com/ClickHouse/clickhouse-go/v2 v2.5.1 | ||
github.com/SigNoz/govaluate v0.0.0-20220522085550-d19c08c206cb | ||
github.com/coreos/go-oidc/v3 v3.4.0 | ||
github.com/go-kit/log v0.1.0 | ||
github.com/go-kit/log v0.2.1 | ||
github.com/google/uuid v1.3.0 | ||
github.com/gorilla/handlers v1.5.1 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/gosimple/slug v1.10.0 | ||
github.com/jmoiron/sqlx v1.3.4 | ||
github.com/json-iterator/go v1.1.12 | ||
github.com/mailru/easyjson v0.7.7 | ||
github.com/mattn/go-sqlite3 v1.14.8 | ||
github.com/mattn/go-sqlite3 v2.0.3+incompatible | ||
github.com/minio/minio-go/v6 v6.0.57 | ||
github.com/mitchellh/mapstructure v1.5.0 | ||
github.com/oklog/oklog v0.3.2 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/posthog/posthog-go v0.0.0-20220817142604-0b0bbf0f9c0f | ||
github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 | ||
github.com/prometheus/common v0.39.0 | ||
github.com/prometheus/prometheus v2.5.0+incompatible | ||
github.com/rs/cors v1.7.0 | ||
github.com/rs/cors v1.8.2 | ||
github.com/russellhaering/gosaml2 v0.8.0 | ||
github.com/russellhaering/goxmldsig v1.2.0 | ||
github.com/sethvargo/go-password v0.2.0 | ||
github.com/smartystreets/goconvey v1.6.4 | ||
github.com/soheilhy/cmux v0.1.4 | ||
go.uber.org/zap v1.16.0 | ||
github.com/soheilhy/cmux v0.1.5 | ||
go.uber.org/zap v1.24.0 | ||
gopkg.in/segmentio/analytics-go.v3 v3.1.0 | ||
k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d | ||
k8s.io/apimachinery v0.26.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go/compute v1.7.0 // indirect | ||
github.com/benbjohnson/clock v1.3.0 // indirect | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
github.com/dennwc/varint v1.0.0 // indirect | ||
github.com/docker/go-connections v0.4.1-0.20210727194412-58542c764a11 // indirect | ||
github.com/edsrzf/mmap-go v1.1.0 // indirect | ||
github.com/go-faster/city v1.0.1 // indirect | ||
github.com/go-faster/errors v0.6.1 // indirect | ||
github.com/go-logr/logr v1.2.3 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-openapi/swag v0.22.1 // indirect | ||
github.com/go-sql-driver/mysql v1.6.0 // indirect | ||
github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd // indirect | ||
github.com/jpillora/backoff v1.0.0 // indirect | ||
github.com/klauspost/compress v1.15.13 // indirect | ||
github.com/prometheus/common/sigv4 v0.1.0 // indirect | ||
github.com/segmentio/asm v1.2.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.37.0 // indirect | ||
go.opentelemetry.io/otel/metric v0.34.0 // indirect | ||
go.uber.org/goleak v1.2.0 // indirect | ||
golang.org/x/exp v0.0.0-20221212164502-fae10dda9338 // indirect | ||
k8s.io/klog/v2 v2.80.1 // indirect | ||
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 // indirect | ||
) | ||
|
||
require ( | ||
github.com/ClickHouse/ch-go v0.51.0 // indirect | ||
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect | ||
github.com/andybalholm/brotli v1.0.4 // indirect | ||
github.com/armon/go-metrics v0.4.0 // indirect | ||
github.com/beevik/etree v1.1.0 // indirect | ||
github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.0.0-20220520183353-fd19c99a87aa // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect | ||
github.com/jonboulle/clockwork v0.2.2 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/klauspost/cpuid v1.2.3 // indirect | ||
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect | ||
github.com/minio/md5-simd v1.1.0 // indirect | ||
github.com/minio/sha256-simd v0.1.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_golang v0.9.0-pre1.0.20181001174001-0a8115f42e03 // indirect | ||
github.com/prometheus/tsdb v0.0.0-20181003080831-0ce41118ed20 // indirect | ||
gopkg.in/ini.v1 v1.42.0 // indirect | ||
github.com/prometheus/client_golang v1.14.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/square/go-jose.v2 v2.6.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
|
||
require ( | ||
github.com/Azure/azure-sdk-for-go v5.0.0-beta.0.20161028183111-bd73d950fa44+incompatible // indirect | ||
github.com/Azure/go-autorest v10.8.1+incompatible // indirect | ||
github.com/OneOfOne/xxhash v1.2.8 // indirect | ||
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect | ||
github.com/auth0/go-jwt-middleware v1.0.1 | ||
github.com/aws/aws-sdk-go v1.27.0 // indirect | ||
github.com/aws/aws-sdk-go v1.44.159 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
github.com/cespare/xxhash v1.1.0 | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect | ||
github.com/felixge/httpsnoop v1.0.1 // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/ghodss/yaml v1.0.0 // indirect | ||
github.com/go-kit/kit v0.4.1-0.20170517165212-6964666de57c | ||
github.com/go-logfmt/logfmt v0.5.0 // indirect | ||
github.com/go-stack/stack v1.8.0 // indirect | ||
github.com/felixge/httpsnoop v1.0.3 // indirect | ||
github.com/go-kit/kit v0.12.0 | ||
github.com/go-logfmt/logfmt v0.5.1 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang-jwt/jwt v3.2.2+incompatible | ||
github.com/golang/glog v0.0.0-20210429001901-424d2337a529 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/btree v1.0.0 // indirect | ||
github.com/google/gofuzz v1.2.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.4.0 // indirect | ||
github.com/googleapis/gnostic v0.2.3-0.20180520015035-48a0ecefe2e4 // indirect | ||
github.com/gophercloud/gophercloud v0.0.0-20170607034829-caf34a65f602 // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect | ||
github.com/gosimple/unidecode v1.0.0 // indirect | ||
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect | ||
github.com/hashicorp/consul v1.1.1-0.20180615161029-bed22a81e9fd // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.0 // indirect | ||
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect | ||
github.com/hashicorp/go-msgpack v1.1.5 // indirect | ||
github.com/hashicorp/go-multierror v1.1.0 // indirect | ||
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 // indirect | ||
github.com/hashicorp/go-sockaddr v1.0.0 // indirect | ||
github.com/hashicorp/go-uuid v1.0.2 // indirect | ||
github.com/hashicorp/golang-lru v0.5.1 // indirect | ||
github.com/hashicorp/memberlist v0.1.0 // indirect | ||
github.com/hashicorp/serf v0.8.1-0.20161007004122-1d4fa605f6ff // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/jtolds/gls v4.20.0+incompatible // indirect | ||
github.com/lib/pq v1.10.0 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect | ||
github.com/miekg/dns v1.0.4 // indirect | ||
github.com/lib/pq v1.10.7 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/go-testing-interface v1.14.1 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 // indirect | ||
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect | ||
github.com/oklog/run v1.1.0 // indirect | ||
github.com/oklog/ulid v0.3.1-0.20170117200651-66bb6560562f // indirect | ||
github.com/opentracing/opentracing-go v1.1.0 | ||
github.com/pascaldekloe/goe v0.1.0 // indirect | ||
github.com/paulmach/orb v0.4.0 // indirect | ||
github.com/peterbourgon/diskv v2.0.2-0.20180312054125-0646ccaebea1+incompatible // indirect | ||
github.com/pierrec/lz4/v4 v4.1.14 // indirect | ||
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect | ||
github.com/prometheus/procfs v0.0.8 // indirect | ||
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da // indirect | ||
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect | ||
github.com/oklog/ulid v1.3.1 // indirect | ||
github.com/opentracing/opentracing-go v1.2.0 | ||
github.com/paulmach/orb v0.8.0 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.17 // indirect | ||
github.com/prometheus/client_model v0.3.0 // indirect | ||
github.com/prometheus/procfs v0.8.0 // indirect | ||
github.com/segmentio/backo-go v1.0.0 // indirect | ||
github.com/shopspring/decimal v1.3.1 // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/sirupsen/logrus v1.9.0 // indirect | ||
github.com/smartystreets/assertions v1.1.0 | ||
github.com/spaolacci/murmur3 v1.1.0 // indirect | ||
github.com/spf13/pflag v1.0.3 // indirect | ||
github.com/stretchr/testify v1.7.1 | ||
github.com/stretchr/testify v1.8.1 | ||
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
go.opentelemetry.io/otel v1.4.1 // indirect | ||
go.opentelemetry.io/otel/trace v1.4.1 // indirect | ||
go.uber.org/atomic v1.6.0 // indirect | ||
go.uber.org/multierr v1.5.0 // indirect | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 | ||
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b | ||
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 | ||
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect | ||
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect | ||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect | ||
google.golang.org/api v0.84.0 // indirect | ||
go.opentelemetry.io/otel v1.11.2 // indirect | ||
go.opentelemetry.io/otel/trace v1.11.2 // indirect | ||
go.uber.org/atomic v1.10.0 // indirect | ||
go.uber.org/multierr v1.9.0 // indirect | ||
golang.org/x/crypto v0.1.0 | ||
golang.org/x/net v0.4.0 | ||
golang.org/x/oauth2 v0.3.0 | ||
golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/sys v0.3.0 // indirect | ||
golang.org/x/text v0.5.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90 // indirect | ||
google.golang.org/grpc v1.47.0 | ||
google.golang.org/grpc/examples v0.0.0-20210803221256-6ba56c814be7 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
google.golang.org/grpc v1.51.0 | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 | ||
k8s.io/api v0.0.0-20180628040859-072894a440bd // indirect | ||
k8s.io/client-go v8.0.0+incompatible // indirect | ||
) | ||
|
||
replace github.com/prometheus/prometheus => github.com/SigNoz/prometheus v1.9.77 | ||
replace github.com/prometheus/prometheus => github.com/SigNoz/prometheus v1.9.77-0.2 |
Oops, something went wrong.