mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
12 lines
248 B
TOML
12 lines
248 B
TOML
[sources.http_server]
|
|
type = "http_server"
|
|
address = "0.0.0.0:8002"
|
|
headers = ["authorization", "Content-Type", "Traceparent"]
|
|
strict_path = false
|
|
path = ""
|
|
query_parameters = [
|
|
"hdx_platform",
|
|
"hdx_token",
|
|
"sentry_key",
|
|
"sentry_version"
|
|
]
|