github.com/juju/juju@v0.0.0-20240430160146-1752b71fcf00/worker/metrics/collect/doc.go (about)

     1  // Copyright 2022 Canonical Ltd.
     2  // Licensed under the AGPLv3, see LICENCE file for details.
     3  
     4  // Package collect provides a worker that executes the collect-metrics hook
     5  // periodically, as long as the workload has been started (between start and
     6  // stop hooks). collect-metrics executes in its own execution context, which is
     7  // restricted to avoid contention with uniter "lifecycle" hooks.
     8  package collect