-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
GCP logs exporter - resource fields mapping #26649
Comments
Hello @wgebis, I just have some questions help me better direct you here. Your goal is to fill in the resource attributes Which environment (resource) are you trying to get the resource information (like |
Hi there! Thanks for reply! I configure logging outside of GCP from external 3rd party k8s cluster. Finally I've figured it out by using resources attributes:
Unfortunately I had to studied source code a bit: https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/blob/82615d06c71484903ae6bfe917f87d66e76c00fe/internal/resourcemapping/resourcemapping.go#L191 Here is implementation of Google Cloud Exporter monitored resource mappings. It could be great to get it in README somewhere. Thanks! |
Thanks for reporting @wgebis. I'll make sure this gets documentd |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners: See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners: See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Fixes #26649 Fixes #27803 --------- Co-authored-by: Curtis Robert <[email protected]>
Fixes open-telemetry#26649 Fixes open-telemetry#27803 --------- Co-authored-by: Curtis Robert <[email protected]>
Component(s)
exporter/googlecloud
What happened?
Hi there!
I'm using GCP logs exported for pushing long to GCP from on-premiss VM isntances. Log entries in GCP has an empty section:
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: