Skip to content

Commit

Permalink
updating pages with include
Browse files Browse the repository at this point in the history
  • Loading branch information
Simplychee committed Sep 23, 2024
1 parent ed90e7c commit ce19445
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/_include/tracing-shipping/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ service:
{@include: ../../_include/tracing-shipping/replace-tracing-token.html}
#### Tail Sampling
#### Tail Sampling
{@include: ../../_include/tracing-shipping/tail-sampling.md}
Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/AWS/aws-lambda-extension-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ service:
{@include: ../../_include/tracing-shipping/replace-tracing-token.html}
{@include: ../../_include/tracing-shipping/tail-sampling.md}
#### Direct the OpenTelemetry collector to the configuration file
Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/AWS/aws-lambda-extension-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ service:
{@include: ../../_include/tracing-shipping/replace-tracing-token.html}
{@include: ../../_include/tracing-shipping/tail-sampling.md}
#### Direct the OpenTelemetry collector to the configuration file
Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/App360/App360.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ service:
```

{@include: ../../_include/tracing-shipping/replace-tracing-token.html}

{@include: ../../_include/tracing-shipping/replace-spm-token.html}

{@include: ../../_include/log-shipping/listener-var.html}
Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/Code/dotnet-traces-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ consumer.ConsumeWithInstrumentation((result) =>


{@include: ../../_include/tracing-shipping/replace-tracing-token.html}


* Replace `<path/to>` with the path to the directory where you downloaded the agent.
* Replace `<YOUR-SERVICE-NAME>` with the name of your tracing service defined earlier.
Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/Code/dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -1916,7 +1916,7 @@ This integration uses OpenTelemetry Collector Contrib, not the OpenTelemetry Col
{@include: ../../_include/tracing-shipping/dotnet-steps.md}
#### Download and configure OpenTelemetry collector
#### Download and configure OpenTelemetry collector
Create a dedicated directory on the host of your ASP.NET Core application and download the [OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.60.0) that is relevant to the operating system of your host.
Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/Code/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ func handleErr(err error, message string) {
##### Download and configure OpenTelemetry collector
Create a dedicated directory on the host of your Go application and download the [OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.70.0) that is relevant to the operating system of your host.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ helm install -n monitoring \
--set logzio-k8s-telemetry.secrets.LogzioRegion="<<LOGZIO-REGION>>" \
--set logzio-k8s-telemetry.secrets.env_id="<<CLUSTER-NAME>>" \
logzio-monitoring logzio-helm/logzio-monitoring
```
```

| Parameter | Description |
| --- | --- |
Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/Code/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ This integration uses OpenTelemetry Collector Contrib, not the OpenTelemetry Col
Download the latest version of the [OpenTelemetry Java agent](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/download/opentelemetry-javaagent.jar) to your application host.



**2. Download and configure OpenTelemetry collector**

Create a dedicated directory on the host of your Java application and download the relevant [OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.70.0).
Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/Code/nestjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ require('<<PATH-TO-YOUR-FILE>>/tracer.ts');

Replace `<<PATH-TO-YOUR-FILE>>` with the path to your tracer file.


#### Download and configure OpenTelemetry collector

Create a dedicated directory on the host of your NestJS application and download the [OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.70.0) that is relevant to the operating system of your host.
Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/Code/node-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ This integration uses OpenTelemetry Collector Contrib, not the OpenTelemetry Col


{@include: ../../_include/tracing-shipping/node-steps.md}



#### Download and configure the OpenTelemetry collector
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 @@ -1059,7 +1059,7 @@ After installation, configure the exporter with this command:
export OTEL_TRACES_EXPORTER=otlp
export OTEL_RESOURCE_ATTRIBUTES="service.name=<<YOUR-SERVICE-NAME>>"
```
### Download and configure OpenTelemetry collector
Create a directory on your Python application and download the relevant [OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.82.0). Create a `config.yaml` with the following parameters:
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 @@ -48,7 +48,7 @@ This integration uses OpenTelemetry Collector Contrib, not the OpenTelemetry Col

{@include: ../../_include/tracing-shipping/ruby-steps.md}



### Download and configure OpenTelemetry collector

Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/Other/opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ On deployment, your OpenTelemetry instrumentation captures spans from your appli
This integration uses OpenTelemetry Collector Contrib, not the OpenTelemetry Collector Core.
:::



### Download and configure OpenTelemetry collector

Expand Down

0 comments on commit ce19445

Please sign in to comment.