Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/attachmentgenie/nomad-pack-o11y-registry
Collection of nomad-packs required to build a full LGTM stack
https://github.com/attachmentgenie/nomad-pack-o11y-registry
grafana grafana-oncall graphite-exporter graphite-proxy loki mimir nomad nomad-pack nomad-pack-registry opentelemetry-collector phlare prometheus tempo
Last synced: 4 months ago
JSON representation
Collection of nomad-packs required to build a full LGTM stack
- Host: GitHub
- URL: https://github.com/attachmentgenie/nomad-pack-o11y-registry
- Owner: attachmentgenie
- License: mpl-2.0
- Created: 2022-01-14T10:08:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T19:33:03.000Z (5 months ago)
- Last Synced: 2024-10-09T10:39:45.680Z (4 months ago)
- Topics: grafana, grafana-oncall, graphite-exporter, graphite-proxy, loki, mimir, nomad, nomad-pack, nomad-pack-registry, opentelemetry-collector, phlare, prometheus, tempo
- Language: Smarty
- Homepage:
- Size: 178 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# O11Y Nomad Pack Registry
This repository will hold a curated set of [Nomad Packs](https://github.com/hashicorp/nomad-pack) related to all things observability.
See the [documentation on Writing Packs and Registries](https://github.com/hashicorp/nomad-pack/blob/main/docs/writing-packs.md) 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!