-
Notifications
You must be signed in to change notification settings - Fork 7
Serve sampling strategies #9
Comments
Might be done in open-telemetry/opentelemetry-collector#500 |
This has been done as part of open-telemetry/opentelemetry-collector#547 - however it only works over gRPC. Now that cc @joe-elliott |
The opentelemetry collector supports both http proxy (jaeger agent) and GRPC (jaeger collector) for serving sampling strategies. It's a little strange, but technically an operator could configure their opentelemetry collector to proxy to itself. The config would look something like:
This work was done before we knew about the jaeger-opentelemetry-collector. Now that it exists maybe we should reevaluate some of the functionality in the collector. |
@objectiser can this be closed? |
Not sure it is an ideal solution but provides a workaround, so guess we can close and open issues in the core repo to make improvements. |
Serve sampling strategies file
At the moment collector just proxies calls. Done in open-telemetry/opentelemetry-collector#448
The text was updated successfully, but these errors were encountered: