Add grafana service to visualize prometheus metrics #37
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-dev-env#37
Loading…
Reference in a new issue
No description provided.
Delete branch "alexvanin/frostfs-dev-env:feature/grafanf"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Service lives on 3000 ports.
b4b0157a40
toc7e0029370
@ -0,0 +5,4 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "7.2.0"
The version differs from the image version, it is expected?
Yes. This is imported https://grafana.com/grafana/dashboards/14061-go-runtime-metrics/ dashboard which is compatible with latest grafana.
@ -0,0 +1,11 @@
apiVersion: 1
providers:
- name: 'Prometheus'
Why do we have quotes here and no quotes in
datasource.yml
?Fixed.
c7e0029370
to3400bb5736
Updated to the latest 9.5.6 grafana image version.