kube-prometheus icon indicating copy to clipboard operation
kube-prometheus copied to clipboard

Use Prometheus to monitor Kubernetes and applications running on Kubernetes

Results 235 kube-prometheus issues
Sort by recently updated
recently updated
newest added

Hello, all, I have use the blackbox-exporter to do some probe: https://github.com/prometheus-operator/kube-prometheus/blob/main/docs/blackbox-exporter.md The probe yml is: ``` apiVersion: monitoring.coreos.com/v1 kind: Probe metadata: name: blackbox-exporter namespace: monitoring-system spec: jobName: http-get interval:...

help wanted
kind/documentation
good first issue

## Description _Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a...

stale

**What did you do?** I've deployed prometheus operator, prometheus, grafana and alertmanager using kube-prometheus. I noticed that the "Kubernetes / Proxy" dashboard seemed to be empty ![image](https://user-images.githubusercontent.com/1996412/70409584-3d952580-1a72-11ea-9978-4aa5cd68e3db.png) **Did you expect...

kind/bug

` kubectl apply --server-side -f manifests/setup` output like this: customresourcedefinition.apiextensions.k8s.io/alertmanagerconfigs.monitoring.coreos.com serverside-applied customresourcedefinition.apiextensions.k8s.io/alertmanagers.monitoring.coreos.com serverside-applied customresourcedefinition.apiextensions.k8s.io/prometheuses.monitoring.coreos.com serverside-applied customresourcedefinition.apiextensions.k8s.io/prometheusagents.monitoring.coreos.com serverside-applied customresourcedefinition.apiextensions.k8s.io/scrapeconfigs.monitoring.coreos.com serverside-applied customresourcedefinition.apiextensions.k8s.io/thanosrulers.monitoring.coreos.com serverside-applied namespace/monitoring serverside-applied Apply failed with 2 conflicts: conflicts with...

kind/bug

**What happened?** Calling Prometheus API with same parameter, but get different result for different request **Did you expect to see some different?** Should be the same data no matter how...

kind/bug

kube-prometheus was installed using the quick start. kube-prometheus provides an example (examples/eks-cni-example.jsonnet) and [EKS-cni-support page]( https://github.com/coreos/kube-prometheus/blob/master/docs/EKS-cni-support.md ) refers to the same. The doc refers to prometheus-serviceMonitorAwsEksCNI.yaml. I tried to use...

kind/enhancement
help wanted
good first issue

Hello! Thank you for the great work on this project. I'd love for the Prometheus in kube-prometheus to be configured as an `isDefault: true` data source in Grafana. That parameter...

kind/feature

**What is missing?** Alert about average nodes memory utilization **Why do we need it?** Right now the existing `kube-prometheus-stack` doesn't have any alerts where average nodes memory utilization goes above...

kind/feature

**What is missing?** It was pointed out in https://github.com/prometheus-operator/kube-prometheus/pull/2099#issuecomment-1557331905 that there is little to no consistency between how alerts and dashboards that support multiple clusters are configured across the project....

kind/feature

**What is missing?** Documentation regarding the correct level to set for Pod Security Admission labels on these containers. In a perfect world `restricted` would be used, but it is unclear...

kind/feature