|
183 | 183 |
|
184 | 184 | if (pa.EdotIos is not null) |
185 | 185 | { |
186 | | - @RenderProduct("EDOT iOS", "Elastic Distributions of OpenTelemetry for iOS", VersioningSystemId.EdotIos, pa.EdotIos) |
| 186 | + @RenderProduct("EDOT iOS", "Elastic Distribution of OpenTelemetry iOS", VersioningSystemId.EdotIos, pa.EdotIos) |
187 | 187 | ; |
188 | 188 | } |
189 | 189 |
|
190 | 190 | if (pa.EdotAndroid is not null) |
191 | 191 | { |
192 | | - @RenderProduct("EDOT Android", "Elastic Distributions of OpenTelemetry for Android", VersioningSystemId.EdotAndroid, pa.EdotAndroid) |
| 192 | + @RenderProduct("EDOT Android", "Elastic Distribution of OpenTelemetry Android", VersioningSystemId.EdotAndroid, pa.EdotAndroid) |
193 | 193 | ; |
194 | 194 | } |
195 | 195 |
|
196 | 196 | if (pa.EdotDotnet is not null) |
197 | 197 | { |
198 | | - @RenderProduct("EDOT .NET", " Elastic Distributions of OpenTelemetry for .NET", VersioningSystemId.EdotDotnet, pa.EdotDotnet) |
| 198 | + @RenderProduct("EDOT .NET", "Elastic Distribution of OpenTelemetry .NET", VersioningSystemId.EdotDotnet, pa.EdotDotnet) |
199 | 199 | ; |
200 | 200 | } |
201 | 201 |
|
202 | 202 | if (pa.EdotJava is not null) |
203 | 203 | { |
204 | | - @RenderProduct("EDOT Java", "Elastic Distributions of OpenTelemetry for Java", VersioningSystemId.EdotJava, pa.EdotJava) |
| 204 | + @RenderProduct("EDOT Java", "Elastic Distribution of OpenTelemetry Java", VersioningSystemId.EdotJava, pa.EdotJava) |
205 | 205 | ; |
206 | 206 | } |
207 | 207 |
|
208 | 208 | if (pa.EdotNode is not null) |
209 | 209 | { |
210 | | - @RenderProduct("EDOT Node.js", "Elastic Distributions of OpenTelemetry for Node.js", VersioningSystemId.EdotNode, pa.EdotNode) |
| 210 | + @RenderProduct("EDOT Node.js", "Elastic Distribution of OpenTelemetry Node.js", VersioningSystemId.EdotNode, pa.EdotNode) |
211 | 211 | ; |
212 | 212 | } |
213 | 213 |
|
214 | 214 | if (pa.EdotPhp is not null) |
215 | 215 | { |
216 | | - @RenderProduct("EDOT PHP", "Elastic Distributions of OpenTelemetry for PHP", VersioningSystemId.ApmAgentPhp, pa.EdotPhp) |
| 216 | + @RenderProduct("EDOT PHP", "Elastic Distribution of OpenTelemetry PHP", VersioningSystemId.ApmAgentPhp, pa.EdotPhp) |
217 | 217 | ; |
218 | 218 | } |
219 | 219 |
|
220 | 220 | if (pa.EdotPython is not null) |
221 | 221 | { |
222 | | - @RenderProduct("EDOT Python", "Elastic Distributions of OpenTelemetry for Python", VersioningSystemId.EdotPython, pa.EdotPython) |
| 222 | + @RenderProduct("EDOT Python", "Elastic Distribution of OpenTelemetry Python", VersioningSystemId.EdotPython, pa.EdotPython) |
| 223 | + ; |
| 224 | + } |
| 225 | + |
| 226 | + if (pa.EdotCfAws is not null) |
| 227 | + { |
| 228 | + @RenderProduct("EDOT CF AWS", "Elastic Distribution of OpenTelemetry Cloud Forwarder for AWS", VersioningSystemId.EdotCfAws, pa.EdotCfAws) |
223 | 229 | ; |
224 | 230 | } |
225 | 231 | } |
|
0 commit comments