Documentation
¶
Index ¶
- type ArangoDB
- type Cassandra
- type ClickHouse
- type CouchDB
- type DHCP4
- type DNS
- type ETCD
- type Elasticsearch
- type FTP
- type GRPC
- type GraphQL
- type HTTP
- type ICMP
- type InfluxDB
- type Kafka
- type LDAP
- type MQTT
- type Memcache
- type MongoDB
- type NATS
- type NTP
- type Neo4j
- type Params
- type Plan
- type Pulsar
- type RabbitMQ
- type Redis
- type SNMP
- type SQL
- type SSH
- type ScyllaDB
- type Stage
- type Syslog
- type TCP
- type TFTP
- type Telnet
- type UDP
- type Websocket
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClickHouse ¶
type ClickHouse interface {
Execute(context.Context, *clickhouse.Config) error
}
ClickHouse is used for executing ClickHouse.
type Elasticsearch ¶
type Elasticsearch interface {
Execute(context.Context, *elasticsearch.Config) error
}
Elasticsearch is used for executing Elasticsearch.
type Params ¶
type Params struct {
Registry *prometheus.Registry
}
Params are used for configuring a Plan.
Click to show internal directories.
Click to hide internal directories.