-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add metrics-endpoint to istio-gateway #477
Merged
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
Add relations endpoints + update manifest to export metrics via service port. fixes: #475
github-actions
bot
added
Libraries: Out of sync
Libraries: OK
and removed
Libraries: Out of sync
labels
Jul 19, 2024
There are more rules, but no metrics for them was found. I also cheded alert rules from [2]. The Grafana dashboards will be added to istio-pilot in different PR, since most of metrics used in them are from the istio-pilot. --- [1]: https://samber.github.io/awesome-prometheus-alerts/rules.html#rule-istio-1-10 [2]: https://github.com/istio/tools/blob/release-1.14/perf/stability/alertmanager/prometheusrule.yaml
github-actions
bot
added
Libraries: Out of sync
Libraries: OK
and removed
Libraries: OK
Libraries: Out of sync
labels
Jul 19, 2024
rgildein
added a commit
that referenced
this pull request
Jul 22, 2024
Add cos along with grafana_dashboard and prometheus_scrape, since this is related with #477.
Closed
github-actions
bot
added
Libraries: Out of sync
Libraries: OK
and removed
Libraries: OK
Libraries: Out of sync
labels
Jul 24, 2024
github-actions
bot
added
Libraries: Out of sync
Libraries: OK
and removed
Libraries: OK
Libraries: Out of sync
labels
Jul 25, 2024
github-actions
bot
added
Libraries: OK
and removed
Libraries: OK
Libraries: Out of sync
labels
Jul 30, 2024
orfeas-k
reviewed
Jul 30, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's some leftovers from the dashboard. Could you also update the PR's title?
rgildein
force-pushed
the
feat/KF-5996/metrics
branch
from
July 30, 2024 11:38
cacd0a4
to
73289d9
Compare
orfeas-k
previously approved these changes
Jul 30, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's also update the PR's title
rgildein
changed the title
Add metrics-endpoint and grafana-dashbo to istio-gateway
Add metrics-endpoint to istio-gateway
Jul 30, 2024
rgildein
force-pushed
the
feat/KF-5996/metrics
branch
from
July 30, 2024 17:26
239d4dd
to
6dd4efb
Compare
github-actions
bot
added
Libraries: Out of sync
Libraries: OK
and removed
Libraries: OK
Libraries: Out of sync
labels
Jul 30, 2024
orfeas-k
approved these changes
Jul 31, 2024
rgildein
added a commit
that referenced
this pull request
Aug 28, 2024
Add relations endpoints + update manifest to export metrics via service port. There are more rules, but no metrics for them was found. I also cheded alert rules from [2]. The Grafana dashboards will be added to istio-pilot in different PR, since most of metrics used in them are from the istio-pilot. --- [1]: https://samber.github.io/awesome-prometheus-alerts/rules.html#rule-istio-1-10 [2]: https://github.com/istio/tools/blob/release-1.14/perf/stability/alertmanager/prometheusrule.yaml
rgildein
added a commit
that referenced
this pull request
Aug 28, 2024
Add relations endpoints + update manifest to export metrics via service port. There are more rules, but no metrics for them was found. I also cheded alert rules from [2]. The Grafana dashboards will be added to istio-pilot in different PR, since most of metrics used in them are from the istio-pilot. --- [1]: https://samber.github.io/awesome-prometheus-alerts/rules.html#rule-istio-1-10 [2]: https://github.com/istio/tools/blob/release-1.14/perf/stability/alertmanager/prometheusrule.yaml
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.
Add relations endpoints for metrics and Grafana dashboards + update manifest to export metrics via service port. I add separate service port, since
ClusterIP
is enough for metrics.I also update cos-integration test for both charms using only chisme cos abstraction. For testing if alert rule is firing, we should use promtool.
fixes: #475