Skip to content

Commit

Permalink
Add TODO list in README
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdesplaces committed Dec 12, 2022
1 parent 2d15bda commit 055aafd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ Grafana --> Nginx : 4602 --> Tempo : 4603
6. Consult Metrics on Grafana :
Grafana --> Nginx : 4702 --> Mimir : 3703

# TODO

- Tests Prometheus Exemplars.
- Add comments in YAML & Docker files.
- Add Alert Manager.
- Add a data generator (logs, metrics, traces) - a React frontend with FastApi & PostgreSQL backend.
- Create dashboards for these application stack.
- Configure all components for distributed installation.

# Sources

Expand Down
8 changes: 4 additions & 4 deletions grafana/catalogue.json
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@
"type": "prometheus",
"uid": "mimir"
},
"expr": "process_resident_memory_bytes{job=\"myapp\"}",
"expr": "process_resident_memory_bytes{agent_from=\"grafana_agent\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "mem",
Expand Down Expand Up @@ -853,7 +853,7 @@
"type": "prometheus",
"uid": "mimir"
},
"expr": "rate(process_cpu_seconds_total{job=\"myapp\"}[30s])",
"expr": "rate(process_cpu_seconds_total{agent_from=\"grafana_agent\"}[30s])",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "cpu",
Expand Down Expand Up @@ -950,7 +950,7 @@
},
"queryType": "nativeSearch",
"refId": "A",
"serviceName": "myapp"
"tags": "tempo.attribute.labels=\"grafana_agent\""
}
],
"title": "Traces",
Expand Down Expand Up @@ -1013,7 +1013,7 @@
"uid": "loki"
},
"editorMode": "builder",
"expr": "{job=\"myapp\"} |= ``",
"expr": "{agent_from=\"grafana_agent\"} |= ``",
"queryType": "range",
"refId": "A"
}
Expand Down

0 comments on commit 055aafd

Please sign in to comment.