Make sanitize_field_names centrally configurable#856
Merged
axw merged 2 commits intoelastic:masterfrom Dec 8, 2020
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #856 +/- ##
==========================================
- Coverage 83.83% 83.72% -0.12%
==========================================
Files 141 141
Lines 7849 7863 +14
==========================================
+ Hits 6580 6583 +3
- Misses 863 871 +8
- Partials 406 409 +3
Continue to review full report at Codecov.
|
jalvz
approved these changes
Dec 8, 2020
Member
|
@axw Thanks for finishing this! Could you also please add the Go agent in Kibana for this central config option: https://github.com/elastic/kibana/blob/caa14d44efedc801fd1f779e15442ca9d5f2fab7/x-pack/plugins/apm/common/agent_configuration/setting_definitions/general_settings.ts#L238 |
2 tasks
Member
Author
|
Thanks for the reminder @AlexanderWert, I've opened elastic/kibana#85373 |
axw
added a commit
to elastic/kibana
that referenced
this pull request
Dec 10, 2020
elastic/apm-agent-go#856 added central config support for 'sanitize_field_names' to the Go agent, so we can now enable it in the UI too.
axw
added a commit
to elastic/kibana
that referenced
this pull request
Dec 10, 2020
elastic/apm-agent-go#856 added central config support for 'sanitize_field_names' to the Go agent, so we can now enable it in the UI too.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #821