Home
last modified time | relevance | path

Searched defs:NewInt64Counter (Results 1 – 18 of 18) sorted by relevance

/dports/net/concourse-fly/concourse-6.7.1/vendor/go.opentelemetry.io/otel/api/metric/
H A Dnoop.go46 func (NoopMeter) NewInt64Counter(name string, cos ...CounterOptionApplier) Int64Counter { func
H A Dapi.go113 NewInt64Counter(name string, cos ...CounterOptionApplier) Int64Counter methodSpec
/dports/misc/concourse/concourse-6.7.2/vendor/go.opentelemetry.io/otel/api/metric/
H A Dnoop.go46 func (NoopMeter) NewInt64Counter(name string, cos ...CounterOptionApplier) Int64Counter { func
H A Dapi.go113 NewInt64Counter(name string, cos ...CounterOptionApplier) Int64Counter methodSpec
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/otel/metric/
H A Dmetric.go88 func (m Meter) NewInt64Counter(name string, options ...InstrumentOption) (Int64Counter, error) { func
354 func (mm MeterMust) NewInt64Counter(name string, cos ...InstrumentOption) Int64Counter { func
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/go.opentelemetry.io/otel/api/metric/
H A Dmust.go38 func (mm MeterMust) NewInt64Counter(name string, cos ...InstrumentOption) Int64Counter { func
H A Dmeter.go75 func (m Meter) NewInt64Counter(name string, options ...InstrumentOption) (Int64Counter, error) { func
/dports/security/vault/vault-1.8.2/vendor/go.opentelemetry.io/otel/metric/
H A Dmetric.go65 func (m Meter) NewInt64Counter(name string, options ...InstrumentOption) (Int64Counter, error) { func
333 func (mm MeterMust) NewInt64Counter(name string, cos ...InstrumentOption) Int64Counter { func
/dports/security/vuls/vuls-0.13.7/vendor/go.opentelemetry.io/otel/metric/
H A Dmetric.go65 func (m Meter) NewInt64Counter(name string, options ...InstrumentOption) (Int64Counter, error) { func
333 func (mm MeterMust) NewInt64Counter(name string, cos ...InstrumentOption) Int64Counter { func
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/go.opentelemetry.io/otel/metric/
H A Dmetric.go65 func (m Meter) NewInt64Counter(name string, options ...InstrumentOption) (Int64Counter, error) { func
333 func (mm MeterMust) NewInt64Counter(name string, cos ...InstrumentOption) Int64Counter { func
/dports/games/automuteus/automuteus-6.15.2/vendor/go.opentelemetry.io/otel/metric/
H A Dmetric.go65 func (m Meter) NewInt64Counter(name string, options ...InstrumentOption) (Int64Counter, error) { func
333 func (mm MeterMust) NewInt64Counter(name string, cos ...InstrumentOption) Int64Counter { func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/go.opentelemetry.io/otel/metric/
H A Dmetric.go65 func (m Meter) NewInt64Counter(name string, options ...InstrumentOption) (Int64Counter, error) { func
333 func (mm MeterMust) NewInt64Counter(name string, cos ...InstrumentOption) Int64Counter { func
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.opentelemetry.io/otel/metric/
H A Dmetric.go65 func (m Meter) NewInt64Counter(name string, options ...InstrumentOption) (Int64Counter, error) { func
333 func (mm MeterMust) NewInt64Counter(name string, cos ...InstrumentOption) Int64Counter { func
/dports/net/storj/storj-1.45.3/vendor/go.opentelemetry.io/otel/metric/
H A Dmetric.go65 func (m Meter) NewInt64Counter(name string, options ...InstrumentOption) (Int64Counter, error) { func
333 func (mm MeterMust) NewInt64Counter(name string, cos ...InstrumentOption) Int64Counter { func
/dports/net/concourse-fly/concourse-6.7.1/vendor/go.opentelemetry.io/otel/api/global/internal/
H A Dmeter.go270 func (m *meter) NewInt64Counter(name string, opts ...metric.CounterOptionApplier) metric.Int64Count… func
/dports/misc/concourse/concourse-6.7.2/vendor/go.opentelemetry.io/otel/api/global/internal/
H A Dmeter.go270 func (m *meter) NewInt64Counter(name string, opts ...metric.CounterOptionApplier) metric.Int64Count… func
/dports/misc/concourse/concourse-6.7.2/vendor/go.opentelemetry.io/otel/internal/metric/
H A Dmock.go149 func (m *Meter) NewInt64Counter(name string, cos ...apimetric.CounterOptionApplier) apimetric.Int64… func
/dports/misc/concourse/concourse-6.7.2/vendor/go.opentelemetry.io/otel/sdk/metric/
H A Dsdk.go334 func (m *SDK) NewInt64Counter(name string, cos ...api.CounterOptionApplier) api.Int64Counter { func