Skip to content

Depechie/Pluralsight-Otel-Infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d1ab46d · Aug 11, 2023

History

28 Commits
Oct 9, 2022
May 29, 2023
Oct 9, 2022
Jun 5, 2023
Oct 11, 2022
Apr 23, 2023
Apr 23, 2023
Nov 13, 2022
Oct 9, 2022
Jul 23, 2023
Jun 5, 2023
Aug 11, 2023

Repository files navigation

Pluralsight-Otel-Infrastructure

Repository containing the infrastructure configuration for my Pluralsight course Observability with OpenTelemetry and Grafana.

It consists out of a docker compose file setting up an observability environment with following elements:

  • Blackbox : for probing endpoints
  • Prometheus : collecting metrics of the Blackbox probes
  • Loki : logging aggregator for all logs generated by the .NET projects
  • Tempo : span and trace aggregator generated by the .NET projects
  • Grafana : used for all overviews through dashboards
  • RabbitMQ : as message queue for distributed message handling between the .NET projects

The .NET projects can be found here Pluralsight OTEL backend.