-
Notifications
You must be signed in to change notification settings - Fork 524
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
Add units to metric duration fields #5395
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪 |
Co-authored-by: Andrew Wilkins <[email protected]>
* add units to metric duration fields * Apply suggestions from code review Co-authored-by: Andrew Wilkins <[email protected]> * make update * Add changelog Co-authored-by: Andrew Wilkins <[email protected]> (cherry picked from commit fedc1db) # Conflicts: # changelogs/head.asciidoc # include/fields.go
* Add units to metric duration fields (#5395) * add units to metric duration fields * Apply suggestions from code review Co-authored-by: Andrew Wilkins <[email protected]> * make update * Add changelog Co-authored-by: Andrew Wilkins <[email protected]> (cherry picked from commit fedc1db) # Conflicts: # changelogs/head.asciidoc # include/fields.go * Fix conflicts Co-authored-by: Juan Álvarez <[email protected]> Co-authored-by: Andrew Wilkins <[email protected]>
* add units to metric duration fields * Apply suggestions from code review Co-authored-by: Andrew Wilkins <[email protected]> * make update * Add changelog Co-authored-by: Andrew Wilkins <[email protected]> (cherry picked from commit fedc1db) # Conflicts: # apmpackage/apm/data_stream/app_metrics/fields/fields.yml # apmpackage/apm/data_stream/internal_metrics/fields/fields.yml # changelogs/head.asciidoc # include/fields.go
In light of elastic/elasticsearch#74014 I haven't spent much effort testing this, as we'll need to change things. I checked a few template fields in 7.14 BC1 and they looked good -- this change satisfied the goal of providing real data to Lens. |
Checklist
How to test these changes
Related issues
Closes #4487