-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: add support for rendering an optional PrometheusOperator ServiceMonitor resource definition #271
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
…ra-network Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
This is because OTel collector ports can be configured by the user Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
…nstalled already Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
nathanklick
reviewed
Aug 17, 2023
charts/hedera-network/templates/telemetry/prometheus-svc-monitor.yaml
Outdated
Show resolved
Hide resolved
Co-authored-by: Nathan Klick <[email protected]> Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]> # Conflicts: # dev/Makefile
Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
…eployment Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
nathanklick
approved these changes
Aug 22, 2023
leninmehedy
added a commit
that referenced
this pull request
Aug 25, 2023
…eMonitor resource definition (#271) Signed-off-by: Lenin Mehedy <[email protected]> Co-authored-by: Nathan Klick <[email protected]>
swirlds-automation
added a commit
that referenced
this pull request
Aug 25, 2023
## [0.7.0](v0.6.0...v0.7.0) (2023-08-25) ### Features * add minio tenant helm chart conditionally ([#239](#239)) ([99b2527](99b2527)) * add service definitions for HAProxy and Envoy with support for both ClusterIP and LoadBalancer configurations ([#268](#268)) ([8563e16](8563e16)) * add support for rendering an optional PrometheusOperator ServiceMonitor resource definition ([#271](#271)) ([84cbbed](84cbbed)) * create mock junit annotations ([#104](#104)) ([752b2df](752b2df)) * enable helm template substitutions on Open Collector config map ([#274](#274)) ([1fa684b](1fa684b)) * mirror node as a conditional subchart ([#272](#272)) ([8842aa0](8842aa0)) ### Bug Fixes * update envoy cluster name in the config ([#276](#276)) ([5fef59f](5fef59f))
🎉 This PR is included in version 0.7.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request changes the following:
Notes:
Related Issues