Skip to content

Instantly share code, notes, and snippets.

@dyipon
Created May 12, 2023 12:53
Show Gist options
  • Save dyipon/5a30cf9d19ae9cafe02cd64b78dc60e5 to your computer and use it in GitHub Desktop.
Save dyipon/5a30cf9d19ae9cafe02cd64b78dc60e5 to your computer and use it in GitHub Desktop.
agent:
alligator:
# -- Data retention period for traces and workloads metadata {amount}[h(ours)], default is 12h
dataRetention: 12h
loki:
config:
table_manager:
# -- Data retention period for logs, {amount}[h(ours)], default is 2h
retention_period: 2h
persistence:
size: 1Gi
clickhouse:
# logs storage
persistence:
size: 4Gi
victoria-metrics-single:
server:
# -- Data retention period for metrics, {amount}[h(ours), d(ays), w(eeks), y(ears)], default is 7d
retentionPeriod: 1d
persistentVolume:
size: 3Gi
timescaledb-single:
# traces, workloads and metadata storage
persistentVolumes:
data:
size: 1Gi
wal:
size: 100Mi # set to 1/10 of data size requested for most workloads
tracesNamespaceFilters:
- matchType: "block"
regex: "logging"
tracesWorkloadFilters:
- matchType: "block"
regex: "fluentd"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment