How to generate traces with your SQL database ? (SQL Commenter Part1 with Jan Kleinert from Google)

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

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

  • @AloeusCapitalManagem
    @AloeusCapitalManagem Год назад +3

    you're doing gods work... one day people will be subscribing like crazy ... they will look back at these older videos and love them... and they will know I was here first.

  • @GowthamRajaAgnoShin
    @GowthamRajaAgnoShin 7 месяцев назад

    Hi sir, it is possible to export open telemetry + springboot application logs, metrics, traces to elasticsearch DB without using docker, other observibility backends like jaeger, promethues , Elastic APM etc. only i need to use elasticsearch server (port - 9200) and need to export to elk
    db through command line.

    • @zeeshanali2805
      @zeeshanali2805 3 месяца назад

      yes you can do it
      1. add dependcies like in pom.xml if maven or in groovy for gradle
      2. configure open tel sdk
      3.create es exporter
      4. intialize open tel in springboot application
      you can set up exporters for logs and metrics following the same pattern. You would need to implement custom exporters or use existing ones that support Elasticsearch.