honeycombio / honeycomb-opentelemetry-go

Honeycomb's OpenTelemetry Go SDK distribution
Apache License 2.0
22 stars 7 forks source link

Vendor options should set base exporter endpoint, not tracer / metric specific ones #50

Closed MikeGoldsmith closed 2 years ago

MikeGoldsmith commented 2 years ago

Debug output:

{
    "ExporterEndpoint": "localhost",
    "ExporterEndpointInsecure": false,
    "TracesExporterEndpoint": "api.honeycomb.io:443",
    "TracesExporterEndpointInsecure": false,
    "TracesEnabled": true,
    "MetricsExporterEndpoint": "api.honeycomb.io:443",
    "MetricsExporterEndpointInsecure": false,
    "MetricsEnabled": true,
    "MetricsReportingPeriod": "1s",
}