Opentelemetry ||Sample Demo for Beginners ||Observability stack||Loki-Grafana ||Logging Monitoring

Поделиться
HTML-код
  • Опубликовано: 22 ноя 2024

Комментарии • 3

  • @jonathanLess
    @jonathanLess 6 месяцев назад

    i got an error in my opentelemetry collector agent:
    error decoding 'exporters': unknown type: "loki" for id: "loki" (valid values: [debug otlp otlphttp file loadbalancing])
    why?

    • @Devanjal358
      @Devanjal358  6 месяцев назад

      I believe you should check the exporter section and use otlp or otlphttp instead of loki exporter..but Loki is also a valid exporter for loki endpoint ...could you please share your otel config ?

    • @jonathanLess
      @jonathanLess 6 месяцев назад

      @@Devanjal358
      opentelemetry-collector-contrib image works fine for me
      but opentelemetry-collector-k8s image fails with below message
      maybe that is a bug of opentelemetry-collector-k8s image?