Documentation
¶
Index ¶
Constants ¶
View Source
const ( TablePerMetric = "tablepermetric" SingleTable = "singletable" ManagedIngestion = "managed" QueuedIngestion = "queued" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) PushMetrics ¶
type Config ¶
type Config struct {
Endpoint string `toml:"endpoint_url"`
Database string `toml:"database"`
Timeout config.Duration `toml:"timeout"`
MetricsGrouping string `toml:"metrics_grouping_type"`
TableName string `toml:"table_name"`
CreateTables bool `toml:"create_tables"`
IngestionType string `toml:"ingestion_type"`
}
Click to show internal directories.
Click to hide internal directories.