Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1008 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 1008 Bytes

O11Y Nomad Pack Registry

This repository will hold a curated set of Nomad Packs related to all things observability.

See the documentation on Writing Packs and Registries for more information.

This registry current holds packs for the following tools

  • grafana (fork from community registry)
  • grafana_oncall
  • loki (fork from community registry)
  • mimir
  • opentelemetry_collector (fork from community registry)
  • phlare
  • prometheus (fork from community registry)
  • prometheus_blackbox_exporter
  • promlens
  • tempo (fork from community registry)

Deploy packs from this nomad-pack registry

Add your custom repository using the nomad-pack registry add command.

nomad-pack registry add o11y github.com/attachmentgenie/nomad-pack-o11y-registry

Deploy your custom packs.

nomad-pack run grafana --registry=o11y

Congrats! You can now write custom packs for Nomad!