You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make headers required for telemetry drains and add space-scoped drain test
- API testing revealed headers are required for all telemetry drains
- Updated schema to make headers required instead of optional
- Added space-scoped telemetry drain back to acceptance test with headers
- Updated documentation to reflect headers requirement
- Both app-scoped and space-scoped drains now work correctly
Copy file name to clipboardExpand all lines: docs/resources/telemetry_drain.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ The following arguments are supported:
100
100
*`"traces"` - Distributed tracing data
101
101
*`"metrics"` - Application and system metrics
102
102
*`"logs"` - Application and system logs
103
-
*`headers` - (Optional) A map of headers to send to your OpenTelemetry consumer for authentication or configuration.
103
+
*`headers` - (Required) A map of headers to send to your OpenTelemetry consumer for authentication or configuration. At least one header must be specified.
0 commit comments