converge/pkg/server/prometheus/doc.go
Erik Brakkee 2c42f89547 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-08-17 10:37:20 +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