[PR #58] [CLOSED] [WIP] Ultimate Instrumentation Stack #783

Closed
opened 2026-03-07 21:23:48 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/58
Author: @OneCricketeer
Created: 4/22/2020
Status: Closed

Base: masterHead: ultimate-instumentation


📝 Commits (1)

📊 Changes

3 files changed (+293 additions, -0 deletions)

View changed files

ultimate-instrumentation/README.md (+6 -0)
ultimate-instrumentation/docker-compose.yaml (+134 -0)
ultimate-instrumentation/telegraf.conf (+153 -0)

📄 Description

This stack is meant to be used in combination with really anything that you want.

It's a collection of CNCF and other tools that allow for easing friction when creating 12factor applications.

  • Logspout
  • Consul
  • Traefik
  • TIG (Telegrag + Influx + Grafana)
  • docker-compose up -f another.yaml with the same attached network and env-vars, then Consul + Traefik will know about them.

In the current state, it is "good enough"

Also, Influx + Grafana currently aren't connected via any configs, so that would need to be documented , if not automated.

Signed-off-by: Jordan Moore crikket.007@gmail.com


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/58 **Author:** [@OneCricketeer](https://github.com/OneCricketeer) **Created:** 4/22/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `ultimate-instumentation` --- ### 📝 Commits (1) - [`10b3bc3`](https://github.com/docker/awesome-compose/commit/10b3bc378fee2255c8e472fdf0ce7009e7d09d15) inital commit ### 📊 Changes **3 files changed** (+293 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ultimate-instrumentation/README.md` (+6 -0) ➕ `ultimate-instrumentation/docker-compose.yaml` (+134 -0) ➕ `ultimate-instrumentation/telegraf.conf` (+153 -0) </details> ### 📄 Description This stack is meant to be used in combination with really anything that you want. It's a collection of CNCF and other tools that allow for easing friction when creating 12factor applications. - Logspout - Consul - Traefik - TIG (Telegrag + Influx + Grafana) + `docker-compose up -f another.yaml` with the same attached network and env-vars, then Consul + Traefik will know about them. In the current state, it is "good enough" Also, Influx + Grafana currently aren't connected via any configs, so that would need to be documented , if not automated. Signed-off-by: Jordan Moore <crikket.007@gmail.com> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:23:48 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#783