You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently investigating a quite rare runtime issue. I deployed the Docker image in Kubernetes and "randomly" (I only noticed this today and I don't know how to replicate it) one of the pods (which was up since some days) stopped working properly, without writing relevant logs.
With "stopped working properly" I mean that the pod was healthy, but the generated chart was wrongly produced. For example, one simple POST /chart request with body
I'm currently investigating a quite rare runtime issue. I deployed the Docker image in Kubernetes and "randomly" (I only noticed this today and I don't know how to replicate it) one of the pods (which was up since some days) stopped working properly, without writing relevant logs.
With "stopped working properly" I mean that the pod was healthy, but the generated chart was wrongly produced. For example, one simple
POST /chart
request with bodyshould produce this svg, but it produced this one. A restart fixed the issue.
Is the /healthcheck/chart endpoint able to detect those issues?
The text was updated successfully, but these errors were encountered: