Keisuke Umegaki

Results 13 issues of Keisuke Umegaki

### What does this PR do? Support `envoy.cluster.outlier_detection.*` in OpenMetrics V2, [/stats/prometheus](https://www.envoyproxy.io/docs/envoy/latest/operations/admin#get--stats-prometheus). ### Motivation Agent doesn't collect `envoy.cluster.outlier_detection.*` for now even Agent used to collect those metrics from the [/stats/prometheus](https://www.envoyproxy.io/docs/envoy/latest/operations/admin#get--stats-prometheus)....

integration/envoy

### What does this PR do? Add proxy config to debug log. Otherwise, it is same as the previous log. ``` 2022-09-21 05:25:21 UTC | CORE | DEBUG | (pkg/collector/python/datadog_agent.go:128...

integration/http_check
changelog/Added

### What does this PR do? Add container filter by annotation and label to [Container Discovery Management](https://docs.datadoghq.com/agent/guide/autodiscovery-management/?tab=containerizedagen) ### Motivation https://github.com/DataDog/datadog-agent/issues/13181 ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe...

team/containers

### What does this PR do? - Make `(*workloadmeta).Notify()` non-blocking. - Make `(*workloadmeta).handleEvents()` run in parallel. ### Motivation See CONS-6149 "workloadmeta-store" and "ad-kubeletlistener" become unhealthy status frequently in a cluster...

team/containers

**What would you like to be added**: Add `reason` label here other than `condition`. https://github.com/kubernetes/kube-state-metrics/blob/9e6e70d328c5d750a0df84cc044c38124b271538/internal/store/job.go#L292-L316 **Why is this needed**: Enable to monitor why a job fails. **Describe the solution you'd...

kind/feature
needs-triage

### What does this PR do? add example config. ### Motivation Hard to configure configmap with Datadog Operator by the current doc. ### Additional Notes ### Review checklist (to be...

documentation
changelog/no-changelog
integration/kube_apiserver_metrics
qa/skip-qa
team/agent-integrations
team/container-integrations
team/documentation

This error happens during the [Demo](https://github.com/containerd/runwasi/blob/73df3507171080f5146e5464f29f2aca29dd9ce6/README.md?plain=1#L199). Env ```bash uname -a Linux keisuke-ubuntu-desktop 6.5.0-1016-aws #16~22.04.1-Ubuntu SMP Wed Mar 13 18:54:49 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux # Self build ctr --version...

good first issue

### What does this PR do? Address two breaking changes in `k8s.io/kube-state-metrics/v2` to update from v2.8.2 to v2.12.0 https://github.com/kubernetes/kube-state-metrics/pull/1851 `pkg/customresource/registry_factory.go` ```diff type RegistryFactory interface { // ... - MetricFamilyGenerators(allowAnnotationsList, allowLabelsList...

team/containers
changelog/no-changelog

### What does this PR do? Add new `Scheduled` status in `pkg/util/retry`. ### Motivation After adding this status, I will use it as below to suppress same debug logs. ```diff...

changelog/no-changelog
team/container-platform

Add a new feature that can start monitoring by container name or container id. This could be a workaround. ```bash sudo gmon -path /proc/$(docker inspect -f '{{.State.Pid}}' container-name)/root/path/to/binary ``` Example...