chore: set default otlp_endpoint (#4508)

* chore: set default `otlp_endpoint`

* fix: fix ci
This commit is contained in:
Weny Xu
2024-08-06 14:48:14 +08:00
committed by GitHub
parent 2cd4a78f17
commit a25d9f736f
8 changed files with 16 additions and 21 deletions

View File

@@ -177,8 +177,7 @@ level = "info"
enable_otlp_tracing = false
## The OTLP tracing endpoint.
## +toml2docs:none-default
otlp_endpoint = ""
otlp_endpoint = "http://localhost:4317"
## Whether to append logs to stdout.
append_stdout = true