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

Remove prometheus dependency #534

Merged
merged 5 commits into from
Oct 4, 2024

Conversation

BrianKopp
Copy link

What was changed

Breaking changes:

  • Prometheus is no longer installed by default prometheus.enabled.
  • Prometheus labels (e.g. prometheus.io/*) are no longer created by default on services
  • Prometheus chart dependency is removed entirely

Why?

Monitoring layer should not be prescribed by the application layer.

Checklist

  1. Closes [Feature Request] Remove Prometheus dependency #527

  2. How was this tested:
    [x] - compared helm template results
    [ ] - temporal installed successfully without prometheus
    [ ] - temporal ServiceMonitor successfully picked up by prometheus operator

  3. Any docs updates needed?

README was updated

@CLAassistant
Copy link

CLAassistant commented Jul 22, 2024

CLA assistant check
All committers have signed the CLA.

@robholland robholland changed the base branch from main to v1 October 3, 2024 15:47
@robholland robholland marked this pull request as ready for review October 3, 2024 15:48
@robholland robholland requested a review from a team as a code owner October 3, 2024 15:48
@robholland robholland merged commit ba57bec into temporalio:v1 Oct 4, 2024
2 checks passed
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.

[Feature Request] Remove Prometheus dependency
3 participants