Questions tagged [prometheus]

The Prometheus monitoring system.

136 questions
0
votes
1 answer

OpenShift 3.11: Edit Prometheus config managed by Operator

OpenShift 3.11 has a builtin Prometheus/Alertmanager/Grafana Stack, which is managed by an Operator. The default Prometheus settings are written in a secret called prometheus-k8s. I'd like to know how to edit this configuration without the hassle…
simonszu
  • 373
  • 7
  • 14
0
votes
1 answer

HTTP requests hang in otherwise working VLAN setup

I have 2 kvm virtualised servers. Each has a internet-facing ens3 and a ens6 interface for a VLAN bet ween the hosts. I'm running Ubuntu 18.04. I have configured the interfaces via netplan. network: version: 2 renderer: networkd ethernets: …
soupdiver
  • 807
  • 2
  • 9
  • 26
0
votes
1 answer

Which Prometheus RabbitMQ Exporter to choose for which RabbitMQ version? How to automate this dependency installation for any version?

At the time of writing my question the latest RabbitMQ version was 3.7.9 and latest prometheus_rabbitmq_exporter was at 3.7.2.4. So they are different. How do I know which version of prometheus_rabbitmq_exporter is compatible with RabbitMQ? Another…
laimison
  • 579
  • 2
  • 9
  • 17
0
votes
1 answer

textfile for Windows

I need to export some custom metrics generated by a script under Windows. Under Linux, I am already doing it, based on Robust Perception / Brian Brazil article : The node exporter includes many metrics out of the box, it can't possibly cover all…
Franklin Piat
  • 806
  • 8
  • 24
0
votes
0 answers

Docker container (mysqld-exporter) cannot access other docker container (mysql) on one server

In my (simplified) setup, I have 2 Servers, A and B (and others, which behave like B), and my local machine. On each of the servers, a mysql-database and a mysqld-exporter prometheus-exporter should be running as docker containers. The containers…
Thomas Böhm
  • 145
  • 1
  • 8
0
votes
1 answer

How to monitor downtime of a remote third party MySQL Server?

I have a server application on my own server that depends on remote MySQL db running on another server maintained by a third party. How do I monitor when their bd works and when not? I would like my already deployed Prometheus to scrape it but I…
Gherman
  • 145
  • 6
0
votes
2 answers

Grafana How to change title of repeated rows/panels along with metric?

I am trying to use Prometheus snmp_exporter to gather metrics for Cisco switches and use Grafana repeated panels for displaying. the Grafana works magically well. However, I have difficulity to assign the title automatically on each panel based on…
Roger
  • 91
  • 1
  • 3
  • 8
0
votes
1 answer

Monitor health of prometheus deployment within kubernetes?

The setup is currently this: Kubernetes is deployed on AWS instances within a private hosted zone on AWS (only vpn access to the instances, though there is a NAT gatway), with Prometheus deployed as a stateful set within kubernetes to monitor…
0
votes
0 answers

Restrict access to a Prometheus server in AKS can only be achieved with nginx-ingress?

Prometheus server with its respective Loadbalancer in AKS. I wanted to secure the access to /metrics through network rules...but it doesn't work. I can still acess to the endpoint with any device. az network nsg rule create \ --resource-group…
Wadjet
  • 1
0
votes
0 answers

How can I know request waiting time in Nginx Ingress Controller?

We use Kubernetes with Nginx Ingress Controller to run our platform with various backend services. We also use New Relic (& Prometheus, Grafana) for our Observability dashboards & alerts. Nginx Ingress Controller is the entrypoint for all our…
0
votes
1 answer

prometheus-operator when configuring alertmanager config for PagerDuty

Have next issue: When try to set up alertmanager configuration over CRD, get wrong configuration on pod. Problem look like: - routing_key: | ***** routing_key parameter after all CD use multiline string type, and it crash configuration -…
0
votes
0 answers

promtool tsdb create-blocks-from openmetrics doesnt show

I have a file like # HELP process_cpu_user_seconds_total Total user CPU time spent in seconds. # TYPE process_cpu_user_seconds_total counter process_cpu_user_seconds_total{NODE_APP_INSTANCE="undefined",instance="127.0.0.1:9091",job="my_server"}…
radiorz
  • 101
  • 2
0
votes
0 answers

how to configure a prometheus installation of openshift to include the labels of node role in the exporter?

How to configure a prometheus installation of openshift to include the labels of node role in the exporter? We want to alert based on cpu requests only on worker…
0
votes
0 answers

kube-prometheus-stack redundancy across multiple clusters

I currently use kube-prometheus-stack to monitor several kubernetes clusters. Each cluster has its own deployment of the kube-prometheus-stack, however, there is currently only one cluster (a) that has alertmanager enabled. Cluster (a) is also…
I. Shm
  • 31
  • 4
0
votes
0 answers

How to export Prometheus metrics from GCE into stack driver

We currently have some software that contains Prometheus data on a GCE. The said GCE already has the legacy logging agent using fluentD running, this is currently incompatible with the google ops agent according to google (we tried). We also tried…
Eric C
  • 1