Andy Keller
Andy Keller
Related issue in the collector: https://github.com/open-telemetry/opentelemetry-collector/issues/10570
We discussed in the SIG meeting that a generic `map metadata` could be added to the `AgentDescription` message and the structure documented for OpenTelemetry-based agents. We also discussed making a...
I think the general structure of the message and making it a part of `AgentDescription` makes sense. I agree that it could be very verbose and unlikely to change and...
Since `name` and `version` are likely fields of the `AvailableComponent` message, they could be pulled out of the metadata to provide some more structure. ``` message AvailableComponent { string name...
Thinking about this some more, I'm leaning toward making this a separate message with a separate flag for `ReportComponents` or something similar. The issue is that this will likely be...
I like the separate AvailableComponents message. It allows us to add additional fields in the future as needed. I also like reporting the hash, but I think the spec should...
> @andykellr or @dpaasman00 will you take over this PR to make the final fixes before merging? Yes, I just pushed changes based on your feedback. It should be ready.