Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc

Package otlpmetricgrpc provides an OTLP metrics exporter using gRPC. By default the telemetry is sent to https://localhost:4317. Exporter should be created using New and used with a metric.PeriodicReader. The environment variables described below can be used for configuration. OTEL_EXPORTER_OTLP_ENDPOINT, OTEL_EXPORTER_OTLP_METRICS_ENDPOINT (default: "https://localhost:4317") - target to which the exporter sends telemetry. The target syntax is defined in https://github.com/grpc/grpc/blob/master/doc/naming.md. The value must contain a host. The value may additionally a port, a scheme, and a path. The value accepts "http" and "https" scheme. The value should not contain a query string or fragment. OTEL_EXPORTER_OTLP_METRICS_ENDPOINT takes precedence over OTEL_EXPORTER_OTLP_ENDPOINT. The configuration can be overridden by WithEndpoint, WithInsecure, WithGRPCConn options. OTEL_EXPORTER_OTLP_INSECURE, OTEL_EXPORTER_OTLP_METRICS_INSECURE (default: "false") - setting "true" disables client transport security for the exporter's gRPC connection. You can use this only when an endpoint is provided without the http or https scheme. OTEL_EXPORTER_OTLP_ENDPOINT, OTEL_EXPORTER_OTLP_METRICS_ENDPOINT setting overrides the scheme defined via OTEL_EXPORTER_OTLP_ENDPOINT, OTEL_EXPORTER_OTLP_METRICS_ENDPOINT. OTEL_EXPORTER_OTLP_METRICS_INSECURE takes precedence over OTEL_EXPORTER_OTLP_INSECURE. The configuration can be overridden by WithInsecure, WithGRPCConn options. OTEL_EXPORTER_OTLP_HEADERS, OTEL_EXPORTER_OTLP_METRICS_HEADERS (default: none) - key-value pairs used as gRPC metadata associated with gRPC requests. The value is expected to be represented in a format matching to the W3C Baggage HTTP Header Content Format, except that additional semi-colon delimited metadata is not supported. Example value: "key1=value1,key2=value2". OTEL_EXPORTER_OTLP_METRICS_HEADERS takes precedence over OTEL_EXPORTER_OTLP_HEADERS. The configuration can be overridden by WithHeaders option. OTEL_EXPORTER_OTLP_TIMEOUT, OTEL_EXPORTER_OTLP_METRICS_TIMEOUT (default: "10000") - maximum time in milliseconds the OTLP exporter waits for each batch export. OTEL_EXPORTER_OTLP_METRICS_TIMEOUT takes precedence over OTEL_EXPORTER_OTLP_TIMEOUT. The configuration can be overridden by WithTimeout option. OTEL_EXPORTER_OTLP_COMPRESSION, OTEL_EXPORTER_OTLP_METRICS_COMPRESSION (default: none) - the gRPC compressor the exporter uses. Supported value: "gzip". OTEL_EXPORTER_OTLP_METRICS_COMPRESSION takes precedence over OTEL_EXPORTER_OTLP_COMPRESSION. The configuration can be overridden by WithCompressor, WithGRPCConn options. OTEL_EXPORTER_OTLP_CERTIFICATE, OTEL_EXPORTER_OTLP_METRICS_CERTIFICATE (default: none) - the filepath to the trusted certificate to use when verifying a server's TLS credentials. OTEL_EXPORTER_OTLP_METRICS_CERTIFICATE takes precedence over OTEL_EXPORTER_OTLP_CERTIFICATE. The configuration can be overridden by WithTLSCredentials, WithGRPCConn options. OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE, OTEL_EXPORTER_OTLP_METRICS_CLIENT_CERTIFICATE (default: none) - the filepath to the client certificate/chain trust for clients private key to use in mTLS communication in PEM format. OTEL_EXPORTER_OTLP_METRICS_CLIENT_CERTIFICATE takes precedence over OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE. The configuration can be overridden by WithTLSCredentials, WithGRPCConn options. OTEL_EXPORTER_OTLP_CLIENT_KEY, OTEL_EXPORTER_OTLP_METRICS_CLIENT_KEY (default: none) - the filepath to the clients private key to use in mTLS communication in PEM format. OTEL_EXPORTER_OTLP_METRICS_CLIENT_KEY takes precedence over OTEL_EXPORTER_OTLP_CLIENT_KEY. The configuration can be overridden by WithTLSCredentials, WithGRPCConn option. OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE (default: "cumulative") - aggregation temporality to use on the basis of instrument kind. Supported values: The configuration can be overridden by WithTemporalitySelector option. OTEL_EXPORTER_OTLP_METRICS_DEFAULT_HISTOGRAM_AGGREGATION (default: "explicit_bucket_histogram") - default aggregation to use for histogram instruments. Supported values: The configuration can be overridden by WithAggregationSelector option.
34 versions
Latest release: 4 months ago
796 dependent packages

