converge/pkg/server/prometheus/doc.go
Erik Brakkee 3408e2893a moved all ui stuff to the ui package.
The structure of converge server is now much more clear in the package
// structure below pkg/server.
2024-09-08 11:16:49 +02:00

5 lines
235 B
Go

// Prometheus integration of converge. It relies on state notifications of converge that
// describe the current state. It computes the deltas based on the state itself and updates
// prometheus metrics accordingly.
package prometheus