Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

otlp_ingest_enabled capability support for the AG #3161

Closed
PatrikSteuer opened this issue May 13, 2024 · 3 comments
Closed

otlp_ingest_enabled capability support for the AG #3161

PatrikSteuer opened this issue May 13, 2024 · 3 comments
Labels
feature request Request for a non-existing feature

Comments

@PatrikSteuer
Copy link

Is your feature request related to a problem? Please describe.
If an AG & OTEL collector are deployed the same endpoints should be used for both. To simplify the setup the collector could forward otlp signals to the AG otlp endpoint.

Describe the solution you'd like
Provide otlp_ingest_enabled capability so the related AG property can be configured.

Describe alternatives you've considered
Sending logs / trace / metrics directly to the cluster environment API, which increases complexity for maintenance.

@chrismuellner chrismuellner added the feature request Request for a non-existing feature label May 13, 2024
Copy link
Contributor

Thank you for opening a Dynatrace Operator Issue. We've identified and tagged the issue as a "Feature request".

Dynatrace reviews feature requests in the Dynatrace community rather than Github. This helps our team consolidate, rank, and prioritize important input like yours.

Please search for similar requests, collaborate, and ask questions using the link above. Remember to add the labels "kubernetes" and "dynatrace-operator" to help get the attention you deserve.

Thanks for your help!

@d41k4n
Copy link

d41k4n commented May 13, 2024

FWIW: As a wokaround this can already be achieved via spec.activeGate.customProperties.

E.g.

spec:
  activeGate:
    capabilities:
    - routing
    - kubernetes-monitoring
    customProperties:
      value: |
        [otlp_ingest]
        otlp_ingest_enabled=true

@PatrikSteuer
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a non-existing feature
Projects
None yet
Development

No branches or pull requests

3 participants