microsoft / ApplicationInsights-Kubernetes

Enrich the telemetry data for .NET applications running inside containers that are managed by Kubernetes.
Other
135 stars 57 forks source link

Refactor: Make container id optional #276

Closed xiaomi7732 closed 1 year ago

xiaomi7732 commented 2 years ago

We have been using container id to locate pod name. It worked well except container id is not always within a container. In that case, allows a way to making the enhancement work without container id info is still preferrable.

xiaomi7732 commented 1 year ago