ydb-platform / ydb-platform/ydb-cpp-sdk

Support SDK metric loading in OpenTelemetry client

Open
#350 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

  • #588 by @maladetska — closed without merging
enhancement student-projects
Dominant language
C++
Stars
19
Forks
31
Avg merge
2d 5h
Merged PRs (30d)
10

Description

Сейчас SDK умеет отгружать метрики во внутренний мониторинг клиент, либо в клиент, реализующий соответствующий интерфейс IMetricRegistry из library/cpp/monlib. В рамках задачи требуется:

  1. Развязать зависимость C++ SDK от library/cpp/monlib, разместив интерфейс IMetricRegistry в самом SDK, а также переработав API для отгрузки метрик.
  2. Реализовать плагин к C++ SDK для отгрузки метрик в opentelemetry-cpp

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.