ApplicationInsights-Kubernetes icon indicating copy to clipboard operation
ApplicationInsights-Kubernetes copied to clipboard

Enrich the telemetry data for .NET applications running inside containers that are managed by Kubernetes.

Results 14 ApplicationInsights-Kubernetes issues
Sort by recently updated
recently updated
newest added

The current position of [examples](./examples) are a bit awkward: * They have been out of date (.NET Core 2.0 projects). * The are unnecessary complex (A lot of ASP.NET Core...

document
discussion

An issue related to #290, reported by [SantoshG-Derivco](https://github.com/SantoshG-Derivco). TL;DR * In cGroupV1, **container id** info: 6:cpuset:/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pod3e221707_600c_4eb1_8fe7_a9a7163a1278.slice/cri-containerd-5146b2bcd77ab4f2624bc1fbd98cf9751741344a80b043dbd77a4e847bff4f06.scope * The **matched** container id: cri-containerd-**5146b2bcd77ab4f2624bc1fbd98cf9751741344a80b043dbd77a4e847bff4f06**.scope * The **expected** container id: 5146b2bcd77ab4f2624bc1fbd98cf9751741344a80b043dbd77a4e847bff4f06

bug

Adress #288. Please check out the tested scenarios in it. Also, the target branch expects to be feature/3.0.

I am halfway through this work item. While this will simplify our code eventually, it will be a relative large change for code reviewing, including unit test changes. To reduce...

enhancement

* Recommend deploying to custom namespace * Link to RBAC configuration * Some small changes

It looks like the implementation has already changed that the container id we got from the mountinfo doesn't match the container id in a K8s cluster. Here's an example: Info...

bug
need more info

`Application Insights Kubernetes` has been developed for quite a while backing into days of `.NET Core 1.x`. As time goes by, tech develops, so do we as developers. I file...

discussion
need more info

I can't find this but is it possible to log only specific properties ? (like pod/container name only)

enhancement

Kudos to @karolz-ms , whom suggested: In large system, there could be big number of pods. Plan to investigate to maybe add another overload like: GetPodByName(string Name) to make perf...

enhancement