cloudquery / plugin-sdk

CloudQuery Go SDK for source and destination plugins
Mozilla Public License 2.0
22 stars 24 forks source link

chore: Remove unused OTEL flags #1896

Closed erezrokah closed 1 month ago

erezrokah commented 1 month ago

Summary

otel-endpoint-urlpath and otel-endpoint-headers are not documented, cannot be used via a spec option like otel-endpoint and otel-endpoint-insecure (only via direct invocation of the plugin's binary), and make it harder to support multiple endpoints.

This PR removes them until we actually need them


Use the following steps to ensure your PR is ready to be reviewed