From fd0f1617b6e066199085dca32137b3b1c58b51ec Mon Sep 17 00:00:00 2001 From: Corentin Leruth Date: Mon, 5 Aug 2024 09:41:04 +0200 Subject: [PATCH] Update src/client-ocurl/config.mli Co-authored-by: Simon Cruanes --- src/client-ocurl/config.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client-ocurl/config.mli b/src/client-ocurl/config.mli index b24e350d..7d2a5514 100644 --- a/src/client-ocurl/config.mli +++ b/src/client-ocurl/config.mli @@ -55,7 +55,7 @@ val make : @param url base url used to construct per-signal urls. Per-signal url options take precedence over this base url. Default is "http://localhost:4318", or "OTEL_EXPORTER_OTLP_ENDPOINT" if set. - Example of constrcuted per-singal urls with the base url http://localhost:4318 + Example of constructed per-signal urls with the base url http://localhost:4318 - Traces: http://localhost:4318/v1/traces - Metrics: http://localhost:4318/v1/metrics - Logs: http://localhost:4318/v1/logs