Home
last modified time | relevance | path

Searched defs:Registry (Results 26 – 50 of 5135) sorted by relevance

12345678910>>...206

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/swarm/network/stream/
H A Dstream.go50 type Registry struct { struct
51 api *API
52 addr *network.BzzAddr
53 skipCheck bool
54 clientMu sync.RWMutex
55 serverMu sync.RWMutex
56 peersMu sync.RWMutex
60 delivery *Delivery
61 intervalsStore state.Store
62 doRetrieve bool
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/backchannel/
H A Dregistry.go15 type Registry struct { struct
16 m sync.RWMutex
17 currentID ID
18 backchannels map[ID]*grpc.ClientConn
26 func (r *Registry) Backchannel(id ID) (*grpc.ClientConn, error) {
38 func (r *Registry) RegisterBackchannel(conn *grpc.ClientConn) ID {
47 func (r *Registry) RemoveBackchannel(id ID) {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/backchannel/
H A Dregistry.go15 type Registry struct { struct
16 m sync.RWMutex
17 currentID ID
18 backchannels map[ID]*grpc.ClientConn
26 func (r *Registry) Backchannel(id ID) (*grpc.ClientConn, error) {
38 func (r *Registry) RegisterBackchannel(conn *grpc.ClientConn) ID {
47 func (r *Registry) RemoveBackchannel(id ID) {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/backchannel/
H A Dregistry.go15 type Registry struct { struct
16 m sync.RWMutex
17 currentID ID
18 backchannels map[ID]*grpc.ClientConn
26 func (r *Registry) Backchannel(id ID) (*grpc.ClientConn, error) {
38 func (r *Registry) RegisterBackchannel(conn *grpc.ClientConn) ID {
47 func (r *Registry) RemoveBackchannel(id ID) {
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/pkg/cover/
H A Dregistry.go27 type Registry struct { struct
28 mu sync.RWMutex
29 blocks map[string]*blockState
38 func (r *Registry) Register(
58 func (r *Registry) Snapshot() {
68 func (r *Registry) Clear() {
78 func (r *Registry) GetCoverage() *Coverage {
/dports/net/rclone/rclone-1.57.0/vendor/go.opencensus.io/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.opencensus.io/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/go.opencensus.io/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]
/dports/security/lego/lego-4.5.3/vendor/go.opencensus.io/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/go.opencensus.io/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/go.opencensus.io/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/go.opencensus.io/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/go.opencensus.io/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]
/dports/net/drive/drive-0.4.0/vendor/go.opencensus.io/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/go.opencensus.io/opencensus-go-0.22.0/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/go.opencensus.io/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/go.opencensus.io/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.opencensus.io/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/go.opencensus.io/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.opencensus.io/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.opencensus.io/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/go.opencensus.io/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/go.opencensus.io/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/go.opencensus.io/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/go.opencensus.io/metric/
H A Dregistry.go28 type Registry struct { struct
29 baseMetrics sync.Map
87 func (r *Registry) AddFloat64Gauge(name string, mos ...Options) (*Float64Gauge, error) {
101 func (r *Registry) AddInt64Gauge(name string, mos ...Options) (*Int64Gauge, error) {
117 func (r *Registry) AddInt64DerivedGauge(name string, mos ...Options) (*Int64DerivedGauge, error) {
133 …c (r *Registry) AddFloat64DerivedGauge(name string, mos ...Options) (*Float64DerivedGauge, error) {
170 func (r *Registry) AddFloat64Cumulative(name string, mos ...Options) (*Float64Cumulative, error) {
184 func (r *Registry) AddInt64Cumulative(name string, mos ...Options) (*Int64Cumulative, error) {
200 …Registry) AddInt64DerivedCumulative(name string, mos ...Options) (*Int64DerivedCumulative, error) {
237 …nc (r *Registry) initBaseMetric(bm *baseMetric, name string, mos ...Options) (*baseMetric, error) {
[all …]

12345678910>>...206