Skip to content

Conversation

@Horiodino
Copy link
Contributor

Description

Adds support for generating Gateway API HTTPRoute resources from the OpenTelemetryCollector v1beta1 spec. Includes the new httpRoute configuration.

Link to tracking Issue(s)

Testing

  • added unit tests for httpRoute
  • ran controller locally with httpRoute enabled

Documentation

  • added API docs and changelog.

    apiVersion: opentelemetry.io/v1beta1
    kind: OpenTelemetryCollector
    spec:
      mode: deployment
      httpRoute:
        enabled: true
        gateway: my-gateway        # required
        gatewayNamespace: default   (defaults to collector namespace)
        hostName: "otel.example.com" 

    When enabled, the operator automatically generates an HTTPRoute per HTTP port exposed by the collector’s configuration.

@Horiodino Horiodino requested a review from a team as a code owner November 19, 2025 13:17
Signed-off-by: Praful Khanduri <[email protected]>
@Horiodino
Copy link
Contributor Author

cc @frzifus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant