Skip to content

Commit

Permalink
[horus] Add metrics norm (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfordjody authored Oct 4, 2024
1 parent fa4562e commit 1327178
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/horus/core/horuser/metrics.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package horuser

import "github.com/prometheus/client_golang/prometheus"

func (h *Horuser) Collect(ch chan<- prometheus.Metric) {}

func (h *Horuser) Describe(ch chan<- *prometheus.Desc) {}
File renamed without changes.

0 comments on commit 1327178

Please sign in to comment.