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
In certain cases, such as log-only ingestion, resource attributes like service.name can be missing, which defeats the purpose of aggregated metrics as they can't provide anything meaningful. For such events, we should put a condition in the signaltometrics to skip producing aggregated metrics.
Revisit all attributes in signaltometrics config to identify attributes that are essential for the aggregated metrics to function. service.name is one such attribute.
Update the signaltometrics config in elasticapm connector to not produce aggregated metrics if the identified attributes are missing in the incoming signal - this can be achieved by using conditions.