Код: Выделить всё
implementation 'io.opentelemetry:opentelemetry-bom:1.39.0'
implementation 'io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.5.0-alpha'
Код: Выделить всё
io.opentelemetry.sdk.internal.ThrottlingLogger doLog SEVERE: Failed to export spans. The request could not be executed. Full error message: Failed to connect to localhost/127.0.0.1:4318
Код: Выделить всё
OTEL_TRACES_SAMPLER_ARG: "1"
OTEL_TRACES_SAMPLER: "parentbased_traceidratio"
OTEL_RESOURCE_ATTRIBUTES: service.name=myservice,service.version=1.0.0
OTEL_TRACES_EXPORTER: otlp
OTEL_METRICS_EXPORTER: otlp
OTEL_LOGS_EXPORTER: otlp
OTEL_EXPORTER_OTLP_COMPRESSION: gzip
OTEL_EXPORTER_OTLP_ENDPOINT: http://jaeger-collector.default:4317
Есть идеи, как решить эту проблему?
Заранее спасибо!
SG< /п>
Подробнее здесь: https://stackoverflow.com/questions/787 ... ntelemetry