Goal
The goal of this project:
collect telemetry data(metrics, traces, logs) of remoting module with
OpenTelemetry.
send the telemetry data to OpenTelemetry Protocol endpoint
Which OpenTelemetry endpoint to use and how to visualize the data are up to
users.
OpenTelemetry
An observability framework for cloud-native software
OpenTelemetry is a collection of tools, APIs, and SDKs.
You can use it to instrument, generate, collect, and export telemetry
data(metrics, logs, and traces) for analysis in order to...