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
This omission seems to be because these are ECS fields. While this is acceptable if the service has metadata, such as compute, it results in missing crucial labels for services without additional metadata logic.
For instance, when fetching the instance/leader_percentage_by_region metric for the spanner service, the instance_id label is missing. This leads to a discrepancy between what we deliver and what users see in the GCP Metrics Explorer.
We need to ensure these ECS fields are included even if the service lacks metadata.
When parsing time series objects, we're omitting key labels like
instance_id
,zone
, andproject_id
.beats/x-pack/metricbeat/module/gcp/timeseries_metadata_collector.go
Line 103 in c2b2983
This omission seems to be because these are ECS fields. While this is acceptable if the service has metadata, such as
compute
, it results in missing crucial labels for services without additional metadata logic.For instance, when fetching the
instance/leader_percentage_by_region
metric for thespanner
service, theinstance_id
label is missing. This leads to a discrepancy between what we deliver and what users see in the GCP Metrics Explorer.We need to ensure these ECS fields are included even if the service lacks metadata.
cc: @ishleenk17
The text was updated successfully, but these errors were encountered: