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
Summary
otel-endpoint-urlpath
andotel-endpoint-headers
are not documented, cannot be used via a spec option likeotel-endpoint
andotel-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
go fmt
to format your code ๐golangci-lint run
๐จ (install golangci-lint here)