-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Wire up stats and dashboards for StatefulSets #1983
Comments
@robertrbruno Thanks for opening this! When wiring up stats originally we only got through a subset of Kubernetes workloads for which we can provide stats -- see #627 for more details about that. Unfortunately we never made it to statefulsets, but we can use this issue to track adding CLI / Web UI / Grafana support for them. |
Just wanted to add a bit more context here. Setting up stat support for StatefulSets will be very similar to PR #2086, which added stat support for DaemonSets. The |
Fixes #1983 Signed-off-by: Ivan Sim <ivan@buoyant.io>
Fixes #1983 Signed-off-by: Ivan Sim <ivan@buoyant.io>
@grampelberg It looks like at the moment, we aren't capturing any metrics for non-http stateful applications. The dashboard, CLI and grafana all show zero metrics. The pods don't even show up in grafana, as seen in the screenshots below. @klingerf mentioned that this happens because when the protocol detection failed, the proxy won't call @klingerf and I discussed about whether it is worth continuing with this issue at this point, as it might confuse some users, seeing that the meshed statefulsets appeared, but have no data any where. WDYT? |
Fixes #1983 Signed-off-by: Ivan Sim <ivan@buoyant.io>
Signed-off-by: Ivan Sim <ivan@buoyant.io>
Relevant #2224. |
Also, #2223. |
Signed-off-by: Ivan Sim <ivan@buoyant.io>
Signed-off-by: Ivan Sim <ivan@buoyant.io>
Signed-off-by: Ivan Sim <ivan@buoyant.io>
Signed-off-by: Ivan Sim <ivan@buoyant.io>
Signed-off-by: Ivan Sim <ivan@buoyant.io>
Fixes #1983 Signed-off-by: Ivan Sim <ivan@buoyant.io>
I saw in the issue for adding injection of StatefulSets mention of Grafana support, but didn't see an issue for it yet. Sorry if this is a repeat.
The text was updated successfully, but these errors were encountered: