mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
0cca5ae174
More usefully, including docker config for starting a CORS enabled OTLP collector so we don't have to use zipkin. |
||
---|---|---|
.. | ||
collector-gateway.yaml | ||
docker-compose.yaml | ||
README.md |
OpenTelemetry Collector for development
This directory contains a docker compose file that starts a jaeger all-in-one instance with an in-memory database, along with a standalong OpenTelemetry collector that forwards traces into the jaeger. Jaeger has a built-in OpenTelemetry collector, but it can't be configured to send CORS headers so can't be used from a browser. This sets the config on the collector to send CORS headers.