The presentation on Observability is available here.
- Events Processing
- Durations of events processing
- Lag - Time & Count
- What about traces?
- APIs
- Durations of requests
- Status codes
- Cache Hits/Misses
See the OpenTelemetry documentation for guide on how to instrument an application in your programming language.
You can find a sample implementation in the sln
directory.
For the observability back-end, you can use a free accout of Grafana Cloud. You'll need to provide three parameters to the ARM template:
otelProtocol
- "http/protobuf"otelEndpoint
otelHeaders
You can find more information in the OpenTelemetry documentation.