Adding statement capture options to remote configuration for ES and MongoDB
- Dominant language
- Gherkin
- Stars
- 427
- Forks
- 125
- PR merge metrics
- No merged PRs in 30d
Description
In #711 we added existing configuration options to the central configuration, and #698 added a new configuration option that might be relevant for remote configuration but isn't yet remote-configurable.
As discussed [here](https://github.com/elastic/apm/pull/698/files#r1006429455)
The goal here is to make those configuration items available in remote configuration:
- `mongodb_capture_statement_commands` that was added in #698
- `elasticsearch_capture_body_urls` that has similar semantics for Elasticsearch.
## Steps
- [ ] wait for https://github.com/elastic/apm/issues/711 to be merged
- [x] wait for https://github.com/elastic/apm/pull/698 to be merged
- [ ] change written specification for those configuration items
- [ ] open PR to add them in remote configuration
- [ ] create meta + impl issues for agents as those configurations might not be dynamic and support updates at runtime.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.