Jose Alejandro Dobla
01/20/2025, 5:10 PMVikrant Gupta
01/20/2025, 7:03 PMVikrant Gupta
01/20/2025, 7:03 PMJose Alejandro Dobla
01/20/2025, 7:27 PMJose Alejandro Dobla
01/20/2025, 7:31 PMk8sattributes:
extract:
annotations: []
labels:
- from: pod
key: app
tag_name: app
- from: pod
key: env
tag_name: env
- from: node
key: node.tenancy
tag_name: node.tenancy
metadata:
- k8s.namespace.name
- k8s.deployment.name
- k8s.statefulset.name
- k8s.daemonset.name
- k8s.cronjob.name
- k8s.job.name
- k8s.node.name
- k8s.node.uid
- k8s.pod.name
- k8s.pod.uid
- k8s.pod.start_time
Jose Alejandro Dobla
01/20/2025, 7:38 PMVikrant Gupta
01/20/2025, 7:47 PMJose Alejandro Dobla
01/20/2025, 7:49 PMJose Alejandro Dobla
01/20/2025, 7:51 PMJose Alejandro Dobla
01/20/2025, 7:52 PMVikrant Gupta
01/20/2025, 7:53 PMJose Alejandro Dobla
01/20/2025, 7:55 PMJose Alejandro Dobla
01/20/2025, 7:56 PMJose Alejandro Dobla
01/20/2025, 7:56 PMJose Alejandro Dobla
01/20/2025, 7:56 PMnitya-signoz
01/21/2025, 5:35 AMnitya-signoz
01/21/2025, 5:45 AMJose Alejandro Dobla
01/24/2025, 7:01 PMJose Alejandro Dobla
01/24/2025, 7:01 PMJose Alejandro Dobla
01/24/2025, 7:01 PMglobal:
cloud: aws
clusterName: ${clusterName}
deploymentEnvironment: main
otelCollectorEndpoint: ingest.eu.signoz.cloud:443
otelInsecure: false
signozApiKey: ${apikey}
presets:
kubernetesAttributes:
enabled: true
extractMetadatas:
- k8s.namespace.name
- k8s.deployment.name
- k8s.statefulset.name
- k8s.daemonset.name
- k8s.cronjob.name
- k8s.job.name
- k8s.node.name
- k8s.node.uid
- k8s.pod.name
- k8s.pod.uid
- k8s.pod.start_time
extractLabels:
- tag_name: app
key: app
from: pod
- tag_name: env
key: env
from: pod
- tag_name: node.tenancy
key: node.tenancy
from: node
otlpExporter:
enabled: true
loggingExporter:
enabled: true
logsCollection:
# whether to enable log collection
enabled: true
whitelist:
# whether to enable whitelisting
enabled: true
# whether to include signoz logs
signozLogs: false
# which namespaces to include
namespaces:
- realitymax-prod
- digitalink-prod
- 3dviewermax-prod
- nginx2
- nginx
# which pods to include
# which containers to include
containers: []
# additional include rules
additionalInclude: []
blacklist:
# whether to enable blacklisting
enabled: true
# which namespaces to exclude
namespaces: []
# which pods to exclude
pods:
- rabbitmq-1
- rabbitmq-0
# which containers to exclude
containers:
- rabbitmq
# additional exclude rules
additionalExclude: []
operators:
- type: filter
expr: 'body matches "GET /health/run HTTP/1.1\" 200"'
drop_ratio: 1.0
- type: filter
expr: 'body matches "POST /api/token/refresh HTTP/1.1\" 200"'
drop_ratio: 1.0
- type: filter
expr: 'body matches "POST /api/pinpoints HTTP/2.0\" 200"'
drop_ratio: 1.0
- type: filter
expr: 'body matches "accepting AMQP connection"'
drop_ratio: 1.0
- type: filter
expr: 'body matches "closing AMQP connection"'
drop_ratio: 1.0