<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Monitor Blazor WASM Containers w/ OTEL in OTel</title>
    <link>https://community.dynatrace.com/t5/OTel/Monitor-Blazor-WASM-Containers-w-OTEL/m-p/301850#M417</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/75310"&gt;@yniasreynders96&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The recommended pattern is to never send OTLP directly from the browser to Dynatrace. Instead, use a backend proxy/collector pattern:&lt;/P&gt;&lt;P&gt;Blazor WASM (browser) → Your Backend API (token-free) → OTel Collector → Dynatrace&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Native OneAgent Support for WASM -&amp;nbsp;No, and it's unlikely to come. OneAgent requires a server-side runtime to attach to (JVM, CLR, Node.js process, etc.). Blazor WASM runs entirely in the browser sandbox — there's no process for OneAgent to hook into. OpenTelemetry is the correct and future-proof approach here.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Since you're on Dynatrace Managed (no public OTLP ingest endpoint), the recommended architecture is:&lt;/P&gt;&lt;P&gt;Blazor WASM → Backend Proxy (no token) → OTel Collector (internal network) → ActiveGate → Dynatrace Managed&lt;BR /&gt;Steps:&lt;/P&gt;&lt;P&gt;Deploy an OTel Collector internally (same network as your ActiveGate)&lt;BR /&gt;Configure the OTel Collector exporter to send to your ActiveGate's OTLP endpoint (ActiveGate can act as an OTLP ingest point for Managed)&lt;BR /&gt;Your Blazor WASM app sends traces to your backend proxy (no tokens exposed)&lt;BR /&gt;Backend forwards to the internal OTel Collector&lt;BR /&gt;OTel Collector exports to ActiveGate → Dynatrace Managed&lt;BR /&gt;You do NOT need to expose a public OTLP endpoint. Keep everything internal behind your backend proxy.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jul 2026 06:48:04 GMT</pubDate>
    <dc:creator>sujit_k_singh</dc:creator>
    <dc:date>2026-07-14T06:48:04Z</dc:date>
    <item>
      <title>Monitor Blazor WASM Containers w/ OTEL</title>
      <link>https://community.dynatrace.com/t5/OTel/Monitor-Blazor-WASM-Containers-w-OTEL/m-p/299814#M370</link>
      <description>&lt;P&gt;Blazor WebAssembly (WASM) applications run entirely inside the user’s browser. Because of this, Dynatrace OneAgent cannot instrument them—there’s no server‑side runtime for the agent to attach to. As a result, &lt;STRONG&gt;OpenTelemetry is currently the only practical way to collect observability data&lt;/STRONG&gt; from WASM apps. (&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/AKS-WASM-node-pools-troubleshooting/ta-p/251156" target="_blank" rel="noopener"&gt;AKS WASM node-pools troubleshooting - Dynatrace Community&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;I found an example OTEL setup for Blazor WASM on the New Relic site: (&lt;A href="https://newrelic.com/blog/apm/how-to-observe-your-blazor-webassembly-application-with-opentelemetry-and-real-user-monitoring?utm_source=copilot.com" target="_blank" rel="noopener"&gt;https://newrelic.com/blog/apm/how-to-observe-your-blazor-webassembly-application-with-opentelemetry-and-real-user-monitoring?utm_source=copilot.com&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This approach works, but it exposes OTEL tokens in the client‑side code, which we want to avoid if possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So my questions are:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Is there a recommended or best‑practice way to instrument Blazor WASM with OpenTelemetry without exposing tokens in the browser?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Is Dynatrace working on native OneAgent support for WASM workloads?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Since we are running Dynatrace Managed, we don’t have a public OTEL ingest endpoint—should we expose one, or is there a better pattern for routing OTEL data securely?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;We’re looking for guidance on the safest and most future‑proof way to handle OTEL ingestion for WASM applications in a Dynatrace Managed environment.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 07:52:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/OTel/Monitor-Blazor-WASM-Containers-w-OTEL/m-p/299814#M370</guid>
      <dc:creator>yniasreynders96</dc:creator>
      <dc:date>2026-05-21T07:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor Blazor WASM Containers w/ OTEL</title>
      <link>https://community.dynatrace.com/t5/OTel/Monitor-Blazor-WASM-Containers-w-OTEL/m-p/301850#M417</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/75310"&gt;@yniasreynders96&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The recommended pattern is to never send OTLP directly from the browser to Dynatrace. Instead, use a backend proxy/collector pattern:&lt;/P&gt;&lt;P&gt;Blazor WASM (browser) → Your Backend API (token-free) → OTel Collector → Dynatrace&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Native OneAgent Support for WASM -&amp;nbsp;No, and it's unlikely to come. OneAgent requires a server-side runtime to attach to (JVM, CLR, Node.js process, etc.). Blazor WASM runs entirely in the browser sandbox — there's no process for OneAgent to hook into. OpenTelemetry is the correct and future-proof approach here.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Since you're on Dynatrace Managed (no public OTLP ingest endpoint), the recommended architecture is:&lt;/P&gt;&lt;P&gt;Blazor WASM → Backend Proxy (no token) → OTel Collector (internal network) → ActiveGate → Dynatrace Managed&lt;BR /&gt;Steps:&lt;/P&gt;&lt;P&gt;Deploy an OTel Collector internally (same network as your ActiveGate)&lt;BR /&gt;Configure the OTel Collector exporter to send to your ActiveGate's OTLP endpoint (ActiveGate can act as an OTLP ingest point for Managed)&lt;BR /&gt;Your Blazor WASM app sends traces to your backend proxy (no tokens exposed)&lt;BR /&gt;Backend forwards to the internal OTel Collector&lt;BR /&gt;OTel Collector exports to ActiveGate → Dynatrace Managed&lt;BR /&gt;You do NOT need to expose a public OTLP endpoint. Keep everything internal behind your backend proxy.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 06:48:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/OTel/Monitor-Blazor-WASM-Containers-w-OTEL/m-p/301850#M417</guid>
      <dc:creator>sujit_k_singh</dc:creator>
      <dc:date>2026-07-14T06:48:04Z</dc:date>
    </item>
  </channel>
</rss>

