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

Add otel profiling support #4579

Merged
merged 1 commit into from
Jun 4, 2024
Merged

Add otel profiling support #4579

merged 1 commit into from
Jun 4, 2024

Conversation

brancz
Copy link
Member

@brancz brancz commented May 2, 2024

This patch implements the otel-profiling format to be accepted by Parca. Generation is a bit wonky as I needed it to not clash with existing common and resource types, but that will be gone once the official Go library that contains the generated Go code is updated.

As this is partly meant to inform otel-profiling format feedback, to reduce our own bias, use, and behavior of the format, instead of implementing support for otel-profiling in Parca-Agent first, this was instead primarily tested for compatibility by trying to ingest data from the otel-profiling-agent.

One thing to note about that is that the otel agent always normalizes addresses, therefore this currently hardcodes that mode, ideally this would actually be indicated by the otel profiling format (I'm going to bring this up in today's otel profiling meeting).

@brancz brancz requested review from a team as code owners May 2, 2024 14:50
Copy link

alwaysmeticulous bot commented May 2, 2024

🤖 Meticulous spotted visual differences in 1 of 336 screens tested: view and approve differences detected.

Last updated for commit e8278ad. This comment will update as new commits are pushed.

Copy link
Member

Choose a reason for hiding this comment

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

All of these files were deleted. rm -r ui/packages/app/grafana-datasource-plugin/

Copy link
Member

Choose a reason for hiding this comment

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

All of these files were deleted. rm -r ui/packages/app/grafana-panel-plugin/.prettierrc.js

@brancz brancz force-pushed the otelprofiling branch 3 times, most recently from b7988b6 to 86544d2 Compare June 3, 2024 18:46
@brancz brancz force-pushed the otelprofiling branch 2 times, most recently from 77580ac to 03cbd91 Compare June 3, 2024 18:58
@brancz brancz merged commit 00f0ba4 into main Jun 4, 2024
37 of 38 checks passed
@brancz brancz deleted the otelprofiling branch June 4, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants