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

aggregation/txmetrics: don't group on user-agent #3848

Merged
merged 1 commit into from
Jun 8, 2020

Conversation

axw
Copy link
Member

@axw axw commented Jun 5, 2020

Motivation/summary

Stop grouping metrics by the full User-Agent string. That was a terrible idea. We'll need to parse User-Agent and include the browser name, and any other things we want to group by in the UI.

Checklist

I have considered changes for:
- [ ] documentation
- [ ] logging (add log lines, choose appropriate log selector, etc.)
- [ ] metrics and monitoring (create issue for Kibana team to add metrics to visualizations, e.g. Kibana#44001)

How to test these changes

  1. Enable aggregation in apm-integration-testing
  2. Check that none of the metrics have user_agent.original set

Related issues

Closes #3841

@apmmachine
Copy link
Contributor

💚 Build Succeeded

Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: [Pull request #3848 opened]

  • Start Time: 2020-06-05T09:05:18.292+0000

  • Duration: 46 min 0 sec

Test stats 🧪

Test Results
Failed 0
Passed 3201
Skipped 146
Total 3347

@axw axw merged commit 45b0ca3 into elastic:master Jun 8, 2020
@axw axw deleted the txmetrics-no-useragent branch June 8, 2020 06:38
axw added a commit to axw/apm-server that referenced this pull request Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aggregation/txmetrics: exclude user_agent.original from grouping
3 participants