Loki&Promtail.png
Logs from Promtail and Loki
For getting Promtail and Loki metrics in prometheus you need to scrap them. If you are using prometheus operator and deploying loki-stack with helm chart enable the ServiceMonitor:
loki:
enabled: true
serviceMonitor:
enabled: true
additionalLabels:
release: "prometheus"