Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
Types ¶
type Config ¶
type Config struct { scraperhelper.ControllerConfig `mapstructure:",squash"` metadata.MetricsBuilderConfig `mapstructure:",squash"` IdxEndpoint confighttp.ClientConfig `mapstructure:"indexer"` SHEndpoint confighttp.ClientConfig `mapstructure:"search_head"` CMEndpoint confighttp.ClientConfig `mapstructure:"cluster_master"` }
type IdxEBucketDirs ¶ added in v0.87.0
type IdxEBucketDirs struct { Cold IdxEBucketDirsDetails `json:"cold"` Home IdxEBucketDirsDetails `json:"home"` Thawed IdxEBucketDirsDetails `json:"thawed"` }
type IdxEBucketDirsDetails ¶ added in v0.87.0
type IdxEBucketDirsDetails struct { Capacity string `json:"capacity"` EventCount string `json:"event_count"` EventMaxTime string `json:"event_max_time"` EventMinTime string `json:"event_min_time"` HotBucketCount string `json:"hot_bucket_count"` WarmBucketCount string `json:"warm_bucket_count"` WarmBucketSize string `json:"warm_bucket_size"` }
type IdxEContent ¶ added in v0.87.0
type IdxEContent struct { TotalBucketCount string `json:"total_bucket_count"` TotalEventCount int `json:"totalEventCount"` TotalSize string `json:"total_size"` TotalRawSize string `json:"total_raw_size"` BucketDirs IdxEBucketDirs `json:"bucket_dirs"` }
type IdxEEntry ¶ added in v0.87.0
type IdxEEntry struct { Name string `json:"name"` Content IdxEContent `json:"content"` }
type IdxQContent ¶ added in v0.87.0
type IndexesExtended ¶ added in v0.87.0
type IndexesExtended struct {
Entries []IdxEEntry `json:"entry"`
}
'/services/data/indexes-extended'
type IntrQEntry ¶ added in v0.87.0
type IntrQEntry struct { Name string `json:"name"` Content IdxQContent `json:"content"` }
type IntrospectionQueues ¶ added in v0.87.0
type IntrospectionQueues struct {
Entries []IntrQEntry `json:"entry"`
}
'/services/server/introspection/queues'
Source Files
¶
Click to show internal directories.
Click to hide internal directories.