-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
After the otel collector dependencies were updated to the latest version, the were some deprecated processors.
Some of the processors (spanmetrics) were mentioned in the qryn documentation like https://qryn.metrico.in/#/telemetry/ingestion
Please:
- Clone https://github.com/metrico/qryn-docs/
- Check the pages:
- Replace the spanmetrics processor with the spanmetrics connector according to the deprecation documentation https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.95.0/processor/spanmetricsprocessor
- Replace servicegraph processor with the servicegraph connector https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/connector/servicegraphconnector/README.md
- Check if each configuration walkthrough works after the replacing
Nice to have:
- Please do grep the documentation by the every module deprecated during the otel-collector update
- Replace every extra deprecated module if you find any
UPD:
Tasks to complete
- Make spanmetrics replacement
- Replace spanmetrics in https://github.com/metrico/qryn-docs/blob/main/docs/metrics/ingestion.md
- https://github.com/metrico/qryn-docs/blob/main/docs/logs/ingestion.md
- https://github.com/metrico/qryn-docs/blob/main/docs/telemetry/ingestion.md
- Make servicegraph replacement
- Replace servicegraph in the documentation
Metadata
Metadata
Assignees
Labels
No labels