Michalis Katsoulis

Results 6 issues of Michalis Katsoulis

After a question in [forum](https://discuss.elastic.co/t/read-containers-log-files-using-fleet/288067) on how to collect docker container logs with elastic agent I stumbled across a potential issue. As we do not have a specific integration to...

bug
Team:Elastic-Agent
Team:Elastic-Agent-Data-Plane

## What does this PR do? Continuation of https://github.com/elastic/elastic-agent/pull/1398 for kubernetes autodiscover provider used in beats. ## Why is it important? ## Checklist - [ ] My code follows the...

Team:Cloudnative-Monitoring

As described in https://github.com/elastic/beats/issues/33108 resource metadata such as namespace and node labels/annotations are present only in specific kubernetes metricsets. In 8.1 release with https://github.com/elastic/beats/pull/29133 , the metricset level enrichers where...

Team:Cloudnative-Monitoring

## Proposed commit message Add support to 1.30 Kubernetes version: - Update documentation - Change K8s cluster version to 1.30 - Update controller manager, scheduler and proxy metrics files. ##...

needs_team

Kube-state-metrics reports `kube_pod_status_ready_time` metric: ``` kube_pod_status_ready_time{namespace="kube-system",pod="kube-apiserver-kind-control-plane",uid="8cb4d4e1-b8b3-4bab-adc2-3e9d3687724c"} 1.698675692e+09 ``` This metric indicates how long it took for a pod to become ready. In kubernetes `state_pod` metricset, we are currently collecting it....

enhancement
Team:obs-ds-hosted-services

## Proposed commit message - WHAT: Enhance kubernetes state_pod metricset with `kubernetes.pod.status_reason` and `kubernetes.pod.status.ready_time` fields. - WHY: Useful new metrics that indicate the reason a pod might not be in...

Team:Cloudnative-Monitoring