Hi guys,

I've been messing for a couple of days now with this issue and I can't seem 
to figure it out. Maybe a bug maybe something is off, I'm not sure.

*What did you do?*
I installed prometheus-operator via helm. Afterwards I installed 
postgres_exporter via helm with these values:
serviceMonitor:
enabled: true
namespace: monitoring-dev
labels:
release: prometheus
telemetryPath: /metrics

config:
datasource:
# Specify one of both datasource or datasourceSecret
host:
user:
# Only one of password, passwordSecret and pgpassfile can be specified
password:
port: ""
database: ''
sslmode: disable
extraParams: ''

service:
type: ClusterIP
port: 80
targetPort: 9187
name: http
labels:
release: prometheus
annotations: {}

I also tried to check the labels and annotations from other servicemonitors 
to see if everything checks, but still this exporter isn't showing in my 
targets list?

Is this a bug or perhaps I'm doing something wrong.
Thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/db59a3f8-99cf-4eaa-b8b8-9466f8600f46n%40googlegroups.com.

Reply via email to