tarantool / metrics

Metric collection library for Tarantool
MIT License
39 stars 23 forks source link

OpenTelemetry-compatible metrics naming #464

Open DifferentialOrange opened 1 year ago

DifferentialOrange commented 1 year ago

See Notion RFC (private) for more detailed info.

Provide a new naming policy for all metrics in tarantool/metrics based on OpenTelemetry naming guides. Implement a flag to enable new/old metrics naming policy through metrics.cfg{} . Implement metrics naming transformations in existing plugins where needed (like OTLP to Prometheus in OpenTelemetry C++ SDK).

OpenTelemetry provides a detailed guide on metrics naming [1].

  1. https://opentelemetry.io/docs/reference/specification/metrics/semantic_conventions/
DifferentialOrange commented 1 year ago

Estimation includes

github-actions[bot] commented 10 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days