telemetry

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

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

func Shutdown

func Shutdown(ts *TelemetryState)

Types

type TelemetryState

type TelemetryState struct {
	Enabled bool
}

func Initialize

func Initialize(cfg *config.KubehoundConfig) (*TelemetryState, 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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL