initial commit
This commit is contained in:
9
config/metrics.go
Normal file
9
config/metrics.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package config
|
||||
|
||||
// MetricsConfig holds configuration for metrics
|
||||
type MetricsConfig struct {
|
||||
Enabled bool
|
||||
ServiceName string
|
||||
Path string
|
||||
Port string
|
||||
}
|
||||
Reference in New Issue
Block a user