package
Version:
v0.0.0-...-fa60ae2
Opens a new window with list of versions in this module.
Published: Dec 19, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
NatsSubj = "controller.avrd.metrics"
)
type Config struct {
NATSPort int `envconfig:"nats_port" default:"4222"`
AvrSocket string `envconfig:"avr_socket" default:"/tmp/bench.sock"`
PromPort int `envconfig:"prometheus_port" default:"2112"`
}
type NatsConn struct {
Nats *nats.Conn
Stats chan *Stats
}
Stats is a container, so we can pass through the channel
Source Files
¶
Click to show internal directories.
Click to hide internal directories.