OtlpEndpoint

com.augustnagro.magnum.ziomagnum.o11y.OtlpEndpoint
object OtlpEndpoint

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(envVar: String): Option[String]

OTLP gRPC endpoint to export telemetry data to.

OTLP gRPC endpoint to export telemetry data to.

It can be set via:

  • environment variable provided as envVar
  • environment variable "OTEL_EXPORTER_OTLP_ENDPOINT"
  • defaults to "http://localhost:4317"

See https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/#otel_exporter_otlp_endpoint.

Attributes