The structure of converge server is now much more clear in the package // structure below pkg/server.
5 lines
235 B
Go
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
|