Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🔧 disable internal metrics collection of OtelCollectors and Clickhouse #328

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions charts/signoz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,10 @@ clickhouse:
user_defined_executable_functions_config: '/etc/clickhouse-server/functions/custom-functions.xml'

# -- ClickHouse pod(s) annotation.
podAnnotations:
signoz.io/scrape: 'true'
signoz.io/port: '9363'
signoz.io/path: /metrics
podAnnotations: {}
# signoz.io/scrape: 'true'
# signoz.io/port: '9363'
# signoz.io/path: /metrics

# -- Topologies on how to distribute the ClickHouse pod.
# Possible values can be found here:
Expand Down Expand Up @@ -426,9 +426,9 @@ clickhouse:
flushInterval: 7500

# -- Clickhouse Operator pod(s) annotation.
podAnnotations:
signoz.io/port: '8888'
signoz.io/scrape: 'true'
podAnnotations: {}
# signoz.io/port: '8888'
# signoz.io/scrape: 'true'

# -- Clickhouse Operator node selector
nodeSelector: {}
Expand Down Expand Up @@ -1217,10 +1217,10 @@ otelCollector:
annotations: {}
# -- OtelCollector pod(s) annotation.
podAnnotations:
signoz.io/scrape: 'true'
signoz.io/port: '8888'
apm.signoz.io/scrape: 'true'
apm.signoz.io/port: '8889'
# signoz.io/scrape: 'true'
# signoz.io/port: '8888'

# -- OtelCollector pod(s) labels.
podLabels: {}
Expand Down Expand Up @@ -1790,9 +1790,9 @@ otelCollectorMetrics:
# -- OtelCollectorMetrics Deployment annotation.
annotations: {}
# -- OtelCollectorMetrics pod(s) annotation.
podAnnotations:
signoz.io/scrape: 'true'
signoz.io/port: '8888'
podAnnotations: {}
# signoz.io/scrape: 'true'
# signoz.io/port: '8888'

# -- Additional environments to set for OtelCollectorMetrics
additionalEnvs: {}
Expand Down Expand Up @@ -2605,10 +2605,10 @@ k8s-infra:
# -- OtelDeployment daemonset annotation.
annotations: {}
# -- OtelDeployment pod(s) annotation.
podAnnotations:
signoz.io/scrape: 'true'
signoz.io/port: '8888'
signoz.io/path: /metrics
podAnnotations: {}
# signoz.io/scrape: 'true'
# signoz.io/port: '8888'
# signoz.io/path: /metrics

# -- Additional environments to set for OtelDeployment
additionalEnvs: {}
Expand Down