ydb-platform / ydb-platform/ydb-cpp-sdk
Support SDK metric loading in OpenTelemetry client
Nobody has claimed this yet.
- #588 by @maladetska — closed without merging
- Dominant language
- C++
- Stars
- 19
- Forks
- 31
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 10
Description
Сейчас SDK умеет отгружать метрики во внутренний мониторинг клиент, либо в клиент, реализующий соответствующий интерфейс IMetricRegistry из library/cpp/monlib. В рамках задачи требуется:
- Развязать зависимость C++ SDK от
library/cpp/monlib, разместив интерфейсIMetricRegistryв самом SDK, а также переработав API для отгрузки метрик. - Реализовать плагин к C++ SDK для отгрузки метрик в opentelemetry-cpp
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with src/client/extensions/solomon_stats and the IMetricRegistry interface in library/cpp/monlib. Review the existing metric-loading API and the closed pull request linked to this issue, then inspect the opentelemetry-cpp integration requirements. Done means the SDK no longer depends on library/cpp/monlib and provides an OpenTelemetry metrics plugin.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100