-
Notifications
You must be signed in to change notification settings - Fork 587
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
detectors/gcp: Add support for Cloud Run jobs (#5559)
Adds support for Cloud Run jobs, previously on Cloud Run services were supported. I've left the cloud platform as `semconv.CloudPlatformGCPCloudRun` as it's a part of Cloud Run ecosystem, but have no objections to making a "gcp_cloud_run_jobs" if needed although that would require an update to the `semconv` package first and I'm not quite sure I understand how the folder versioning works for that so would be looking for guidance (do I just add it to the latest version folder? do I make a new version copying the latest version folder?) --------- Co-authored-by: David Ashpole <dashpole@google.com>
- Loading branch information
Showing
5 changed files
with
85 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters