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

Collecting telemetry from minidumps #262

Open
ptodev opened this issue Jan 26, 2024 · 1 comment
Open

Collecting telemetry from minidumps #262

ptodev opened this issue Jan 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ptodev
Copy link
Contributor

ptodev commented Jan 26, 2024

Request

There was a recent discussion about a need to analyse minidumps and create telemetry such as logs or metrics based on the information inside them. Minidumps can include various information and they vary based on the programming language (C++, Java, etc...) and the operating system (Windows, Linux, etc...).

It is not yet certain whether the Agent should support such a need and to what extent. I am opening this issue so that we can keep track of such requests and gauge interest.

It would also be interesting to see if the OpenTelemetry Collector would like to have such a component. We could potentially upstream it and it could be OTel native. In the future OTel will support "profiling" signals, and it will be interesting to see how stack traces will be represented - this could impact how a component which analyses minidumps is designed.

An interesting semi-related reading might be this article about how Windows minidumps are managed by Microsoft.

Use case

Sometimes applications create lots of minidumps, and being able to gain insight into them at scale could be useful. Opening a dump and looking at each one manually can be time consuming.

@ptodev ptodev added the enhancement New feature or request label Jan 26, 2024
Copy link
Contributor

This issue has not had any activity in the past 30 days, so the needs-attention label has been added to it.
If the opened issue is a bug, check to see if a newer release fixed your issue. If it is no longer relevant, please feel free to close this issue.
The needs-attention label signals to maintainers that something has fallen through the cracks. No action is needed by you; your issue will be kept open and you do not have to respond to this comment. The label will be removed the next time this job runs if there is new activity.
Thank you for your contributions!

@rfratto rfratto transferred this issue from grafana/agent Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant