1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-03-27 20:30:27 +02:00

Fix links in OTel docs

This commit is contained in:
DarthSim 2023-01-20 19:59:00 +03:00
parent 9a4ec57d00
commit dbb32e93d3

View File

@ -11,8 +11,8 @@ imgproxy can send request traces to an OpenTelemetry collector. To use this feat
4. _(optional)_ Set the `IMGPROXY_OPEN_TELEMETRY_PROPAGATORS` environment variable to be the desired list of text map propagators. Supported propagators are:
* `tracecontext`: [W3C Trace Context](https://www.w3.org/TR/trace-context/)
* `baggage`: [W3C Baggage](https://www.w3.org/TR/baggage/)
* `b3`: [B3 Single](./context/api-propagators.md#configuration)
* `b3multi`: [B3 Multi](./context/api-propagators.md#configuration)
* `b3`: [B3 Single](https://opentelemetry.io/docs/reference/specification/context/api-propagators/#configuration)
* `b3multi`: [B3 Multi](https://opentelemetry.io/docs/reference/specification/context/api-propagators/#configuration)
* `jaeger`: [Jaeger](https://www.jaegertracing.io/docs/1.21/client-libraries/#propagation-format)
* `xray`: [AWS X-Ray](https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-tracingheader)
* `ottrace`: [OT Trace](https://github.com/opentracing?q=basic&type=&language=)