...

Source file src/github.com/cybertec-postgresql/pgwatch/v3/internal/sinks/doc.go

Documentation: github.com/cybertec-postgresql/pgwatch/v3/internal/sinks

     1  // Package sinks rovides functionality to store monitored data in different ways.
     2  //
     3  // At the moment we provide sink connectors for
     4  //   - PostgreSQL and flavours,
     5  //   - Prometheus,
     6  //   - plain JSON files,
     7  //   - and RPC servers.
     8  //
     9  // To ensure the simultaneous storage of data in several storages, the `MultiWriter` class is implemented.
    10  package sinks
    11