Skip to content

Add vision #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# otlp-prometheus-translator
Library providing API to convert OTLP metric and attribute names to respectively Prometheus metric and label names.
# otlptranslator

Library providing API to convert OTLP metric and attribute names to respectively Prometheus metric and label names.

# Problem statement

Throughout the years, several different libraries that translate OTLP metrics into Prometheus metric formats (e.g. OpenMetrics) have been created and maintained by different parties.

As new feature are being introduced to Prometheus, e.g. UTF-8 support, many of those old libraries start to lack behind and don't fulfill the expectations of users. To make things even worse, with different downstream projects adopting different translation libraries we're starting to see a fragmented ecosystem where data emitted from different projects start to look different.

# Vision

* Thrive to be the technical authority and go-to library for all projects that need to translate OpenTelemetry metric and attribute names to [Prometheus naming conventions](https://prometheus.io/docs/practices/naming/).
* Focus on providing the most efficient library for said translation.