package internal

import "google.golang.org/grpc/stats/opentelemetry/internal"

Package internal defines the PluginOption interface.

Index

Variables

var SetPluginOption any // func(*Options, PluginOption)

SetPluginOption sets the plugin option on Options.

Types

type PluginOption

type PluginOption interface {
	// GetMetadata creates a MD with metadata exchange labels.
	GetMetadata() metadata.MD
	// GetLabels emits labels to be attached to metrics for the RPC that
	// contains the provided incomingMetadata.
	GetLabels(incomingMetadata metadata.MD) map[string]string
}

PluginOption is the interface which represents a plugin option for the OpenTelemetry instrumentation component. This plugin option emits labels from metadata and also creates metadata containing labels. These labels are intended to be added to applicable OpenTelemetry metrics recorded in the OpenTelemetry instrumentation component.

In the future, we hope to stabilize and expose this API to allow plugins to inject labels of their choosing into metrics recorded.

Source Files

pluginoption.go

Directories

PathSynopsis
stats/opentelemetry/internal/testutilsPackage testutils contains helpers for OpenTelemetry tests.
stats/opentelemetry/internal/tracingPackage tracing implements the OpenTelemetry carrier for context propagation in gRPC tracing.
Version
v1.70.0 (latest)
Published
Jan 23, 2025
Platform
linux/amd64
Imports
1 packages
Last checked
17 hours ago

Tools for package owners.