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"`
// contains filtered or unexported fields
}
type Compression ¶
type Compression struct {
Algorithm string `mapstructure:"algorithm"`
// contains filtered or unexported fields
}
type Config ¶
type Config struct {
Auth Auth `mapstructure:"auth"`
DSN string `mapstructure:"dsn"`
Keyspace string `mapstructure:"keyspace"`
TraceTable string `mapstructure:"trace_table"`
LogsTable string `mapstructure:"logs_table"`
Compression Compression `mapstructure:"compression"`
Replication Replication `mapstructure:"replication"`
Port int `mapstructure:"port"`
Timeout time.Duration `mapstructure:"timeout"`
}
type Replication ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.