While reviewing #897 i noticed that in some components, metrics are listed as a top level metadata signal:
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/activedirectorydsreceiver/metadata.yaml#L76
and others have it nested under a telemetry node:
https://github.com/open-telemetry/opentelemetry-collector/blob/main/processor/memorylimiterprocessor/metadata.yaml#L19-L20
Why is this, do they imply different meanings in some way? Does this indicate an issue upstream that should be fixed or should we just support both styles?
While reviewing #897 i noticed that in some components, metrics are listed as a top level metadata signal:
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/activedirectorydsreceiver/metadata.yaml#L76
and others have it nested under a
telemetrynode:https://github.com/open-telemetry/opentelemetry-collector/blob/main/processor/memorylimiterprocessor/metadata.yaml#L19-L20
Why is this, do they imply different meanings in some way? Does this indicate an issue upstream that should be fixed or should we just support both styles?