Is it possible to find which resource name triggered a policy evaluation? #293
Labels
area/observability
Monitoring, logging, tracing
good first issue
Good for newcomers
kind/enhancement
Recently the
resource_name
label from the metrics has been removed. This is a best practice from Prometheus documentation. Fields that have high cardinality (many different values) generate too many time series and too much data to store and should be avoided.However, it would be nice to have a way to find the resource name which triggered the policy evaluation. For this reason, we should double check if there is a way to find this information. After a team discussions, we believe the info will be available in the Jaeger tracing. But we need to double check. If this information is not there, try to find a way to add this piece of information somewhere where the operators could find it.
The text was updated successfully, but these errors were encountered: