Appearance
Opentelemetry
This is an open source framework to instrument, generate, collect and export telemetry data observation purposes. This data includes metrics, logs and traces to help you analyze your software's performance and behavior.
Traces
Traces give us the big picture of what happens when a request is made to an application. These give you understanding of the "path" a request follows, even for distributed systems.
Metrics
Quantitative measurements at runtime, such as response time, memory usage or custom business-data points.
Logs
A timestamped text record, with optional metadata.