Hello,
We’re building dashboards and are looking for service errors that would be useful to track.
Here, we aren’t looking for errors related to client or the errors at service level which might occur because of incorrect or invalid data from client, we are looking for errors that occur purely because of temporal’s internal service(s) which can have impact on overall availability and stability of the system .
I stumbled upon errors(service_errors_entity_not_found, service_errors_resource_exhausted) that might be of use from metrics package - go.temporal.io/server/common/metrics - Go Packages
but could not find description around it. Could someone please suggest or point to the appropriate docs.
Thank you!