Documentation
¶
Overview ¶
Package cassandraexporter exports trace and log data to an Apache Cassandra instance.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
Types ¶
type Auth ¶ added in v0.93.0
type Auth struct { UserName string `mapstructure:"username"` Password configopaque.String `mapstructure:"password"` }
type Compression ¶
type Compression struct {
Algorithm string `mapstructure:"algorithm"`
}
type Config ¶
type Config struct { DSN string `mapstructure:"dsn"` Port int `mapstructure:"port"` Timeout time.Duration `mapstructure:"timeout"` Keyspace string `mapstructure:"keyspace"` TraceTable string `mapstructure:"trace_table"` LogsTable string `mapstructure:"logs_table"` Replication Replication `mapstructure:"replication"` Compression Compression `mapstructure:"compression"` Auth Auth `mapstructure:"auth"` }
type Replication ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.