-
Notifications
You must be signed in to change notification settings - Fork 146
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
Integration for 30s metrics #3854
Comments
Starting place will be integration based on filestream input, the variable to configure will be the path to the logs when the diagnostic bundle is unzipped. logs will be ingested into the ndjson parser for filestream should be used and the publisher_pipeline disabled.
The Dashboards should include the following:
|
@leehinman couple commonets here:
|
The separate integration is mostly for support/developers. In that scenario you have a diagnostic from someone else's cluster and you want to do some analysis on those logs with Kibana. For that it is easier to ingest that data as a "log" into it's own datastream and not a "metric" like it comes in during monitoring. And the names are slightly different when you look at monitoring vs the 30sec metrics. And lastly, the 30sec metrics are deltas, so you only get the change from the last 30sec metric, not counters like you do during monitoring, so the types can be different and have to be handled differently. When we find things that "work", we can implement them in the elastic-agent package. That is what happened with elastic/integrations#8834
Even if we just end up documenting the alerts that are useful for catching performance issues or "canary" events that signal some kind of degradation I'd consider it a win. The where isn't the important part, getting it written down and available to all team members is. |
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
Describe the enhancement:
Pull together #3826 and #3853 into an integration
Describe a specific use case for the enhancement or feature:
Easy for users & developers to install
What is the definition of done?
The text was updated successfully, but these errors were encountered: