Skip to content

Commit

Permalink
Update otel endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Nov 26, 2024
1 parent eb0ddbc commit f018146
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/all-cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ data:
readerInterval: 1000
exporter:
type: ${CONFIG_COUNTER_EXPORTER_TYPE:otlp.grpc}
endpoint: ${CONFIG_COUNTER_EXPORTER_ENDPOINT:http://otel-collector.otel.svc:4317}
endpoint: ${CONFIG_COUNTER_EXPORTER_ENDPOINT:http://otel-collector.joylive.svc:4317}
timeout: 5000
injector.yaml: |
Expand Down
4 changes: 2 additions & 2 deletions deploy/joylive-injector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ containerArgs:
- --cert=/etc/kubernetes/ssl/dac.pem
- --key=/etc/kubernetes/ssl/dac-key.pem

imagePullSecrets: []
imagePullSecrets: [ ]
nameOverride: ""
fullnameOverride: ""

Expand Down Expand Up @@ -53,7 +53,7 @@ agent:
url: http://api.jmsf.local:8080/v1
exporter:
type: otlp.grpc # otlp.grpc
endpoint: http://otel-collector.otel.svc:4317
endpoint: http://otel-collector.joylive.svc:4317
switch:
live: true
lane: false
Expand Down
Binary file modified deploy/packages/joylive-injector-1.3.5.tgz
Binary file not shown.

0 comments on commit f018146

Please sign in to comment.