I noticed that #336 is not working, likely because we aren't properly pulling the data with the watcher.
Looking at the memory limiter processor metadata, there is telemetry:
https://github.com/open-telemetry/opentelemetry-collector/blob/main/processor/memorylimiterprocessor/metadata.yaml#L19-L28
But the page shows none:
Looking at our registry, we don't have any telemetry data tracked at all:
https://github.com/open-telemetry/opentelemetry-ecosystem-explorer/blob/main/ecosystem-registry/collector/core/v0.156.0/processor.yaml#L22-L38
We need to update the collector-watcher to pull in all of the available metadata, including telemetry.
We will then need to run a backfill, which will be done after the change is merged, so do not include the re-generated metadata in the PR.
I noticed that #336 is not working, likely because we aren't properly pulling the data with the watcher.
Looking at the memory limiter processor metadata, there is telemetry:
https://github.com/open-telemetry/opentelemetry-collector/blob/main/processor/memorylimiterprocessor/metadata.yaml#L19-L28
But the page shows none:
Looking at our registry, we don't have any telemetry data tracked at all:
https://github.com/open-telemetry/opentelemetry-ecosystem-explorer/blob/main/ecosystem-registry/collector/core/v0.156.0/processor.yaml#L22-L38
We need to update the collector-watcher to pull in all of the available metadata, including telemetry.
We will then need to run a backfill, which will be done after the change is merged, so do not include the re-generated metadata in the PR.