feat: Allow configuring the OTLP protocol
This commit is contained in:
parent
d180f5a759
commit
5e0edd5a1c
5 changed files with 41 additions and 5 deletions
|
|
@ -608,6 +608,11 @@
|
|||
#
|
||||
#otlp_filter = "info"
|
||||
|
||||
# Protocol to use for OTLP tracing export. Options are "http" or "grpc".
|
||||
# The HTTP protocol uses port 4318 by default, while gRPC uses port 4317.
|
||||
#
|
||||
#otlp_protocol = "http"
|
||||
|
||||
# If the 'perf_measurements' compile-time feature is enabled, enables
|
||||
# collecting folded stack trace profile of tracing spans using
|
||||
# tracing_flame. The resulting profile can be visualized with inferno[1],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue