Add additional workloads to usage_metadata#2109
Open
TravisStark wants to merge 1 commit intomainfrom
Open
Conversation
7a157ef to
494cef3
Compare
494cef3 to
4d31811
Compare
89cea40 to
67c688c
Compare
67c688c to
504a355
Compare
okankoAMZ
reviewed
May 5, 2026
| {input: "obs_kafka_consumer", want: true}, | ||
| {input: "obs_kafka_producer", want: true}, | ||
| {input: "obs_nvidia_gpu", want: true}, | ||
| {input: "obs_ec2_health", want: true}, |
Contributor
There was a problem hiding this comment.
nit: can we have these alphabetical?
okankoAMZ
approved these changes
May 5, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the issue
Adding support for additional
usage_metadataentries to help indicate which observability solutions are active.Previously, only 7 values were supported and unsupported values were silently dropped by
metadata.IsSupported().Description of changes
Adds new workload values to the agent's supported metadata set:
jvm_ec2,tomcat_ec2,nvidia_gpu_ec2(Variants of existing workloads)log_collection,windows_events,xray_traces,otel_tracesapplication_signals,statsd,collectd,prometheusotel_metrics,emf,process_monitoringExisting values (
jvm,tomcat,nvidia_gpu) are kept for backward compatibility.License
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Tests
Requirements
make fmtandmake fmt-shmake lint