-
Notifications
You must be signed in to change notification settings - Fork 305
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
[ResourceDetectors.Azure] Azure Container Apps Resource Detector #1565
[ResourceDetectors.Azure] Azure Container Apps Resource Detector #1565
Conversation
attributeList.Add(new KeyValuePair<string, object>(kvp.Key, attributeValue)); | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets add a internal log, saying "ACADetector bailed out due to lack of env variable confirming this to be an ACA"/similar.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has to be done for all the detectors; I will do this as a follow-up task.
Changes
Please provide a brief description of the changes here.
A new Azure Container App Resource Detector, which maps specific Azure Container Apps environment variables to corresponding OpenTelemetry resource attributes.
CONTAINER_APP_NAME
service.name
CONTAINER_APP_REVISION
service.version
CONTAINER_APP_REPLICA_NAME
service.instance.id
TODO
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes