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
Another thing, what do you think about rejected injections as a status field?
We could save the pod names too. However, it is not quite clear to me when they should be removed. Probably when the pod is deleted or the injection was successful.
As an alternative, it probably makes sense to create an event for failed injections and only expose the number of successful and failed injections as status.
It would then look like this:
NAME AGE INSTRUMENTED REJECTED OTEL-ENDPOINT SAMPLE-TYPE SAMPLE-RATE
my-instrumentation-1 62m 1 3 http://abc-collector:4317 parentbased_traceidratio 0.25
The instrumentation Kind does not expose any status at the moment. There are a couple of useful fields that the status object can expose:
I think that showing which workloads are instrumented can be super helpful.
The text was updated successfully, but these errors were encountered: