Changeset 707 in code for trunk/go.mod


Ignore:
Timestamp:
Nov 17, 2021, 2:58:18 PM (4 years ago)
Author:
contact
Message:

Add basic Prometheus metrics exporter

This only exports the default metrics for now.

References: https://todo.sr.ht/~emersion/soju/142

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/go.mod

    r626 r707  
    1111        github.com/mattn/go-sqlite3 v1.14.8
    1212        github.com/pires/go-proxyproto v0.6.1
     13        github.com/prometheus/client_golang v1.11.0
    1314        golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
    1415        golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
Note: See TracChangeset for help on using the changeset viewer.