-
Notifications
You must be signed in to change notification settings - Fork 458
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
Istio metrics and dashboards #4678
Comments
Notes on checklist for GA:
The previou checklist should cover all the checks from beats from this doc |
More checks specific to integrations:
|
Some optional todo:
|
We have an open PR that summarises best Practises for Dashboards/ Visualisations here Long story short, the best practise is to transform our visualisations to Lens. There are specific cases that TSVB can still have features that are not supported in Lens, but those should be considered per individual case. Lets always consider what the main outcome of each dashboard should be and what is the goal we want to achieve. (Relevant doc - go to section For cloudnative team we had to change existing gauges and either replace them with Pie charts or with bar charts. We chose bar charts (with ad-hoc dataviews) because we wanted to depict the latest status of cluster (see relevant discussion here), and Pies could not support or case in 8.5 @gsantoro to answer your question regarding replacement of TSVB gauges, I would either try Bar charts or Pie charts (after 8.6) that support latest value filter. We also have another story in our backlog to investigate Pie charts and if is possible to use them in Kubernetes General Overview Dashboards. So it will be a win-win if you can use them here as well |
I would suggest yes. The addition is a small one, why to open 2 prs only for a filter? |
I'm happy to do that but at the same time I have seen some pushback when a PR covers more than a single topic. |
:) From who ? And I dont think that those two things can be considered as different topics |
@gsantoro let's title this accordingly -> |
Review the implementation of Istiod_metrics datastream under the Istio Integration according to this comment.
Related PRs
Related issues
Make sure that the following Criteria are met before releasing to GA:
Checklist for GA:
data.json
exists and an automated way to generate it exists (go test -data
) (from Metricbeat)The text was updated successfully, but these errors were encountered: