Home
last modified time | relevance | path

Searched defs:Exporter (Results 1 – 25 of 1854) sorted by relevance

12345678910>>...75

/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/contrib.go.opencensus.io/exporter/ocagent/
H A Docagent.go56 type Exporter struct { struct
58 mu sync.RWMutex
60 senderMu sync.Mutex
63 started bool
64 stopped bool
65 agentAddress string
66 serviceName string
67 canDialInsecure bool
79 startOnce sync.Once
80 stopCh chan bool
[all …]
/dports/net-mgmt/php-fpm_exporter/php-fpm_exporter-2.0.4/phpfpm/
H A Dexporter.go29 type Exporter struct { struct
30 mutex sync.Mutex
31 PoolManager PoolManager
33 CountProcessState bool
35 up *prometheus.Desc
36 scrapeFailues *prometheus.Desc
37 startSince *prometheus.Desc
38 acceptedConnections *prometheus.Desc
39 listenQueue *prometheus.Desc
40 maxListenQueue *prometheus.Desc
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/contrib.go.opencensus.io/exporter/ocagent/
H A Docagent.go54 type Exporter struct { struct
55 connectionState int32
58 mu sync.RWMutex
61 started bool
62 stopped bool
63 agentAddress string
64 serviceName string
65 canDialInsecure bool
75 startOnce sync.Once
76 stopCh chan bool
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/contrib.go.opencensus.io/exporter/ocagent/
H A Docagent.go54 type Exporter struct { struct
55 connectionState int32
58 mu sync.RWMutex
61 started bool
62 stopped bool
63 agentAddress string
64 serviceName string
65 canDialInsecure bool
75 startOnce sync.Once
76 stopCh chan bool
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/contrib.go.opencensus.io/exporter/ocagent/
H A Docagent.go54 type Exporter struct { struct
55 connectionState int32
58 mu sync.RWMutex
61 started bool
62 stopped bool
63 agentAddress string
64 serviceName string
65 canDialInsecure bool
75 startOnce sync.Once
76 stopCh chan bool
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/contrib.go.opencensus.io/exporter/ocagent/
H A Docagent.go54 type Exporter struct { struct
55 connectionState int32
58 mu sync.RWMutex
61 started bool
62 stopped bool
63 agentAddress string
64 serviceName string
65 canDialInsecure bool
75 startOnce sync.Once
76 stopCh chan bool
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/contrib.go.opencensus.io/exporter/ocagent/
H A Docagent.go54 type Exporter struct { struct
55 connectionState int32
58 mu sync.RWMutex
61 started bool
62 stopped bool
63 agentAddress string
64 serviceName string
65 canDialInsecure bool
75 startOnce sync.Once
76 stopCh chan bool
[all …]
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/contrib.go.opencensus.io/exporter/ocagent/
H A Docagent.go54 type Exporter struct { struct
55 connectionState int32
58 mu sync.RWMutex
61 started bool
62 stopped bool
63 agentAddress string
64 serviceName string
65 canDialInsecure bool
75 startOnce sync.Once
76 stopCh chan bool
[all …]
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/contrib.go.opencensus.io/exporter/ocagent/
H A Docagent.go54 type Exporter struct { struct
55 connectionState int32
58 mu sync.RWMutex
61 started bool
62 stopped bool
63 agentAddress string
64 serviceName string
65 canDialInsecure bool
75 startOnce sync.Once
76 stopCh chan bool
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/contrib.go.opencensus.io/exporter/ocagent/
H A Docagent.go54 type Exporter struct { struct
55 connectionState int32
58 mu sync.RWMutex
61 started bool
62 stopped bool
63 agentAddress string
64 serviceName string
65 canDialInsecure bool
75 startOnce sync.Once
76 stopCh chan bool
[all …]
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/contrib.go.opencensus.io/exporter/ocagent/
H A Docagent.go54 type Exporter struct { struct
55 connectionState int32
58 mu sync.RWMutex
61 started bool
62 stopped bool
63 agentAddress string
64 serviceName string
65 canDialInsecure bool
75 startOnce sync.Once
76 stopCh chan bool
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/go.opentelemetry.io/otel/exporters/otlp/
H A Dotlp.go42 type Exporter struct { struct
44 mu sync.RWMutex
46 senderMu sync.Mutex
47 started bool
51 lastConnectErrPtr unsafe.Pointer
53 startOnce sync.Once
54 stopOnce sync.Once
55 stopCh chan struct{}
56 disconnectedCh chan bool
60 c config
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/go.opentelemetry.io/otel/exporters/otlp/
H A Dotlp.go42 type Exporter struct { struct
44 mu sync.RWMutex
46 senderMu sync.Mutex
47 started bool
51 lastConnectErrPtr unsafe.Pointer
53 startOnce sync.Once
54 stopOnce sync.Once
55 stopCh chan struct{}
56 disconnectedCh chan bool
60 c config
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/go.opentelemetry.io/otel/exporters/otlp/
H A Dotlp.go39 type Exporter struct { struct
41 mu sync.RWMutex
43 senderMu sync.Mutex
44 started bool
47 grpcClientConn *grpc.ClientConn
48 lastConnectErrPtr unsafe.Pointer
50 startOnce sync.Once
51 stopCh chan bool
52 disconnectedCh chan bool
56 c Config
[all …]
/dports/devel/py-opencensus/opencensus-0.7.13/
H A DREADME.rst239 …ttps://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-azure
240 …ps://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-datadog
241 …tps://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-django
242 …ttps://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-flask
243 …tps://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-gevent
245 …https://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-grpc
246 …ps://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-httplib
247 …tps://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-jaeger
249 …ttps://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-mysql
260 …tps://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-zipkin
[all …]
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/internal/telemetry/export/prometheus/
H A Dprometheus.go23 type Exporter struct { struct
24 mu sync.Mutex
25 metrics []telemetry.MetricData
28 func (e *Exporter) StartSpan(ctx context.Context, span *telemetry.Span) {}
29 func (e *Exporter) FinishSpan(ctx context.Context, span *telemetry.Span) {}
30 func (e *Exporter) Log(ctx context.Context, event telemetry.Event) {}
31 func (e *Exporter) Flush() {}
33 func (e *Exporter) Metric(ctx context.Context, data telemetry.MetricData) {
53 … (e *Exporter) header(w http.ResponseWriter, name, description string, isGauge, isHistogram bool) {
65 …row(w http.ResponseWriter, name string, group telemetry.TagList, extra string, value interface{}) {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/tools/tools-5eefd052ad72/internal/telemetry/export/prometheus/
H A Dprometheus.go23 type Exporter struct { struct
24 mu sync.Mutex
25 metrics []telemetry.MetricData
28 func (e *Exporter) StartSpan(ctx context.Context, span *telemetry.Span) {}
29 func (e *Exporter) FinishSpan(ctx context.Context, span *telemetry.Span) {}
30 func (e *Exporter) Log(ctx context.Context, event telemetry.Event) {}
31 func (e *Exporter) Flush() {}
33 func (e *Exporter) Metric(ctx context.Context, data telemetry.MetricData) {
53 … (e *Exporter) header(w http.ResponseWriter, name, description string, isGauge, isHistogram bool) {
65 …row(w http.ResponseWriter, name string, group telemetry.TagList, extra string, value interface{}) {
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/internal/telemetry/export/prometheus/
H A Dprometheus.go23 type Exporter struct { struct
24 mu sync.Mutex
25 metrics []telemetry.MetricData
28 func (e *Exporter) StartSpan(ctx context.Context, span *telemetry.Span) {}
29 func (e *Exporter) FinishSpan(ctx context.Context, span *telemetry.Span) {}
30 func (e *Exporter) Log(ctx context.Context, event telemetry.Event) {}
31 func (e *Exporter) Flush() {}
33 func (e *Exporter) Metric(ctx context.Context, data telemetry.MetricData) {
53 … (e *Exporter) header(w http.ResponseWriter, name, description string, isGauge, isHistogram bool) {
65 …row(w http.ResponseWriter, name string, group telemetry.TagList, extra string, value interface{}) {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/tools/internal/telemetry/export/prometheus/
H A Dprometheus.go23 type Exporter struct { struct
24 mu sync.Mutex
25 metrics []telemetry.MetricData
28 func (e *Exporter) StartSpan(ctx context.Context, span *telemetry.Span) {}
29 func (e *Exporter) FinishSpan(ctx context.Context, span *telemetry.Span) {}
30 func (e *Exporter) Log(ctx context.Context, event telemetry.Event) {}
31 func (e *Exporter) Flush() {}
33 func (e *Exporter) Metric(ctx context.Context, data telemetry.MetricData) {
53 … (e *Exporter) header(w http.ResponseWriter, name, description string, isGauge, isHistogram bool) {
65 …row(w http.ResponseWriter, name string, group telemetry.TagList, extra string, value interface{}) {
[all …]
/dports/devel/go-bindata/go-bindata-3.1.3/vendor/golang.org/x/tools/internal/telemetry/export/prometheus/
H A Dprometheus.go23 type Exporter struct { struct
24 mu sync.Mutex
25 metrics []telemetry.MetricData
28 func (e *Exporter) StartSpan(ctx context.Context, span *telemetry.Span) {}
29 func (e *Exporter) FinishSpan(ctx context.Context, span *telemetry.Span) {}
30 func (e *Exporter) Log(ctx context.Context, event telemetry.Event) {}
31 func (e *Exporter) Flush() {}
33 func (e *Exporter) Metric(ctx context.Context, data telemetry.MetricData) {
53 … (e *Exporter) header(w http.ResponseWriter, name, description string, isGauge, isHistogram bool) {
65 …row(w http.ResponseWriter, name string, group telemetry.TagList, extra string, value interface{}) {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/vendor/golang.org/x/tools/internal/telemetry/export/prometheus/
H A Dprometheus.go23 type Exporter struct { struct
24 mu sync.Mutex
25 metrics []telemetry.MetricData
28 func (e *Exporter) StartSpan(ctx context.Context, span *telemetry.Span) {}
29 func (e *Exporter) FinishSpan(ctx context.Context, span *telemetry.Span) {}
30 func (e *Exporter) Log(ctx context.Context, event telemetry.Event) {}
31 func (e *Exporter) Flush() {}
33 func (e *Exporter) Metric(ctx context.Context, data telemetry.MetricData) {
53 … (e *Exporter) header(w http.ResponseWriter, name, description string, isGauge, isHistogram bool) {
65 …row(w http.ResponseWriter, name string, group telemetry.TagList, extra string, value interface{}) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/golang.org/x/tools/internal/telemetry/export/prometheus/
H A Dprometheus.go23 type Exporter struct { struct
24 mu sync.Mutex
25 metrics []telemetry.MetricData
28 func (e *Exporter) StartSpan(ctx context.Context, span *telemetry.Span) {}
29 func (e *Exporter) FinishSpan(ctx context.Context, span *telemetry.Span) {}
30 func (e *Exporter) Log(ctx context.Context, event telemetry.Event) {}
31 func (e *Exporter) Flush() {}
33 func (e *Exporter) Metric(ctx context.Context, data telemetry.MetricData) {
53 … (e *Exporter) header(w http.ResponseWriter, name, description string, isGauge, isHistogram bool) {
65 …row(w http.ResponseWriter, name string, group telemetry.TagList, extra string, value interface{}) {
[all …]
/dports/games/automuteus/automuteus-6.15.2/vendor/go.opentelemetry.io/otel/exporters/otlp/
H A Dotlp.go31 type Exporter struct { struct
32 cfg config
33 driver ProtocolDriver
35 mu sync.RWMutex
36 started bool
38 startOnce sync.Once
39 stopOnce sync.Once
77 func (e *Exporter) Start(ctx context.Context) error {
93 func (e *Exporter) Shutdown(ctx context.Context) error {
117 func (e *Exporter) Export(parent context.Context, cps metricsdk.CheckpointSet) error {
[all …]
/dports/net/storj/storj-1.45.3/vendor/go.opentelemetry.io/otel/exporters/otlp/
H A Dotlp.go31 type Exporter struct { struct
32 cfg config
33 driver ProtocolDriver
35 mu sync.RWMutex
36 started bool
38 startOnce sync.Once
39 stopOnce sync.Once
77 func (e *Exporter) Start(ctx context.Context) error {
93 func (e *Exporter) Shutdown(ctx context.Context) error {
117 func (e *Exporter) Export(parent context.Context, cps metricsdk.CheckpointSet) error {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/obsreport/
H A Dobsreport_exporter.go33 type Exporter struct { struct
34 level configtelemetry.Level
35 spanNamePrefix string
36 mutators []tag.Mutator
37 tracer trace.Tracer
59 func (exp *Exporter) StartTracesOp(ctx context.Context) context.Context {
64 func (exp *Exporter) EndTracesOp(ctx context.Context, numSpans int, err error) {
73 func (exp *Exporter) StartMetricsOp(ctx context.Context) context.Context {
79 func (exp *Exporter) EndMetricsOp(ctx context.Context, numMetricPoints int, err error) {
88 func (exp *Exporter) StartLogsOp(ctx context.Context) context.Context {
[all …]

12345678910>>...75