package
0.0.0-20240914143308-98dd8416e15d
Repository: https://github.com/webdevops/go-common.git
Documentation: pkg.go.dev
# README
Prometheus common library webdevops projects
Collector
Caching
Prometheus collector offers a caching mechanism for faster restart with different backends defined by the cache spec:
Cache spec | Description |
---|---|
file://path/to/cache/ | Use local filesystem to cache data (use PVC inside Kubernetes!) |
azblob://{storageAccountName}.blob.core.windows.net/{containerName}/{optionalPath} | Use Azure StorageAccount to save cache data (with optional sub path) |
k8scm://{namespace}/{configMapName} | Use Kubernetes ConfigMap to save cache data |
# Functions
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author