Skip to content

Commit 92f87ec

Browse files
committed
Adding a note for 12 opentelemetry app docs, after deprecation of env variable syntax in opentelemetry collector syntax
1 parent f41b78e commit 92f87ec

File tree

12 files changed

+60
-1
lines changed

12 files changed

+60
-1
lines changed

docs/integrations/app-development/opentelemetry/jmx-opentelemetry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ Below is the input required:
102102

103103
Click on the **Download YAML File** button to get the yaml file.
104104

105+
::: note
106+
For OpenTelemetry collector version >= 0.104 we recommend to use the downloaded config with environment variable as :
107+
${environment_variable}
108+
:::
109+
105110
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/JMX-OpenTelemetry/JMX-OTEL-YAML.png' style={{border:'1px solid gray'}} alt="YAML" />
106111

107112
### Step 3: Send logs and metrics to Sumo Logic

docs/integrations/containers-orchestration/opentelemetry/activemq-opentelemetry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ Below is the input required:
136136

137137
Click on the **Download YAML File** button to get the YAML file.
138138

139+
::: note
140+
For OpenTelemetry collector version >= 0.104 we recommend to use the downloaded config with environment variable as :
141+
${environment_variable}
142+
:::
143+
139144
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/ActiveMQ-OpenTelemetry/ActiveMQ-OTEL-YAML.png' style={{border:'1px solid gray'}} alt="YAML" />
140145

141146
### Step 3: Send logs and metrics to Sumo Logic

docs/integrations/containers-orchestration/opentelemetry/rabbitmq-opentelemetry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ The log file path configured to capture RabbitMQ logs must be given here. The fi
108108

109109
You can add any custom fields which you want to tag along with the data ingested in sumo. Click on the **Download YAML File** button to get the yaml file.
110110

111+
::: note
112+
For OpenTelemetry collector version >= 0.104 we recommend to use the downloaded config with environment variable as :
113+
${environment_variable}
114+
:::
115+
111116
For Linux platform, click **Download Environment Variables File** to get the file with the password which is supposed to be set as environment variable.
112117

113118
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/RabbitMq-OpenTelemetry/RabbitMQ-YAML.png' style={{border:'1px solid gray'}} alt="YAML" />

docs/integrations/containers-orchestration/opentelemetry/vmware-opentelemetry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ In this step, we will configure the YAML file required for VMWare Collection. He
6161

6262
You can add any custom fields which you want to tag along with the data ingested in Sumo Logic. Click on the **Download YAML File** button to get the YAML file.
6363

64+
::: note
65+
For OpenTelemetry collector version >= 0.104 we recommend to use the downloaded config with environment variable as :
66+
${environment_variable}
67+
:::
68+
6469
For the Linux platform, click **Download Environment Variables File** to get the file with the password which is supposed to be set as environment variable.
6570

6671
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/VMWare-OpenTelemetry/VMWare-YAML.png' style={{border:'1px solid gray'}} alt="YAML" />

docs/integrations/databases/opentelemetry/cassandra-opentelemetry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ Below are the inputs required:
8080

8181
You can add any custom fields which you want to be tagged with the data ingested in Sumo. Click on the **Download YAML File** button to get the yaml file.
8282

83+
::: note
84+
For OpenTelemetry collector version >= 0.104 we recommend to use the downloaded config with environment variable as :
85+
${environment_variable}
86+
:::
87+
8388
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Cassandra-OpenTelemetry/Cassandra-YAML.png' style={{border:'1px solid gray'}} alt="YAML" />
8489

8590
### Step 3: Send logs to Sumo Logic

docs/integrations/databases/opentelemetry/elasticsearch-opentelemetry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ You can add any custom fields which you want to tag along with the data ingested
100100

101101
For Linux platform, click on **Download Environment Variables File** button to get the file with the password which is supposed to be set as environment variable.
102102

103+
::: note
104+
For OpenTelemetry collector version >= 0.104 we recommend to use the downloaded config with environment variable as :
105+
${environment_variable}
106+
:::
107+
103108
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Elasticsearch-OpenTelemetry/ElasticSearch-YAML.png' style={{border:'1px solid gray'}} alt="YAML" />
104109

105110
### Step 3: Send logs and metrics to Sumo Logic

docs/integrations/databases/opentelemetry/mongodb-opentelemetry.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,10 @@ Below are the inputs required:
110110

111111
You can add any custom fields which you want to tag along with the data ingested in Sumo. Click on the **Download YAML File** button to get the YAML file.
112112

113-
Click on the **Download YAML File** button to get the YAML file.
113+
::: note
114+
For OpenTelemetry collector version >= 0.104 we recommend to use the downloaded config with environment variable as :
115+
${environment_variable}
116+
:::
114117

115118
For Linux platform, click **Download Environment Variables File** to get the file with the password which is supposed to be set as environment variable.
116119

docs/integrations/databases/opentelemetry/mysql-opentelemetry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ You can add any custom fields which you want to tag along with the data ingested
132132

133133
Click on the **Download YAML File** button to get the yaml file.
134134

135+
::: note
136+
For OpenTelemetry collector version >= 0.104 we recommend to use the downloaded config with environment variable as :
137+
${environment_variable}
138+
:::
139+
135140
For Linux platform, click **Download Environment Variables File** to get the file with the password which is supposed to be set as environment variable.
136141

137142
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/MySql-OpenTelemetry/MySQL-YAML.png' style={{border:'1px solid gray'}} alt="YAML" />

docs/integrations/databases/opentelemetry/oracle-opentelemetry.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@ Below are the inputs required:
197197
You can add any custom fields which you want to tag along with the data ingested in Sumo Logic.
198198
199199
Once the details are filled, click on the **Download YAML File** button to get the yaml file.
200+
201+
::: note
202+
For OpenTelemetry collector version >= 0.104 we recommend to use the downloaded config with environment variable as :
203+
${environment_variable}
204+
:::
205+
200206
For Linux platform, click **Download Environment Variables File** to get the file with the password which is supposed to be set as environment variable.
201207
202208
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Oracle-OpenTelemetry/Oracle-YAML.png' style={{border:'1px solid gray'}} alt="YAML" />

docs/integrations/databases/opentelemetry/postgresql-opentelemetry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ Below is the required input:
119119

120120
You can add any custom fields which you want to tag along with the data ingested in Sumo. Click on the **Download YAML File** button to get the yaml file.
121121

122+
::: note
123+
For OpenTelemetry collector version >= 0.104 we recommend to use the downloaded config with environment variable as :
124+
${environment_variable}
125+
:::
126+
122127
For linux platform - Click on **Download Environment Variables File** button to get the file with the password which is supposed to be set as environment variable.
123128

124129
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Postgresql-OpenTelemetry/PostgreSQL-YAML.png' style={{border:'1px solid gray'}} alt="YAML" />

0 commit comments

Comments
 (0)