Add prometheus #16
No reviewers
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
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-dev-env#16
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "dstepanov-yadro/frostfs-dev-env:prometheus"
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?
Run prometheus to query metrics
557df54455
tof33dc105e4
f33dc105e4
toa79e30ffa4
@ -0,0 +4,4 @@
scrape_configs:
- job_name: 'node'
static_configs:
- targets: ['s01.frostfs.devenv:9090', 's02.frostfs.devenv:9090', 's03.frostfs.devenv:9090', 's04.frostfs.devenv:9090']
I think, s3 and neo-go could be useful too?
http and s3 metrics are disabled by default, but it would be nice to enable it and collect in prometheus as well.
See:
Done
a79e30ffa4
to121cd808bd
@ -1,5 +1,9 @@
logger:
level: debug
Can we have a separate commit for this enabling prometheus in services?
Done
@ -0,0 +13,4 @@
- targets: ['rest.frostfs.devenv:9090']
- job_name: 's3-gw'
static_configs:
- targets: ['s3.frostfs.devenv:9090']
I've just stumbled upon that
s3
ands03
look too similar.121cd808bd
to11ff8a81cc