Skip to content
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

OTLP Ingestion #5813

Merged
merged 9 commits into from
Apr 11, 2024
Merged

OTLP Ingestion #5813

merged 9 commits into from
Apr 11, 2024

Conversation

friedrichg
Copy link
Member

@friedrichg friedrichg commented Mar 14, 2024

What this PR does: Implements OTLP ingestion. Based on the good work done by @Aneurysm9 🙇

This needs integration tests and unit tests

Which issue(s) this PR fixes:
Fixes #4981

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

Copy link
Contributor

@yeya24 yeya24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work. And thanks @Aneurysm9 for the initial implementation!

I am just reading https://prometheus.io/blog/2024/03/14/commitment-to-opentelemetry/ and wondering if we need to make changes accordingly to other features mentioned in the blog post. For example Support UTF-8 metric and label names.

pkg/api/api.go Outdated Show resolved Hide resolved
pkg/util/push/otlp.go Show resolved Hide resolved
@yeya24
Copy link
Contributor

yeya24 commented Mar 25, 2024

Nice. I think we still need unit tests and integration tests.

Copy link
Contributor

@yeya24 yeya24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make sure we have changelog

Aneurysm9 and others added 7 commits April 11, 2024 23:29
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
@friedrichg
Copy link
Member Author

PTAL @yeya24 @alanprot This is just the beginning. I think we can merge and do more tests/features in following PRs

@yeya24 yeya24 merged commit 26c389a into master Apr 11, 2024
16 checks passed
@friedrichg friedrichg deleted the OTLP branch April 23, 2024 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OTLP native support
3 participants