-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Metricbeat][GCP] instance event should contain all resource and metric labels #35090
base: main
Are you sure you want to change the base?
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
…ics labels in timeSeries response. close elastic#29573
c3c99e0
to
8f98d82
Compare
hey @kwinstonix. the intention here is that any metadata that can be mapped to ECS fields is done so. the four fields mentioned here are included in events in the following fields:
this is typical behaviour. what is the rationale behind |
|
This pull request is now in conflicts. Could you fix it? 🙏
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
This pull request is now in conflicts. Could you fix it? 🙏
|
|
This pull request is now in conflicts. Could you fix it? 🙏
|
What does this PR do?
Why is it important?
gcp.labels.resource
andgcp.labels.metrics
should keep original timeSeries labels, that should be a fixed behavior for all metircs. We should not filter out some labels: instance_name, instance_id, zone, project_id.Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues
#29573