-
Notifications
You must be signed in to change notification settings - Fork 669
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
Update monitoring docs #5903
Update monitoring docs #5903
Conversation
Signed-off-by: davidmirror-ops <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5903 +/- ##
==========================================
+ Coverage 36.71% 36.82% +0.10%
==========================================
Files 1304 1309 +5
Lines 130081 130938 +857
==========================================
+ Hits 47764 48217 +453
- Misses 78147 78537 +390
- Partials 4170 4184 +14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: davidmirror-ops <[email protected]>
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.
Two small suggestions, otherwise LGTM!
@@ -87,53 +87,81 @@ Flyte Backend is written in Golang and exposes stats using Prometheus. The stats | |||
|
|||
Both ``flyteadmin`` and ``flytepropeller`` are instrumented to expose metrics. To visualize these metrics, Flyte provides three Grafana dashboards, each with a different focus: | |||
|
|||
- **User-facing dashboards**: Dashboards that can be used to triage/investigate/observe performance and characteristics of workflows and tasks. | |||
The user-facing dashboard is published under ID `13980 <https://grafana.com/grafana/dashboards/13980>`__ in the Grafana marketplace. | |||
- **User-facing dashboard**: it can be used to investigate performance and characteristics of workflows and tasks executions. It's published under ID `22146 <https://grafana.com/grafana/dashboards/22146-flyte-user-dashboard-via-prometheus/>`__ in the Grafana marketplace. |
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.
- **User-facing dashboard**: it can be used to investigate performance and characteristics of workflows and tasks executions. It's published under ID `22146 <https://grafana.com/grafana/dashboards/22146-flyte-user-dashboard-via-prometheus/>`__ in the Grafana marketplace. | |
- **User-facing dashboard**: it can be used to investigate performance and characteristics of workflow and task executions. It's published under ID `22146 <https://grafana.com/grafana/dashboards/22146-flyte-user-dashboard-via-prometheus/>`__ in the Grafana marketplace. |
Signed-off-by: davidmirror-ops <[email protected]>
Tracking issue
Why are the changes needed?
The Grafana dashboards hadn't been updated in a long time and we lost access to the original Grafana marketplace account where those were hosted. Also, the user dashboard required several updates completed in #5703 but also required additional instructions and documented dependencies to make it work.
What changes were proposed in this pull request?
This PR updates references to the Grafana dashboards under an updated marketplace account. It also adds instructions to prepare the Flyte cluster so Prometheus can scrap metrics to feed the dashboards, including mentions to the dependencies of the user dashboard.
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link