-
- Downloads
#12 expose prometheus metrics endpoint
Showing
- cmd/infohub/main.go 14 additions, 0 deletionscmd/infohub/main.go
- go.mod 7 additions, 1 deletiongo.mod
- go.sum 74 additions, 1 deletiongo.sum
- internal/config/config.go 5 additions, 0 deletionsinternal/config/config.go
- vendor/github.com/beorn7/perks/LICENSE 0 additions, 0 deletionsvendor/github.com/beorn7/perks/LICENSE
- vendor/github.com/beorn7/perks/quantile/exampledata.txt 0 additions, 0 deletionsvendor/github.com/beorn7/perks/quantile/exampledata.txt
- vendor/github.com/beorn7/perks/quantile/stream.go 0 additions, 0 deletionsvendor/github.com/beorn7/perks/quantile/stream.go
- vendor/github.com/cespare/xxhash/v2/.travis.yml 0 additions, 0 deletionsvendor/github.com/cespare/xxhash/v2/.travis.yml
- vendor/github.com/cespare/xxhash/v2/README.md 0 additions, 0 deletionsvendor/github.com/cespare/xxhash/v2/README.md
- vendor/github.com/cespare/xxhash/v2/xxhash.go 0 additions, 0 deletionsvendor/github.com/cespare/xxhash/v2/xxhash.go
- vendor/github.com/cespare/xxhash/v2/xxhash_amd64.s 0 additions, 0 deletionsvendor/github.com/cespare/xxhash/v2/xxhash_amd64.s
- vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go 0 additions, 0 deletionsvendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go
- vendor/github.com/golang/protobuf/ptypes/any.go 0 additions, 0 deletionsvendor/github.com/golang/protobuf/ptypes/any.go
- vendor/github.com/golang/protobuf/ptypes/any/any.pb.go 0 additions, 0 deletionsvendor/github.com/golang/protobuf/ptypes/any/any.pb.go
- vendor/github.com/golang/protobuf/ptypes/doc.go 0 additions, 0 deletionsvendor/github.com/golang/protobuf/ptypes/doc.go
- vendor/github.com/golang/protobuf/ptypes/duration.go 0 additions, 0 deletionsvendor/github.com/golang/protobuf/ptypes/duration.go
- vendor/github.com/golang/protobuf/ptypes/duration/duration.pb.go 0 additions, 0 deletions...github.com/golang/protobuf/ptypes/duration/duration.pb.go
- vendor/github.com/golang/protobuf/ptypes/timestamp.go 0 additions, 0 deletionsvendor/github.com/golang/protobuf/ptypes/timestamp.go
- vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go 0 additions, 0 deletions...thub.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go
- vendor/github.com/matttproud/golang_protobuf_extensions/LICENSE 0 additions, 0 deletions.../github.com/matttproud/golang_protobuf_extensions/LICENSE
... | @@ -8,6 +8,7 @@ require ( | ... | @@ -8,6 +8,7 @@ require ( |
github.com/hyperledger/aries-framework-go v0.1.8 | github.com/hyperledger/aries-framework-go v0.1.8 | ||
github.com/kelseyhightower/envconfig v1.4.0 | github.com/kelseyhightower/envconfig v1.4.0 | ||
github.com/piprate/json-gold v0.4.1 | github.com/piprate/json-gold v0.4.1 | ||
github.com/prometheus/client_golang v1.12.2 | |||
github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693 | github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693 | ||
github.com/stretchr/testify v1.7.1 | github.com/stretchr/testify v1.7.1 | ||
go.mongodb.org/mongo-driver v1.9.1 | go.mongodb.org/mongo-driver v1.9.1 | ||
... | @@ -18,9 +19,10 @@ require ( | ... | @@ -18,9 +19,10 @@ require ( |
require ( | require ( | ||
github.com/VictoriaMetrics/fastcache v1.5.7 // indirect | github.com/VictoriaMetrics/fastcache v1.5.7 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | |||
github.com/btcsuite/btcd v0.22.0-beta // indirect | github.com/btcsuite/btcd v0.22.0-beta // indirect | ||
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce // indirect | github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce // indirect | ||
github.com/cespare/xxhash/v2 v2.1.1 // indirect | github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598 // indirect | github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598 // indirect | ||
github.com/dimfeld/httptreemux/v5 v5.4.0 // indirect | github.com/dimfeld/httptreemux/v5 v5.4.0 // indirect | ||
... | @@ -37,6 +39,7 @@ require ( | ... | @@ -37,6 +39,7 @@ require ( |
github.com/kilic/bls12-381 v0.1.1-0.20210503002446-7b7597926c69 // indirect | github.com/kilic/bls12-381 v0.1.1-0.20210503002446-7b7597926c69 // indirect | ||
github.com/klauspost/compress v1.13.6 // indirect | github.com/klauspost/compress v1.13.6 // indirect | ||
github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d // indirect | github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | |||
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect | github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect | ||
github.com/minio/sha256-simd v0.1.1 // indirect | github.com/minio/sha256-simd v0.1.1 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
... | @@ -48,6 +51,9 @@ require ( | ... | @@ -48,6 +51,9 @@ require ( |
github.com/pkg/errors v0.9.1 // indirect | github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect | github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | |||
github.com/prometheus/common v0.32.1 // indirect | |||
github.com/prometheus/procfs v0.7.3 // indirect | |||
github.com/sergi/go-diff v1.2.0 // indirect | github.com/sergi/go-diff v1.2.0 // indirect | ||
github.com/smartystreets/assertions v1.13.0 // indirect | github.com/smartystreets/assertions v1.13.0 // indirect | ||
github.com/spaolacci/murmur3 v1.1.0 // indirect | github.com/spaolacci/murmur3 v1.1.0 // indirect | ||
... | ... |
This diff is collapsed.
vendor/github.com/beorn7/perks/LICENSE
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Please register or sign in to comment