Skip to content

askrinnik/OpenTelemetryUsing

Repository files navigation

OpenTelemetryUsing

Sample application showing how to write up ASP.NET Core REST API application with OpenTelemetry and export:

Three architectural solutions are used:

Solution #1

  • The Prometheus scrapes metrics from the application.
  • The application pushes logs to Loki.
  • The application pushes traces to Tempo. Digram1

Solution #2

  • The application pushes logs, traces, and metrics to the OpenTelemetry Collector.
  • The Prometheus scrapes metrics from the Collector. The collector pushes logs to the Loki and traces to the Tempo. Diagram

Solution #3

sss

The solution was based on an article.

Video record: https://youtu.be/GXtUC_5pgco (rus)

About

All in one OpenTelemetry using example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages