Skip to content

Commit

Permalink
293 exclude signoz endpoints (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhgriffith-uofu authored Feb 15, 2024
1 parent 9523170 commit a0eb7e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion resources/chart/templates/opentelemetry.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

{{- if ne .Release.Namespace "local"}}
{{- if and (ne .Release.Namespace "local") .Values.opentelemetryCollector }}

---

Expand Down
4 changes: 0 additions & 4 deletions resources/chart/vars/local/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,3 @@ portalDebug: 'True'
portalEndpoint: 'portal.minikube.test:30008'
# portalReplicaCount is the replica count for the Portal deployment
portalReplicaCount: 1

# opentelemetryLocalEndpoint gives the uri for the local opentelemetry collector
# in the same namespace
opentelemetryCollector: ""
2 changes: 1 addition & 1 deletion resources/chart/vars/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ globusRedirectURIScheme: 'https'
portalPort: '5050'

# opentelemetryCollector gives the uri for the opentelemetry collector
opentelemetryCollector: "https://otel-collector.telemetry.slateci.io:443"
opentelemetryCollector: ''

0 comments on commit a0eb7e1

Please sign in to comment.