Add prometheus #16

Merged
fyrchik merged 1 commit from dstepanov-yadro/frostfs-dev-env:prometheus into master 2023-07-26 21:08:04 +00:00

Run prometheus to query metrics

Run prometheus to query metrics
dstepanov-yadro force-pushed prometheus from 557df54455 to f33dc105e4 2023-04-07 09:35:47 +00:00 Compare
dstepanov-yadro force-pushed prometheus from f33dc105e4 to a79e30ffa4 2023-04-07 09:37:14 +00:00 Compare
dstepanov-yadro requested review from storage-core-committers 2023-04-07 09:37:32 +00:00
dstepanov-yadro requested review from storage-core-developers 2023-04-07 09:37:32 +00:00
fyrchik reviewed 2023-04-07 09:49:11 +00:00
@ -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']
Owner

I think, s3 and neo-go could be useful too?

I think, s3 and neo-go could be useful too?
Owner
http and s3 metrics are disabled by default, but it would be nice to enable it and collect in prometheus as well. See: - https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/src/branch/master/docs/gate-configuration.md#prometheus-section - https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/src/branch/master/docs/configuration.md#prometheus-section
Author
Member

Done

Done
fyrchik marked this conversation as resolved
aarifullin approved these changes 2023-04-07 11:46:04 +00:00
acid-ant approved these changes 2023-04-07 12:19:22 +00:00
dstepanov-yadro force-pushed prometheus from a79e30ffa4 to 121cd808bd 2023-04-07 15:56:58 +00:00 Compare
fyrchik approved these changes 2023-04-07 17:27:30 +00:00
@ -1,5 +1,9 @@
logger:
level: debug
Owner

Can we have a separate commit for this enabling prometheus in services?

Can we have a separate commit for this enabling prometheus in services?
Author
Member

Done

Done
fyrchik marked this conversation as resolved
@ -0,0 +13,4 @@
- targets: ['rest.frostfs.devenv:9090']
- job_name: 's3-gw'
static_configs:
- targets: ['s3.frostfs.devenv:9090']
Owner

I've just stumbled upon that s3 and s03 look too similar.

I've just stumbled upon that `s3` and `s03` look too similar.
fyrchik marked this conversation as resolved
dstepanov-yadro force-pushed prometheus from 121cd808bd to 11ff8a81cc 2023-04-10 06:41:46 +00:00 Compare
fyrchik merged commit 11ff8a81cc into master 2023-04-10 12:58:40 +00:00
fyrchik referenced this pull request from a commit 2023-04-10 12:58:40 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
5 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-dev-env#16
No description provided.