Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
if (pa.ApmAgentPython is not null) { @RenderProduct("APM Agent Python", pa.ApmAgentPython); }
if (pa.ApmAgentRuby is not null) { @RenderProduct("APM Agent Ruby", pa.ApmAgentRuby); }
if (pa.ApmAgentRum is not null) { @RenderProduct("APM Agent RUM", pa.ApmAgentRum); }
if (pa.EdotIos is not null) { @RenderProduct("OpenTelemetry iOS", pa.EdotIos); }
if (pa.EdotAndroid is not null) { @RenderProduct("OpenTelemetry Android", pa.EdotAndroid); }
if (pa.EdotDotnet is not null) { @RenderProduct("OpenTelemetry .NET", pa.EdotDotnet); }
if (pa.EdotJava is not null) { @RenderProduct("OpenTelemetry Java", pa.EdotJava); }
if (pa.EdotNode is not null) { @RenderProduct("OpenTelemetry Node.js", pa.EdotNode); }
if (pa.EdotPhp is not null) { @RenderProduct("OpenTelemetry PHP", pa.EdotPhp); }
if (pa.EdotPython is not null) { @RenderProduct("OpenTelemetry Python", pa.EdotPython); }
if (pa.EdotIos is not null) { @RenderProduct("Elastic Distribution of OpenTelemetry iOS", pa.EdotIos); }
if (pa.EdotAndroid is not null) { @RenderProduct("Elastic Distribution of OpenTelemetry Android", pa.EdotAndroid); }
if (pa.EdotDotnet is not null) { @RenderProduct("Elastic Distribution of OpenTelemetry .NET", pa.EdotDotnet); }
if (pa.EdotJava is not null) { @RenderProduct("Elastic Distribution of OpenTelemetry Java", pa.EdotJava); }
if (pa.EdotNode is not null) { @RenderProduct("Elastic Distribution of OpenTelemetry Node.js", pa.EdotNode); }
if (pa.EdotPhp is not null) { @RenderProduct("Elastic Distribution of OpenTelemetry PHP", pa.EdotPhp); }
if (pa.EdotPython is not null) { @RenderProduct("Elastic Distribution of OpenTelemetry Python", pa.EdotPython); }
}

@functions {
Expand All @@ -100,4 +100,4 @@
}
return HtmlString.Empty;
}
}
}
Loading