feat(k8s): add OpenTelemetry exporter endpoint to deploy.yaml #501

Merged
argoyle merged 1 commits from feat/k8s/add-opentelemetry-exporter into main 2025-06-13 09:45:50 +00:00
argoyle commented 2025-06-13 09:36:07 +00:00 (Migrated from gitlab.com)

Add the OTEL_EXPORTER_OTLP_ENDPOINT environment variable to
the deployment configuration. This change enables the application
to send telemetry data to the specified OpenTelemetry collector
endpoint for better monitoring and observability.

Add the OTEL_EXPORTER_OTLP_ENDPOINT environment variable to the deployment configuration. This change enables the application to send telemetry data to the specified OpenTelemetry collector endpoint for better monitoring and observability.
argoyle commented 2025-06-13 09:36:25 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 53141720 - 1 commit from branch main
  • 29489050 - feat(k8s): add OpenTelemetry exporter endpoint to deploy.yaml

Compare with previous version

added 2 commits <ul><li>53141720 - 1 commit from branch <code>main</code></li><li>29489050 - feat(k8s): add OpenTelemetry exporter endpoint to deploy.yaml</li></ul> [Compare with previous version](/unboundsoftware/schemas/-/merge_requests/497/diffs?diff_id=1389563040&start_sha=f6744b8fc9f29ea9058b3ed5df8fe4a63873a003)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2025-06-13 09:36:34 +00:00
argoyle commented 2025-06-13 09:43:18 +00:00 (Migrated from gitlab.com)

Codecov Report

All modified and coverable lines are covered by tests

Project coverage is 1.00%. Comparing base (5314172) to head (2948905).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #497   +/-   ##
=====================================
  Coverage   1.00%   1.00%           
=====================================
  Files         42      42           
  Lines       1996    1996           
=====================================
  Hits          20      20           
  Misses      1976    1976           

View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
## [Codecov](https://app.codecov.io/gl/unboundsoftware/schemas/pull/497?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) Report All modified and coverable lines are covered by tests :white_check_mark: > Project coverage is 1.00%. Comparing base [(`5314172`)](https://app.codecov.io/gl/unboundsoftware/schemas/commit/53141720ca058ecb427d75e776b5e335e56e8935?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) to head [(`2948905`)](https://app.codecov.io/gl/unboundsoftware/schemas/commit/2948905005687fd1f46397d22048567bca933a2f?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware). <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## main #497 +/- ## ===================================== Coverage 1.00% 1.00% ===================================== Files 42 42 Lines 1996 1996 ===================================== Hits 20 20 Misses 1976 1976 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gl/unboundsoftware/schemas/pull/497?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware). :loudspeaker: Have feedback on the report? [Share it here](https://gitlab.com/codecov-open-source/codecov-user-feedback/-/issues/4). <details><summary> :rocket: New features to boost your workflow: </summary> - :snowflake: [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems. </details>
argoyle (Migrated from gitlab.com) merged commit into main 2025-06-13 09:45:50 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/schemas#501