Documentation
¶
Index ¶
- func DatadogProvider() *datadogProvider
- func ElasticProvider() *elasticProvider
- func SentinelProvider() *sentinelProvider
- func SplunkProvider() *splunkProvider
- type Client
- type DatadogClient
- type DatadogConfig
- type ElasticClient
- type ElasticConfig
- type SentinelClient
- type SentinelConfig
- type SplunkClient
- type SplunkConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DatadogProvider ¶
func DatadogProvider() *datadogProvider
func ElasticProvider ¶
func ElasticProvider() *elasticProvider
func SentinelProvider ¶
func SentinelProvider() *sentinelProvider
func SplunkProvider ¶
func SplunkProvider() *splunkProvider
Types ¶
type DatadogClient ¶
type DatadogClient struct {
DatadogConfig
}
func NewDatadogClient ¶
func NewDatadogClient(config DatadogConfig) *DatadogClient
type DatadogConfig ¶
type ElasticClient ¶
type ElasticClient struct {
ElasticConfig
}
func NewElasticClient ¶
func NewElasticClient(config ElasticConfig) *ElasticClient
type ElasticConfig ¶
type SentinelClient ¶
type SentinelClient struct {
SentinelConfig
}
func NewSentinelClient ¶
func NewSentinelClient(config SentinelConfig) *SentinelClient
type SentinelConfig ¶
type SplunkClient ¶
type SplunkClient struct {
SplunkConfig
}
func NewSplunkClient ¶
func NewSplunkClient(config SplunkConfig) *SplunkClient
Click to show internal directories.
Click to hide internal directories.