-
Notifications
You must be signed in to change notification settings - Fork 435
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][Traefik] Lens migration for visualizations to Kibana version 8.0.0 #5693
[O11y][Traefik] Lens migration for visualizations to Kibana version 8.0.0 #5693
Conversation
🌐 Coverage report
|
How many @SubhrataK , What is your feedback on this ? Is a simple table representation be a suitable replacement ? |
Please replace this with a table. |
@agithomas, No the columns are not fixed. At most 5 columns will be added with new error codes because the older visualization also represented Top 5 error codes. |
Thanks for clarifying |
@rajvi-elastic , i see one of the visualisation is not migrated to Lens. Can you name the panel please that is not migrated. I see an issue linked and what i am not sure is - if the issue is big enough not to do a Lens migration. Hope you can clarify with details. |
@agithomas , Below panel (Sent Byte Size [Logs Traefik]) is not migrated to the lens due to Dot Size shows you dots (Filled circles) for your aggregation with different sizes which is based on the metric value. For example in above panel, the circles represent the count of documents and each circle has different size according to doc count. Sent.Byte.Size.Logs.Traefik.-.Elastic.-.Google.Chrome.2023-03-30.09-39-11.mp4This functionality is not supported by lens and we also didn't find any workaround for this. |
@SubhrataK , can you please review this ? I do not know if the dot size really matter since it is not a scatter plot and there exist a Y -axis. A right side y-axis (in addition to the left side Y-axis displaying the Data sent) can be added to display the count , if needed, as an alternative. |
As discuss with @SubhrataK, we will add right X-Axis which shows count of records in the form of line chart. |
@agithomas, Please find below screenshot for PR has been updated and all the panels have been migrated to lens. |
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!
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 traefik - 1.7.0 containing this change is available at https://epr.elastic.co/search?package=traefik |
What does this PR do?
Migrate visualizations to lens for Traefik integration package
Statistics for Traefik Lens migration:
Note: Below are the two visualizations which have not been migratedVisualisation NameLink to the issue[Logs Traefik] Access logsSent Byte Size [Logs Traefik]elastic/kibana#124279Checklist
changelog.yml
file.Author's Checklist
Related issues