Page MenuHomeDevCentral

Scrape Dovecot metrics into Prometheus
ClosedPublic

Authored by DorianWinty on Jul 31 2024, 17:51.
Tags
None
Referenced Files
F11681055: D3388.id.diff
Tue, Sep 9, 21:21
F11679560: D3388.diff
Tue, Sep 9, 18:24
F11676456: D3388.id8792.diff
Tue, Sep 9, 11:43
F11675243: D3388.id8745.diff
Tue, Sep 9, 09:29
F11673463: D3388.diff
Tue, Sep 9, 04:12
Unknown Object (File)
Tue, Sep 2, 01:42
Unknown Object (File)
Mon, Sep 1, 20:39
Unknown Object (File)
Sat, Aug 30, 06:13
Subscribers
None

Details

Summary

Ref T1987

Test Plan
  • Reload prometheus, check targets
  • Browse in Prometheus /graph?g0.expr=dovecot_build_info

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

DorianWinty created this revision.
WindRiver
$ arc patch D3388
[…]

$ git rebase origin/main
Successfully rebased and updated refs/heads/arcpatch-D3388.

$ salt-call --local state.apply roles/prometheus/prometheus/config
local:
----------
          ID: /usr/local/etc/prometheus.yml
    Function: file.managed
      Result: True
     Comment: File /usr/local/etc/prometheus.yml updated
     Started: 11:47:07.004049
    Duration: 9.097 ms
     Changes:
              ----------
              diff:
[…]{'scheme': 'http', 'job_name': 'dovecot', 'static_configs': [{'targets': ['172.27.27.3:9900']}]}[…]

I can query from Prometheus the metrics.

dovecot_build_info{instance="172.27.27.3:9900", job="dovecot", revision="47349e2482", version="2.3.21"}

This revision is now accepted and ready to land.Aug 3 2024, 11:50
This revision was automatically updated to reflect the committed changes.