Jay Shaughnessy

Results 519 comments of Jay Shaughnessy

@nrfox If you think users will be confused by this, and we can make some simple enhancements (1/2 day max), please assign yourself and add to the sprint. Otherwise, please...

@jmazzitelli Checking whether this is something needed for v1.48/v2.2?

The JSON graph generated by Kiali is in Cytoscape format, and is rendered in the UI via Cytoscape. We have not looked into any sort of import/export, but a quick...

Hmm, my guess is that, for ingress, Istio metrics is maybe not setting the `canonical_service` attribute as expected. Can you [look at Prometheus](https://kiali.io/docs/faq/graph/#queryprom) and perform a query like: `sum(istio_requests_total{destination_service_name="istio-ingressgateway-public"}) by...

> Where cloudflared to gateway service's data seem to be missing and it show empty graph for the gateway, maybe its a istio and prometheus issue? There are two reasons...

Can you run the query again, but add a few fields: `sum(istio_tcp_sent_bytes_total) by (source_cluster,source_workload_namespace,source_workload,source_canonical_service,source_canonical_revision,destination_cluster,destination_service_namespace,destination_service,destination_service_name,destination_workload_namespace,destination_workload,destination_canonical_service,destination_canonical_revision)`

I'll be honest, it's unclear to me why this is not being boxed as an app. Can you click on the service node (triangle) and the app node (square), and...

> The service is missing the app label and the app node does think it have a svc Yes, that explains why it is not boxed. It doesn't explain why...

Have you changed any settings in the "Traffic" dropdown menu? Also, which two namespaces have you selected in the "Namespace" selector?

Hmm, I think perhaps the issue is that `istio-ingressgateway-public` doesn't actually have a Service defined in k8s. Can you confirm whether there is a service named `istio-ingressgateway-public` defined in the...