View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc

View more repository details: https://repos.ecosyste.ms/hosts/GitHub/repositories/open-telemetry%2Fopentelemetry-go

Dependent Repos 1,202

observIQ/grafana-agent Fork of grafana/agent
Telemetry agent for the LGTM stack.
  • v0.23.0 go.sum

Size: 48.3 MB - Last synced: 6 months ago - Pushed: 6 months ago

tharun208/loki Fork of grafana/loki
Like Prometheus, but for logs.
  • v0.23.0 go.sum

Size: 168 MB - Last synced: 25 days ago - Pushed: about 1 year ago

influxdata/influxdb-observability
  • v0.28.0 tests-integration/go.sum

Size: 2.21 MB - Last synced: 20 days ago - Pushed: 20 days ago

networkservicemesh/sdk-vpp
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 1.29 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

NikitaSkrynnik/sdk-kernel Fork of networkservicemesh/sdk-kernel
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 946 KB - Last synced: 20 days ago - Pushed: about 1 month ago

boostchicken/opentelemetry-collector-contrib Fork of open-telemetry/opentelemetry-collector-contrib
Contrib repository for the OpenTelemetry Collector
  • v0.23.0 cmd/configschema/go.sum
  • v0.35.0 examples/demo/client/go.sum
  • v0.35.0 examples/demo/server/go.mod
  • v0.35.0 examples/demo/server/go.sum
  • v0.35.0 examples/demo/client/go.mod
  • v0.23.0 go.sum
  • v0.23.0 receiver/promtailreceiver/go.sum

Size: 262 MB - Last synced: 10 days ago - Pushed: 6 months ago

networkservicemesh/cmd-nsc
A client side-car application to request a required list of network services.
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 996 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

NikitaSkrynnik/sdk-sriov Fork of networkservicemesh/sdk-sriov
SR-IOV related SDK components
  • v0.26.0 go.sum

Size: 1.18 MB - Last synced: 20 days ago - Pushed: about 1 month ago

sanekkurt/telegraf Fork of influxdata/telegraf
The plugin-driven server agent for collecting & reporting metrics.
  • v0.28.0 go.mod
  • v0.28.0 go.sum

Size: 43.5 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago

onflow/rosetta
Rosetta implementation for the Flow blockchain
  • v0.30.0 go.mod
  • v0.30.0 go.sum

Size: 453 KB - Last synced: 28 days ago - Pushed: 3 months ago

instana/otel-shop
OpenTelemetry Demo App
  • v0.30.0 dispatch/go.mod
  • v0.30.0 dispatch/go.sum

Size: 36.3 MB - Last synced: 9 months ago - Pushed: about 1 year ago

kitex-contrib/obs-opentelemetry
An extension library of OpenTelemetry for Kitex
  • v0.30.0 go.mod
  • v0.30.0 go.sum

Size: 252 KB - Last synced: 11 days ago - Pushed: 19 days ago

networkservicemesh/sdk-sriov
SR-IOV related SDK components
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 1.06 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

networkservicemesh/sdk-ovs
OVS related SDK components
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 852 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

networkservicemesh/cmd-nse-vlan-vpp
NSE demonstrates VLAN Trunking
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 720 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

networkservicemesh/cmd-registry-proxy-dns
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 864 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

networkservicemesh/sdk-k8s
This repo is for Kubernetes SDK code
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 889 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

networkservicemesh/cmd-nse-supplier-k8s
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 619 KB - Last synced: 17 days ago - Pushed: 17 days ago

networkservicemesh/cmd-map-ip-k8s
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 399 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

networkservicemesh/cmd-ipam-vl3
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 314 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

networkservicemesh/cmd-registry-k8s
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 642 KB - Last synced: 17 days ago - Pushed: 17 days ago

networkservicemesh/cmd-nsmgr
Network Service Manager
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 959 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

networkservicemesh/cmd-nsmgr-proxy
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 560 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

networkservicemesh/cmd-admission-webhook-k8s
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 676 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

networkservicemesh/cmd-nsc-init
cmd-nsc-init application can be used as a init container for external NSM clients
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 1020 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

networkservicemesh/cmd-exclude-prefixes-k8s
Prefix service is designed to collect the local IP address ranges. Additionally, user defined address ranges could be configured to be treated as local.
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 727 KB - Last synced: 23 days ago - Pushed: 23 days ago

networkservicemesh/cmd-nse-remote-vlan
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 435 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

networkservicemesh/cmd-registry-memory
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 766 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

networkservicemesh/cmd-forwarder-sriov
SR-IOV Forwarder CMD application repository
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 1.34 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

coralogix/opentelemetry-collector-contrib Fork of open-telemetry/opentelemetry-collector-contrib
Contrib repository for the OpenTelemetry Collector
  • v0.30.0 examples/demo/client/go.mod
  • v0.30.0 examples/demo/client/go.sum
  • v0.30.0 examples/demo/server/go.mod
  • v0.30.0 examples/demo/server/go.sum

Size: 367 MB - Last synced: 5 days ago - Pushed: 6 days ago

networkservicemesh/cmd-nse-vfio
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 738 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

ykzts/youtube-telegraf-plugin
Gather account information from YouTube channels.
  • v0.28.0 go.sum

Size: 677 KB - Last synced: 11 days ago - Pushed: 4 months ago

networkservicemesh/cmd-nsc-vpp
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 943 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

networkservicemesh/cmd-nse-firewall-vpp
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 752 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

networkservicemesh/cmd-nse-icmp-responder-vpp
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 939 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

networkservicemesh/cmd-nse-vl3-vpp
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 636 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

networkservicemesh/cmd-forwarder-vpp
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 1.41 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

odenio/go-clickhouse Fork of uptrace/go-clickhouse
Golang ClickHouse client
  • v0.30.0 example/opentelemetry/go.mod
  • v0.30.0 example/opentelemetry/go.sum

Size: 630 KB - Last synced: 10 months ago - Pushed: almost 2 years ago

opsramp/opentelemetry-collector-contrib Fork of open-telemetry/opentelemetry-collector-contrib
Contrib repository for the OpenTelemetry Collector
  • v0.30.0 examples/demo/client/go.mod
  • v0.30.0 examples/demo/client/go.sum
  • v0.30.0 examples/demo/server/go.mod
  • v0.30.0 examples/demo/server/go.sum

Size: 356 MB - Last synced: 6 days ago - Pushed: 6 days ago

megaease/telegraf Fork of influxdata/telegraf
The plugin-driven server agent for collecting & reporting metrics.
  • v0.28.0 go.mod
  • v0.28.0 go.sum

Size: 49.6 MB - Last synced: 26 days ago - Pushed: over 1 year ago

toshikijp/toshiki-proxypool Fork of andatoshiki/toshiki-proxypool
🧸 A magical scraper that automatically crawl SS, SSR, vmess, trojan node info from web, Telegram Channels, and localize/integrate into a web panel for convenient usages.
  • v0.23.0 go.sum

Size: 28.9 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago

amus-sal/telegraf Fork of influxdata/telegraf
The plugin-driven server agent for collecting & reporting metrics.
  • v0.28.0 go.mod
  • v0.28.0 go.sum

Size: 45.5 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

networkservicemesh/cmd-forwarder-ovs
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 930 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

networkservicemesh/cmd-nse-simple-vl3-docker
  • v0.26.0 go.mod
  • v0.26.0 go.sum

Size: 509 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

Laverlin/WatchCluster
  • v0.34.0 IB.YasDataApi/go.mod
  • v0.34.0 IB.YasDataApi/go.sum

Size: 291 KB - Last synced: 7 months ago - Pushed: 7 months ago

szaydel/grafana-agent Fork of grafana/agent
Telemetry agent for the LGTM stack.
  • v0.23.0 go.sum

Size: 45.3 MB - Last synced: 27 days ago - Pushed: 30 days ago

PacktPublishing/Go-for-DevOps
Go for DevOps, published by Packt
  • v0.27.0 chapter/11/petstore/go.mod
  • v0.27.0 chapter/11/petstore/go.sum
  • v0.27.0 chapter/13/petstore-provider/go.mod
  • v0.27.0 chapter/13/petstore-provider/go.sum
  • v0.27.0 chapter/14/petstore-operator/go.mod
  • v0.27.0 chapter/14/petstore-operator/go.sum

Size: 39.3 MB - Last synced: 20 days ago - Pushed: 4 months ago