Add CORS configuration to OTelCollector HTTP receiver

This commit is contained in:
Simon Larsen
2024-04-26 19:12:38 +01:00
parent a0e565485b
commit 308dba7f24

View File

@@ -14,6 +14,9 @@ receivers:
include_metadata: true
http:
include_metadata: true
cors:
allowed_origins: ["*"]
allowed_headers: ["*"]