-
Notifications
You must be signed in to change notification settings - Fork 282
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
Report invalid profiles #62
Comments
Hi @junotx Thanks for reaching out! Is the implementation you are using available somewhere? The might be confusion be the shown log message. |
@junotx the otel agent and Parca aren't compatible with each other yet. There are a few things to work out about how the agent/parca are supposed to interpret the data. I'll start a separate thread about it this specific case. |
Opened a thread here: #63 |
This specific error, yes. After a small additional bug fix in Parca, data can now be ingested but some fields are not or are incorrectly set so it doesn't quite work yet (but we're very close!).
|
The otel-profiling agent does set
This might be my personal interpretation of Instrumentation scope, but it reads to me as full system profiling is not a topic, that is well covered by Instrumentation scope. What value would you set for
A semantic convention could help to report GNU build IDs. So I assume, this will be possible soonish, once the the pprof compatibility topic is clear. |
My bad, I thought it didn't because I see
I kind of see it as the "producer". So I think I'd set
I agree, though it doesn't hurt to set the current mapping's build ID to the GNU build ID since that's he only thing pprof could possibly know what to do with, no? |
I tried to configure it to report profiles to a server which implements the ProfilesServiceServer interface, but it report the error:
It looks that reported profiles do not follow the spec: https://github.com/open-telemetry/oteps/blob/main/text/profiles/0239-profiles-data-model.md#message-sample requires that all samples must have the same number of values, the same as the length of Profile.sample_type.
The text was updated successfully, but these errors were encountered: