Collect metrics descriptions for SNMP integration #80
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 project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#80
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Is your feature request related to a problem? Please describe.
Application metrics can be integrated with SNMP. To do that we have to import all available metric descriptions in some JSON format to put them into MIB later.
Describe the solution you'd like
See TrueCloudLab/frostfs-node#214 as a reference.
Describe alternatives you've considered
Use global prometheus collector somehow to iterate over registered metrics. However this can be done only in runtime, which is not suitable for this issue.