Documentation ¶
Index ¶
Constants ¶
View Source
const ( SpanJanusGraphOperationFlush = "kubehound.janusgraph.flush" SpanJanusGraphOperationBatchWrite = "kubehound.janusgraph.batchwrite" SpanMongodbOperationFlush = "kubehound.mongo.flush" SpanMongodbOperationBatchWrite = "kubehound.mongo.batchwrite" SpanOperationIngestData = "kubehound.ingestData" SpanOperationBuildGraph = "kubehound.buildGraph" SpanOperationLaunch = "kubehound.launch" SpanOperationStream = "kubehound.collector.stream" SpanOperationReadFile = "kubehound.collector.readFile" SpanOperationRun = "kubehound.graph.builder.run" )
View Source
const ( MetricCollectorNodesCount = "kubehound.collector.nodes.count" MetricCollectorEndpointCount = "kubehound.collector.endpoints.count" MetricCollectorPodsCount = "kubehound.collector.pods.count" MetricCollectorRolesCount = "kubehound.collector.roles.count" MetricCollectorRoleBindingsCount = "kubehound.collector.rolebindings.count" MetricCollectorClusterRolesCount = "kubehound.collector.clusterroles.count" MetricCollectorClusterRoleBindingsCount = "kubehound.collector.clusterrolebindings.count" MetricStoredbBackgroundWriterCall = "kubehound.storage.storedb.background" MetricStoredbBatchWrite = "kubehound.storage.storedb.batchwrite.size" MetricStoredbQueueSize = "kubehound.storage.storedb.queue.size" MetricGraphdbBackgroundWriterCall = "kubehound.storage.graphdb.background" MetricGraphdbBatchWrite = "kubehound.storage.graphdb.batchwrite.size" MetricGraphdbQueueSize = "kubehound.storage.graphdb.queue.size" MetricCacheMiss = "kubehound.cache.miss" MetricCacheHit = "kubehound.cache.hit" MetricCacheWrite = "kubehound.cache.write" MetricCacheDuplicateEntry = "kubehound.cache.duplicate" )
View Source
const ( TagTypeJanusGraph = "type:janusgraph" TagTypeMongodb = "type:mongodb" TagCollectorTypeK8sApi = "collector:k8s-api" TagCollectorTypeFile = "collector:file" TagKeyResource = "resource" TagKeyLabel = "label" TagKeyRunId = "run_id" TagResourcePods = "pods" TagResourceRoles = "roles" TagResourceRolebindings = "rolebindings" TagResourceNodes = "nodes" TagResourceEndpoints = "endpoints" TagResourceClusterRoles = "clusterroles" TagResourceClusterRolebindings = "clusterrolebindings" )
Variables ¶
View Source
var (
BaseTags = []string{}
)
Functions ¶
Types ¶
type State ¶ added in v1.1.0
type State struct {
Enabled bool
}
func Initialize ¶
func Initialize(cfg *config.KubehoundConfig) (*State, error)
Initialize all telemetry required return client to enable clean shutdown
Directories ¶
Path | Synopsis |
---|---|
This file only wraps all the statsd client call to be used directly in the form of telemetry.Gauge() instead of telemetry.statsd.Gauge() It does NOT implement all the function from the statsd.ClientInterface interface because some of these are never going to be used in this application
|
This file only wraps all the statsd client call to be used directly in the form of telemetry.Gauge() instead of telemetry.statsd.Gauge() It does NOT implement all the function from the statsd.ClientInterface interface because some of these are never going to be used in this application |
Click to show internal directories.
Click to hide internal directories.