You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As implemented in #33755, metrics are exported to Elasticsearch so that a separate Elasticsearch document is created for each metric data point. We could improve the performance by grouping metrics that share the timestamp and the set of attributes in one document. For example, the following three metrics:
Component(s)
exporter/elasticsearch
Is your feature request related to a problem? Please describe.
As implemented in #33755, metrics are exported to Elasticsearch so that a separate Elasticsearch document is created for each metric data point. We could improve the performance by grouping metrics that share the timestamp and the set of attributes in one document. For example, the following three metrics:
are currently sent in three separate documents, but they could be sent in one document.
Describe the solution you'd like
Instead of sending each metric data point in a separate document, let's group the metrics that share the timestamp and attributes.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: