|
69 | 69 | if (pa.ApmAgentPython is not null) { @RenderProduct("APM Agent Python", pa.ApmAgentPython); }
|
70 | 70 | if (pa.ApmAgentRuby is not null) { @RenderProduct("APM Agent Ruby", pa.ApmAgentRuby); }
|
71 | 71 | if (pa.ApmAgentRum is not null) { @RenderProduct("APM Agent RUM", pa.ApmAgentRum); }
|
72 |
| - if (pa.EdotIos is not null) { @RenderProduct("OpenTelemetry iOS", pa.EdotIos); } |
73 |
| - if (pa.EdotAndroid is not null) { @RenderProduct("OpenTelemetry Android", pa.EdotAndroid); } |
74 |
| - if (pa.EdotDotnet is not null) { @RenderProduct("OpenTelemetry .NET", pa.EdotDotnet); } |
75 |
| - if (pa.EdotJava is not null) { @RenderProduct("OpenTelemetry Java", pa.EdotJava); } |
76 |
| - if (pa.EdotNode is not null) { @RenderProduct("OpenTelemetry Node.js", pa.EdotNode); } |
77 |
| - if (pa.EdotPhp is not null) { @RenderProduct("OpenTelemetry PHP", pa.EdotPhp); } |
78 |
| - if (pa.EdotPython is not null) { @RenderProduct("OpenTelemetry Python", pa.EdotPython); } |
| 72 | + if (pa.EdotIos is not null) { @RenderProduct("EDOT iOS", pa.EdotIos); } |
| 73 | + if (pa.EdotAndroid is not null) { @RenderProduct("EDOT Android", pa.EdotAndroid); } |
| 74 | + if (pa.EdotDotnet is not null) { @RenderProduct("EDOT .NET", pa.EdotDotnet); } |
| 75 | + if (pa.EdotJava is not null) { @RenderProduct("EDOT Java", pa.EdotJava); } |
| 76 | + if (pa.EdotNode is not null) { @RenderProduct("EDOT Node.js", pa.EdotNode); } |
| 77 | + if (pa.EdotPhp is not null) { @RenderProduct("EDOT PHP", pa.EdotPhp); } |
| 78 | + if (pa.EdotPython is not null) { @RenderProduct("EDOT Python", pa.EdotPython); } |
79 | 79 | }
|
80 | 80 |
|
81 | 81 | @functions {
|
|
0 commit comments