-
Notifications
You must be signed in to change notification settings - Fork 513
[O11y][Prometheus] Migrate Prometheus Server Overview dashboard to lens #8016
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
[O11y][Prometheus] Migrate Prometheus Server Overview dashboard to lens #8016
Conversation
🌐 Coverage report
|
| "type": "visualization", | ||
| "version": "8.4.0" | ||
| "type": "lens", | ||
| "version": "8.7.0" |
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.
Just from curiosity, is this extracted from 8.9.0 and why here we have 8.7.0?
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.
@gizas, Dashboards could not be exported from 8.9.0 due to below error. Therefore I have exported dashboard from 8.7.0 as minimum Kibana version for Prometheus is 8.9.0.

| } | ||
| ], | ||
| "timeRestore": false, | ||
| "title": "[Metrics Prometheus] Prometheus Server overview", | ||
| "version": 1 | ||
| }, | ||
| "coreMigrationVersion": "8.4.0", | ||
| "coreMigrationVersion": "8.7.0", |
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.
Same here this remained to 8.7.0. Is this expected?
…s_migration_prometheus
kush-elastic
left a comment
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.
LGTM!
kush-elastic
left a comment
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.
LGTM!
kush-elastic
left a comment
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.
LGTM!
kush-elastic
left a comment
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.
LGTM!
|
Package prometheus - 1.13.1 containing this change is available at https://epr.elastic.co/search?package=prometheus |
Urgency
Activity Type
What does this PR do?
Prometheusvisualizations to the lens in the current Kibana version8.9.0itself.Migration stats
Checklist
changelog.ymlfile.Author's Checklist
Related issues