-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Cherry-pick #19977 to 7.x: Move file metrics to dataset endpoint #20148
Conversation
(cherry picked from commit b9a00da)
Pinging @elastic/integrations-services (Team:Services) |
💔 Build FailedExpand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
Cherry-pick of PR #19977 to 7.x branch. Original message:
Breaking change
What does this PR do?
The filemetrics are on the stats endpoint. It ideally is supposed to be on
/dataset
similar to metricbeat. This PR moves them to the right endpointWhy is it important?
We use stats endpoint to collect metrics. These file metrics make the endpoint to verbose.
Checklist
I have commented my code, particularly in hard-to-understand areasI have made corresponding changes to the documentationI have made corresponding change to the default configuration filesI have added tests that prove my fix is effective or that my feature worksCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.