<?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: Custom events for alerting from OpenTelemetry in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/188190#M21300</link>
    <description>&lt;P&gt;The span services were introduced on version 1.238 (SaaS), not sure about Managed.&lt;/P&gt;&lt;P&gt;You can try to update the version to get it automatically or define your own manually.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/shortlink/custom-topology#define-new-entity-type" target="_blank"&gt;https://www.dynatrace.com/support/help/shortlink/custom-topology#define-new-entity-type&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here are the rules for the span services that is created since 1.238 version:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-06-09 at 16.50.00.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/6048i738B77FD43594849/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2022-06-09 at 16.50.00.png" alt="Screen Shot 2022-06-09 at 16.50.00.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-06-09 at 16.47.33.png" style="width: 624px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/6047i3B137B4B466C92E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2022-06-09 at 16.47.33.png" alt="Screen Shot 2022-06-09 at 16.47.33.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jun 2022 19:50:32 GMT</pubDate>
    <dc:creator>dannemca</dc:creator>
    <dc:date>2022-06-09T19:50:32Z</dc:date>
    <item>
      <title>Custom events for alerting from OpenTelemetry</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/187960#M21253</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to know if there is a possibility to use from&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;OpenTelemetry traces&amp;gt;ConfigurationData.find&amp;gt;Timing section to create Custom events for alerting.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 12:42:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/187960#M21253</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-07T12:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom events for alerting from OpenTelemetry</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/187999#M21261</link>
      <description>&lt;P&gt;Hi, sp&lt;/P&gt;&lt;P&gt;Try to use the&amp;nbsp;builtin:span_responsetime metric, and split the dimension by span.kind, filtering by the resulting span service from your ingestion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check if this fit for your need.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-06-07 at 16.48.28.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/6012iB6C56E030F284CEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-06-07 at 16.48.28.png" alt="Screen Shot 2022-06-07 at 16.48.28.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-06-07 at 16.48.11.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/6013i3FA710E9425F4B7A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-06-07 at 16.48.11.png" alt="Screen Shot 2022-06-07 at 16.48.11.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 19:50:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/187999#M21261</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2022-06-07T19:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Custom events for alerting from OpenTelemetry</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/188000#M21262</link>
      <description>&lt;P&gt;Hi,&amp;nbsp; in code for metric, you have spin.kind. And in the first screen health controller index. This means that you set span kind for&amp;nbsp;health controller index? I cannot relate both screens together. However very insightful for me at first place.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 20:54:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/188000#M21262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-07T20:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Custom events for alerting from OpenTelemetry</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/188003#M21264</link>
      <description>&lt;P&gt;HealthController#index is the trace name, indeed you will not be able to use it as a filter for the metric monitoring, but you can monitor the span service where this trace is associated with, and then, the monitoring will be done on all the traces.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 21:12:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/188003#M21264</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2022-06-07T21:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Custom events for alerting from OpenTelemetry</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/188004#M21265</link>
      <description>&lt;P&gt;I wrote the following but got no response:&lt;BR /&gt;&lt;BR /&gt;builtin:span_responsetime:filter(and(in("dt.entity.span:service",entitySelector("type(span:service),entityId(~"SERVICE-A0248DA9AF8D0000~")")))):splitBy("span.kind"):avg:auto:sort(value(avg,descending)):limit(100)&lt;BR /&gt;&lt;BR /&gt;I assume from my span: kind is by me&amp;nbsp; "client". And Operation is "&lt;SPAN&gt;ConfigurationData.find", (where this appears by me as "HealthController#index"&amp;nbsp;in your case) .&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;And by my app, only trace from&amp;nbsp;OpenTelemetry is integrated and nothing more. If other steps should be done to get back entries from this query?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Plus: pure "builtin:span_responsetime" does not work, as well, any idea, what could be the reason?&lt;/P&gt;&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 12:49:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/188004#M21265</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-08T12:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Custom events for alerting from OpenTelemetry</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/188077#M21278</link>
      <description>&lt;P&gt;How are you instrumenting the OpenTelemetry to get the ingested traces?&lt;/P&gt;&lt;P&gt;If you are using the OT instrumentation, you should see a service span type on your service list... but if you look closer, they are not services, but Custom devices.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-06-08 at 11.55.10.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/6035i8DAA7356C4E023FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2022-06-08 at 11.55.10.png" alt="Screen Shot 2022-06-08 at 11.55.10.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This was added to the SaaS version 1.238,&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/shortlink/release-notes-saas-sprint-238#services-for-opentelemetry-traces-ingested-via-the-trace-ingest-api" target="_blank"&gt;https://www.dynatrace.com/support/help/shortlink/release-notes-saas-sprint-238#services-for-opentelemetry-traces-ingested-via-the-trace-ingest-api&lt;/A&gt;&lt;/P&gt;&lt;P&gt;not sure about Managed (found nothing on release notes)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, if you are seeing those span services on your env, I suggest to try the Explore Data on Build mode, instead code, to make things easy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-06-08 at 12.02.27.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/6036iD0D2DAB9D09D4BC5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2022-06-08 at 12.02.27.png" alt="Screen Shot 2022-06-08 at 12.02.27.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Or do this, to make even easier:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-06-08 at 12.03.05.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/6037iB110D668E35AC1D4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2022-06-08 at 12.03.05.png" alt="Screen Shot 2022-06-08 at 12.03.05.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 15:04:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/188077#M21278</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2022-06-08T15:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom events for alerting from OpenTelemetry</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/188078#M21279</link>
      <description>&lt;P&gt;&lt;A href="https://opentelemetry.io/docs/instrumentation/go/getting-started/#trace-instrumentation" target="_blank"&gt;https://opentelemetry.io/docs/instrumentation/go/getting-started/#trace-instrumentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;applied this approach here. Instrumenting trace. and under services don't have span service in UI..&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 15:23:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/188078#M21279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-08T15:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Custom events for alerting from OpenTelemetry</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/188084#M21280</link>
      <description>&lt;P&gt;What is the version of your Dynatrace tenant? Is it SaaS or Managed?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 16:29:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/188084#M21280</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2022-06-08T16:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Custom events for alerting from OpenTelemetry</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/188143#M21287</link>
      <description>&lt;P&gt;1.236.119.20220321-160129 and is managed&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 11:49:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/188143#M21287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-09T11:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Custom events for alerting from OpenTelemetry</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/188190#M21300</link>
      <description>&lt;P&gt;The span services were introduced on version 1.238 (SaaS), not sure about Managed.&lt;/P&gt;&lt;P&gt;You can try to update the version to get it automatically or define your own manually.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/shortlink/custom-topology#define-new-entity-type" target="_blank"&gt;https://www.dynatrace.com/support/help/shortlink/custom-topology#define-new-entity-type&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here are the rules for the span services that is created since 1.238 version:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-06-09 at 16.50.00.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/6048i738B77FD43594849/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2022-06-09 at 16.50.00.png" alt="Screen Shot 2022-06-09 at 16.50.00.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-06-09 at 16.47.33.png" style="width: 624px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/6047i3B137B4B466C92E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2022-06-09 at 16.47.33.png" alt="Screen Shot 2022-06-09 at 16.47.33.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 19:50:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Custom-events-for-alerting-from-OpenTelemetry/m-p/188190#M21300</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2022-06-09T19:50:32Z</dc:date>
    </item>
  </channel>
</rss>

