Configuration for the Kinetic Serverless receiver. Lightweight OpenTelemetry receiver for serverless/edge deployments.
Otel Serverless
Configuration for the Kinetic Serverless receiver. Lightweight OpenTelemetry receiver for serverless/edge deployments.
Configuration
| Field | Type | Required | Default | Description |
port | unsigned integer | no | 8080 | TCP port to listen on. |
auth_header_realm | string | no | X-Auth-Realm | HTTP header name for realm authentication. |
max_payload_size_mb | unsigned integer | no | 10 | Maximum allowed payload size in megabytes. |
Telemetry
This component emits the following standard telemetry metrics and events.
Metrics
| Name | Type | Description |
component_received_events_total | Counter | Total number of events received from upstream. |
component_sent_events_total | Counter | Total number of events sent downstream. |
component_errors_total | Counter | Total number of errors encountered during processing. |
Events
| Name | Description |
ComponentError | Emitted when an error occurs during component execution. |
ComponentEventsDropped | Emitted when events are intentionally or unintentionally dropped. |
Example
receivers:
my_otel_serverless:
type: otel_serverless
port: 8080
auth_header_realm: X-Auth-Realm
max_payload_size_mb: 10