-
Notifications
You must be signed in to change notification settings - Fork 525
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
[v2] Rename "metric" entity to "metricset" #1356
Comments
How about just |
This is for v2 objects, e.g. {"metadata":{}}
{"transaction":{}}
{"metrics":{"tags":{}, "samples":{}}} "metrics" as an object name seems a bit odd to me, but better than just "metric". We could flatten the structure so we fold "tags" into each entry of "samples", but that would lead to a lot of repetition. |
I like |
I'm fine either way. Just wanted to throw in the other option 😃 |
metricbeat uses 'metricset' as well by the way: https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-modules.html |
Rename json schemas as well Closes #1356.
Rename json schemas as well Closes elastic#1356.
Rename json schemas as well Closes elastic#1356.
Rename json schemas as well Closes elastic#1356.
Rename json schemas as well Closes elastic#1356.
Rename json schemas as well Closes elastic#1356.
Rename json schemas as well Closes elastic#1356.
Rename json schemas as well Closes elastic#1356.
Rename json schemas as well Closes #1356.
Rename json schemas as well Closes elastic/apm-server#1356.
The metrics API defines a metric entity, which is really a set of metrics. I propose that we rename this to "metricset", or something similar. Calling it "metric" might give the impression that it is a singular measurement.
The text was updated successfully, but these errors were encountered: