Documentation ¶
Overview ¶
Package tsdb enables writing metric values to tsdb.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // The tsdb endpoint. Required. Looks like "somehost:4242" HostAndPort string `yaml:"hostAndPort"` }
Config represents the configuration of tsdb. Config implements both config.Config and config.WriterFactory
func (*Config) UnmarshalYAML ¶
Click to show internal directories.
Click to hide internal directories.