-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
Requirement
Part of Native SPM support in Elasticsearch (#6641). Leverage ES query to directly derive metric data from traces.
Add integration test for new SPM with ElasticSearch as metricsbackend
Problem
Current SPM deployment use Prometheus to store metric data. We can simplify this deployment by directly derive metric data from traces data in ES. Add e2e test for this new feature.
Proposal
- Add docker compose file for new SPM option
- Add e2e test correspondingly for this docker file
Open questions
No response