Add info metric #1202
No reviewers
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
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
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1202
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "achuprov/frostfs-node:feat/info_metric"
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?
Close: #1154
@ -21,1 +21,4 @@
}
func VersionInfo(component string) string {
return fmt.Sprintf("%s-%s",
Honestly, I feel like component is not needed here: we already now the endpoint we are using.
3f3c7949c5
to1941909a3b
1941909a3b
to9c140b98cc
9c140b98cc
toe2ff7df914
WIP: Add info metricto Add info metric@ -46,6 +48,7 @@ func NewInnerRingMetrics() *InnerRingServiceMetrics {
health: health,
eventDuration: eventDuration,
morphCacheMetrics: newMorphCacheMetrics(innerRingNamespace),
appInfo: NewApplicationInfo(misc.VersionInfo()),
Why we can't use
misc.Version
here?e2ff7df914
to8df4a58fda