1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-23 01:13:03 +02:00

Add instrumentation link (#3534)

Add open telemetry, which is widely used in the industry and is a the standard for metrics, tracing, logs

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
mastercoder8
2024-05-10 17:48:28 -07:00
committed by GitHub
parent 9f49424e67
commit 9cbfbb9231

View File

@@ -5,3 +5,4 @@ Instrumentation is a critical part of the monitoring process. You can make meani
Learn more from the following links:
- [Instrumenting an application](https://learn.microsoft.com/en-us/azure/architecture/best-practices/monitoring#instrumenting-an-application)
- [Instrumenting using Open Telemetry](https://opentelemetry.io/docs/concepts/what-is-opentelemetry)