View Source SecretsWatcher.Telemetry (Secrets Watcher v0.6.1)

secrets_watcher emits several telemetry events.

Events

  • [:secrets_watcher, :file_event]

    • metadata
      • :events the filesystem events
      • :path path to the file with events
  • [:secrets_watcher, :changed_secret]

    • metadata
      • :secret_filename filename of the secret that has changed
  • [:secrets_watcher, :initial_loading]

    • metadata
      • :directory directory in which initial loading took place
      • :secret_filename filename of the secret that has been loaded
  • [:secrets_watcher, :unwatched_events]

    • metadata
      • :events the filesystem events that have been ignored
      • :path path to the file with events

Link to this section Summary

Functions

Call this function to have events logged automatically.

Link to this section Functions

Call this function to have events logged automatically.