Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrometheusRemoteWrite ¶
type PrometheusRemoteWrite struct {
URL string `toml:"url"`
BearerToken string `toml:"bearer_token"`
BasicUsername string `toml:"basic_username"`
BasicPassword string `toml:"basic_password"`
RetryForClientErrors bool `toml:"retry_for_client_errors"`
tls.ClientConfig
// contains filtered or unexported fields
}
func (*PrometheusRemoteWrite) Close ¶
func (p *PrometheusRemoteWrite) Close() error
func (*PrometheusRemoteWrite) Connect ¶
func (p *PrometheusRemoteWrite) Connect() error
func (*PrometheusRemoteWrite) Description ¶
func (p *PrometheusRemoteWrite) Description() string
func (*PrometheusRemoteWrite) SampleConfig ¶
func (p *PrometheusRemoteWrite) SampleConfig() string
Click to show internal directories.
Click to hide internal directories.