Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Simplychee committed Dec 25, 2024
1 parent 2c879d5 commit 5045b89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/shipping/Code/nestjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ You'll need the following service DNS:

`http://<<CHART-NAME>>-otel-collector.<<NAMESPACE>>.svc.cluster.local:<<PORT>>/`.

Replace `<<CHART-NAME>>` with the relevant service you're using (`logzio-k8s-telemetry-otel-collector`, `logzio-k8s-telemetry`).
Replace `<<CHART-NAME>>` with the relevant service you're using (`logzio-k8s-telemetry`).
Replace `<<NAMESPACE>>` with your Helm chart's deployment namespace (e.g., default or monitoring).
Replace `<<PORT>>` with the [port for your agent's protocol](https://github.com/logzio/logzio-helm/blob/master/charts/logzio-telemetry/values.yaml#L249-L267) (Default is 4317).

Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/Code/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,7 @@ You'll need the following service DNS:
`http://<<CHART-NAME>>-otel-collector.<<NAMESPACE>>.svc.cluster.local:<<PORT>>/`.
Replace `<<CHART-NAME>>` with the relevant service you're using (`logzio-k8s-telemetry-otel-collector`, `logzio-k8s-telemetry`).
Replace `<<CHART-NAME>>` with the relevant service you're using (`logzio-k8s-telemetry`).
Replace `<<NAMESPACE>>` with your Helm chart's deployment namespace (e.g., default or monitoring).
Replace `<<PORT>>` with the [port for your agent's protocol](https://github.com/logzio/logzio-helm/blob/master/charts/logzio-telemetry/values.yaml#L249-L267) (Default is 4317).
Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/Code/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ You'll need the following service DNS:

`http://<<CHART-NAME>>-otel-collector.<<NAMESPACE>>.svc.cluster.local:<<PORT>>/`.

Replace `<<CHART-NAME>>` with the relevant service you're using (`logzio-k8s-telemetry-otel-collector`, `logzio-k8s-telemetry`).
Replace `<<CHART-NAME>>` with the relevant service you're using (`logzio-k8s-telemetry`).
Replace `<<NAMESPACE>>` with your Helm chart's deployment namespace (e.g., default or monitoring).
Replace `<<PORT>>` with the [port for your agent's protocol](https://github.com/logzio/logzio-helm/blob/master/charts/logzio-telemetry/values.yaml#L249-L267) (Default is 4317).

Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/Orchestration/istio-traces.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ You'll need the following service DNS:

`http://<<CHART-NAME>>-otel-collector.<<NAMESPACE>>.svc.cluster.local:<<PORT>>/`.

Replace `<<CHART-NAME>>` with the relevant service you're using (`logzio-k8s-telemetry-otel-collector`, `logzio-k8s-telemetry`).
Replace `<<CHART-NAME>>` with the relevant service you're using (`logzio-k8s-telemetry`).
Replace `<<NAMESPACE>>` with your Helm chart's deployment namespace (e.g., default or monitoring).
Replace `<<PORT>>` with the [port for your agent's protocol](https://github.com/logzio/logzio-helm/blob/master/charts/logzio-telemetry/values.yaml#L249-L267) (Default is 4317).

Expand Down

0 comments on commit 5045b89

Please sign in to comment.