You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with prometheus-sumo-scraper.
If I run it for one week, I can't have some metrics in Sumologic, it seems prometheus-sumo-scraper can't send the metric data or sumologic can't receive the metrics.
I've looked for some clues in sumologic-prometheus-scraper logs, but there aren't anything.
As work around, If I reboot the pod of sumologic-prometheus-scraper, all of metrics can be sent correctly, but after about one week, I can't see some of the metrics again.
For example, I can see below metrics now.
"kube_pod_status_phase",
"kube_pod_container_status_ready",
"kube_pod_container_status_restarts_total",
"kube_pod_container_status_terminated_reason",
"kube_pod_container_status_waiting",
"kube_deployment_spec_replicas",
"kube_deployment_status_replicas_unavailable"
But I can't see below metrics after one week.
"kube_node_status_capacity_cpu_cores",
"kube_node_status_capacity_memory_bytes",
"kube_node_status_capacity_pods",
"kube_node_status_condition"
I have a problem with prometheus-sumo-scraper.
If I run it for one week, I can't have some metrics in Sumologic, it seems prometheus-sumo-scraper can't send the metric data or sumologic can't receive the metrics.
I've looked for some clues in sumologic-prometheus-scraper logs, but there aren't anything.
As work around, If I reboot the pod of sumologic-prometheus-scraper, all of metrics can be sent correctly, but after about one week, I can't see some of the metrics again.
For example, I can see below metrics now.
"kube_pod_status_phase",
"kube_pod_container_status_ready",
"kube_pod_container_status_restarts_total",
"kube_pod_container_status_terminated_reason",
"kube_pod_container_status_waiting",
"kube_deployment_spec_replicas",
"kube_deployment_status_replicas_unavailable"
But I can't see below metrics after one week.
"kube_node_status_capacity_cpu_cores",
"kube_node_status_capacity_memory_bytes",
"kube_node_status_capacity_pods",
"kube_node_status_condition"
My config.josn is here
The text was updated successfully, but these errors were encountered: