-
Notifications
You must be signed in to change notification settings - Fork 50
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
Charms to be integrated with grafana #834
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5364.
|
I can confirm that jupyter notebooks, minio and seldon controller are missing data, while katib-controller and argo-controller work on the current deployment. If we could also include MLflow to that list: MLflow metrics Dashboard is also missing data. |
MinIOThe issue there is that we have a label |
* Rename relation from `grafana-dashboards` to `grafana-dashboard` in order to: * follow what every other CKF charm does. * not diverge from the grafana library default. Part of canonical/bundle-kubeflow#856 Refs canonical/bundle-kubeflow#834
* Remove `uid` from the `datasource` fields. * fix typo * Add tag `ckf` to dashboard. * Increase retry_for_attempts to 10 attempts * unpin prometheus Part of canonical/bundle-kubeflow#856 Refs canonical/bundle-kubeflow#834
* Add `ckf` tag to argo-controller's grafana dashboard. * Fix dashboard panels not working by: * Replacing unavailable metrics with available ones * Change 2 minutes instead of 1 in places where rate() is used since this requires more than one scrape data points. * Remove rate() from panel that shows total number of log messages. Part of canonical/bundle-kubeflow#856 Refs canonical/bundle-kubeflow#834
* Add `ckf` tag to the grafana dashboard. * Fix dashboard panels not working by: * Replacing unavailable metrics with available ones * Adding 2 minutes instead of 1 in places where rate() is used since this requires more than one scrape data points. * Remove rate() from panels that shows percentages. * Remove labels where the metrics don't provide them. Part of canonical/bundle-kubeflow#856 Refs canonical/bundle-kubeflow#834 Closes #73
* Fix grafana dashboard by removing `uid` from the `datasource` fields. * Add tags `ckf` and `seldon` to dashboard. Part of canonical/bundle-kubeflow#856 Refs canonical/bundle-kubeflow#834
* Add `ckf` and `katib` tag to katib-controller's grafana dashboard. * Fix `datasource` field * Fix current experiments & trials panel by: * adding a `legendFormat` field * converting it to a time series & mapping no value to 0 in order to account for the fact that katib-controller doesn't output any `current` metrics when there is no experiment or trial running. Ref canonical/bundle-kubeflow#856 Ref canonical/bundle-kubeflow#834
* Rename relation from `grafana-dashboards` to `grafana-dashboard` in order to: * follow what every other CKF charm does. * not diverge from the grafana library default. Part of canonical/bundle-kubeflow#856 Refs canonical/bundle-kubeflow#834
* Add `ckf` tag to the grafana dashboard. * Fix dashboard panels not working by: * Replacing unavailable metrics with available ones * Adding 2 minutes instead of 1 in places where rate() is used since this requires more than one scrape data points. * Remove rate() from panels that shows percentages. * Remove labels where the metrics don't provide them. Part of canonical/bundle-kubeflow#856 Refs canonical/bundle-kubeflow#834 Closes #73
* Remove `uid` from the `datasource` fields. * fix typo * Add tag `ckf` to dashboard. * Increase retry_for_attempts to 10 attempts * unpin prometheus Part of canonical/bundle-kubeflow#856 Refs canonical/bundle-kubeflow#834
* Add `ckf` tag to argo-controller's grafana dashboard. * Fix dashboard panels not working by: * Replacing unavailable metrics with available ones * Change 2 minutes instead of 1 in places where rate() is used since this requires more than one scrape data points. * Remove rate() from panel that shows total number of log messages. Part of canonical/bundle-kubeflow#856 Refs canonical/bundle-kubeflow#834
* Fix grafana dashboard by removing `uid` from the `datasource` fields. * Add tags `ckf` and `seldon` to dashboard. Part of canonical/bundle-kubeflow#856 Refs canonical/bundle-kubeflow#834
* Add `ckf` and `katib` tag to katib-controller's grafana dashboard. * Fix `datasource` field * Fix current experiments & trials panel by: * adding a `legendFormat` field * converting it to a time series & mapping no value to 0 in order to account for the fact that katib-controller doesn't output any `current` metrics when there is no experiment or trial running. Ref canonical/bundle-kubeflow#856 Ref canonical/bundle-kubeflow#834
* Add `ckf` tag to the grafana dashboard. * Fix dashboard panels not working by: * Replacing unavailable metrics with available ones * Adding 2 minutes instead of 1 in places where rate() is used since this requires more than one scrape data points. * Remove rate() from panels that shows percentages. * Remove labels where the metrics don't provide them. Part of canonical/bundle-kubeflow#856 Ref canonical/bundle-kubeflow#834 Ref #73
* Rename relation from `grafana-dashboards` to `grafana-dashboard` in order to: * follow what every other CKF charm does. * not diverge from the grafana library default. Ref canonical/bundle-kubeflow#856 Ref canonical/bundle-kubeflow#834
Fix the dashboard: * Remove `job=scrape_jobs` label from dashboard fields * Remove panels using metrics that are not provided by the minio workload. * Reorder panels for filling gaps created by removed panels. On top of that, it adds a `ckf` tag to the dashboard. Ref canonical/bundle-kubeflow#856 Ref canonical/bundle-kubeflow#834
* Add `ckf` tag to argo-controller's grafana dashboard. * Fix dashboard panels not working by: * Replacing unavailable metrics with available ones * Change 2 minutes instead of 1 in places where rate() is used since this requires more than one scrape data points. * Remove rate() from panel that shows total number of log messages. Ref canonical/bundle-kubeflow#856 Ref canonical/bundle-kubeflow#834
* Fix grafana dashboard by removing `uid` from the `datasource` fields. * Add tags `ckf` and `seldon` to dashboard. Ref canonical/bundle-kubeflow#856 Ref canonical/bundle-kubeflow#834
* Remove `uid` from the `datasource` fields. * fix typo * Add tag `ckf` to dashboard. * Increase retry_for_attempts to 10 attempts * unpin prometheus Part of canonical/bundle-kubeflow#856 Ref canonical/bundle-kubeflow#834
…from #172 (#173) * Add `ckf` and `katib` tag to katib-controller's grafana dashboard. * Fix `datasource` field * Fix current experiments & trials panel by: * adding a `legendFormat` field * converting it to a time series & mapping no value to 0 in order to account for the fact that katib-controller doesn't output any `current` metrics when there is no experiment or trial running. Ref canonical/bundle-kubeflow#856 Ref canonical/bundle-kubeflow#834
Closing since these are now tracked in spreadsheet |
This is a tracker issue to document progress with CKF charms that can be integrated with Grafana (aka provide a functional and useful grafana dashboard)
Models
metric showed "No Data"Update: There is also MLflow that its dashboard presents
No data
.The text was updated successfully, but these errors were encountered: