The OpenTelemetry Collector | A Complete 1 Hour Workshop

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

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

  • @gerardorosiles8918
    @gerardorosiles8918 Год назад +1

    @aspecto_io Is this a better lecture to follow regarding the collector with respect to the one given on your bootcamp?

  • @cnkumar20
    @cnkumar20 Год назад

    what is the difference between OTEL collector and statsD ?

  • @BR-lx7py
    @BR-lx7py 2 года назад +1

    Any reason you are using 0.29.0 for the agent and gateway, when the latest is 0.52.0?

    • @aspecto_io
      @aspecto_io  2 года назад +1

      Hi! Yes, this is due to an issue with OpenTelemetry javascript that isn’t aligned with a breaking change in the collector. Sending from js to collector above 0.29.0 will result in an error, this issue should be resolved soon.

    • @BR-lx7py
      @BR-lx7py 2 года назад

      @@aspecto_io thanks. Is there an issue in the git repo about this so that I can learn more? A quick search could not find anything in opentelemetry-collector-contrib.

    • @manchasbs
      @manchasbs 2 года назад +2

      @@aspecto_io Hello, do you have any idea if the issue is already fixed or where I can follow the issue to see the updates? Thank you for the amazing content.

    • @aspecto_io
      @aspecto_io  2 года назад

      @@manchasbs Hi! OpenTelemetry-js announced metrics as GA 16 days ago, it is now compatible with the latest collector github.com/open-telemetry/opentelemetry-js/pull/3340

    • @aspecto_io
      @aspecto_io  2 года назад

      @@BR-lx7py OpenTelemetry-js announced metrics as GA, it is compatible with the latest collector
      github.com/open-telemetry/opentelemetry-js/pull/3340

  • @kavishkamadhudhan1943
    @kavishkamadhudhan1943 Год назад

    Hi. can I export open telemetry data diretly to mongodb or some another data base and configure jaeger to get data from it. Do we have any direct exporters we can use to export data from OpenTelemetry collector to DB?

    • @aspecto_io
      @aspecto_io  Год назад +1

      Yes of course. There are several databases you can export to. All the exporters can be found in the OpenTelemetry contrib repo: github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter

    • @kavishkamadhudhan1943
      @kavishkamadhudhan1943 Год назад

      @@aspecto_io Ok. Thank you very much.