<?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 metrics; spring actuator; micrometer in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/117684#M846</link>
    <description>&lt;P&gt;Apologies if this is unrelated, but did you ever have an issue with Tomcat being unable to start after following the instructions from that link? I'm working on a Spring application that uses Tomcat. Going one step at a time, adding in the library to my build.gradle file returns an error on running the app that it needs DynaTrace configuration values added. Putting those together via yaml and the DynaTrace config class results in "org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat" so I was wondering if you ever came across this problem and what you may have done to solve it?&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 05 Dec 2019 15:08:44 GMT</pubDate>
    <dc:creator>greg_uctum</dc:creator>
    <dc:date>2019-12-05T15:08:44Z</dc:date>
    <item>
      <title>Custom metrics; spring actuator; micrometer</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/117679#M841</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Our application landscape consists of multiple spring boot&lt;BR /&gt;applications. Our applications have a health page, generated by spring&lt;BR /&gt;actuator.&lt;/P&gt;
&lt;P&gt;I would like to sync the health endpoints with dynatrace. In&lt;BR /&gt;order to generate a dynatrace problem if the health state is “DOWN”.&lt;/P&gt;
&lt;P&gt;The framework micrometer (&lt;A href="https://micrometer.io/docs/registry/dynatrace" target="_blank" rel="noopener"&gt;https://micrometer.io/docs/registry/dynatrace&lt;/A&gt;)&lt;BR /&gt;is used to send metrics to dynatrace. I was able to setup my project with&lt;BR /&gt;micrometer and, according to the logs, the metrics were send to dynatrace. Where&lt;BR /&gt;can I view these metrics in dynatrace? Is it possible to setup rules to create&lt;BR /&gt;a dynatrace problem?&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Christophe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 10:04:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/117679#M841</guid>
      <dc:creator>christophe_van_</dc:creator>
      <dc:date>2022-10-03T10:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Custom metrics; spring actuator; micrometer</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/117680#M842</link>
      <description>&lt;P&gt;It looks like micrometer is posting timeseries data to custom devices in Dynatrace. Are you able to see the custom devices in your Dynatrace tenant? &lt;BR /&gt;Which ID did you use?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Apr 2019 12:44:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/117680#M842</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2019-04-30T12:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Custom metrics; spring actuator; micrometer</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/117681#M843</link>
      <description>&lt;P&gt;I'm not sure what you mean with custom device. I assume I don't need to add a custom device.&lt;/P&gt;&lt;P&gt;I used the ID of the process group that is send the metrics. For example: PROCESS_GROUP_INSTANCE-6E863D93FDD6B038, the ID I used was 6E863D93FDD6B038. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Apr 2019 12:51:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/117681#M843</guid>
      <dc:creator>christophe_van_</dc:creator>
      <dc:date>2019-04-30T12:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Custom metrics; spring actuator; micrometer</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/117682#M844</link>
      <description>&lt;P&gt;It's not possible to push metrics to arbitrary entities. Metrics can be pushed only for entities of "custom device" type. Look in the left menu in Technologies and see if you have any of those custom devices. &lt;BR /&gt;&lt;BR /&gt;Looking at the code, it seems it will be named "java", unless you have configured the technologyType to a value.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Apr 2019 20:41:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/117682#M844</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2019-04-30T20:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Custom metrics; spring actuator; micrometer</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/117683#M845</link>
      <description>&lt;P&gt;To show custom device you should pick new id, not the existing one. In such case you will see those metrics on new custom network device. You should see it in technologies dashboard. &lt;/P&gt;&lt;P&gt;To have problems raised based on those metrics you need to create custom thresholds as well. As I know anomaly’s detection does not work with AI on those metrics so far.&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 May 2019 06:42:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/117683#M845</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2019-05-01T06:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Custom metrics; spring actuator; micrometer</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/117684#M846</link>
      <description>&lt;P&gt;Apologies if this is unrelated, but did you ever have an issue with Tomcat being unable to start after following the instructions from that link? I'm working on a Spring application that uses Tomcat. Going one step at a time, adding in the library to my build.gradle file returns an error on running the app that it needs DynaTrace configuration values added. Putting those together via yaml and the DynaTrace config class results in "org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat" so I was wondering if you ever came across this problem and what you may have done to solve it?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Dec 2019 15:08:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/117684#M846</guid>
      <dc:creator>greg_uctum</dc:creator>
      <dc:date>2019-12-05T15:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom metrics; spring actuator; micrometer</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/117685#M847</link>
      <description>&lt;P&gt;Does this throw any other exception or error? The issue is related to micrometer, not to Dynatrace itself. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Dec 2019 08:13:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/117685#M847</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2019-12-06T08:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Custom metrics; spring actuator; micrometer</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/117686#M848</link>
      <description>&lt;P&gt;No it does not. I know it's a micrometer issue as the library is coming from micrometer, but as this was one of the few searches I came across were someone successfully implemented it, I wanted to check and see if the previous user had had the same problem&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Dec 2019 14:12:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/117686#M848</guid>
      <dc:creator>greg_uctum</dc:creator>
      <dc:date>2019-12-06T14:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom metrics; spring actuator; micrometer</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/180266#M1724</link>
      <description>&lt;P&gt;Hello! I just wanted to let you know - and for future references - that we have published a new version of the micrometer registry for Dynatrace:&amp;nbsp;&lt;A href="https://micrometer.io/docs/registry/dynatrace" target="_blank"&gt;https://micrometer.io/docs/registry/dynatrace&lt;/A&gt;, with simplified deployment and that automatically connecting your Micrometer metrics to the topology.&lt;BR /&gt;&lt;BR /&gt;Documentation:&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/metrics/metric-ingestion/ingestion-methods/micrometer" target="_blank"&gt;https://www.dynatrace.com/support/help/how-to-use-dynatrace/metrics/metric-ingestion/ingestion-methods/micrometer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Sonja&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 09:30:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/180266#M1724</guid>
      <dc:creator>sonja</dc:creator>
      <dc:date>2022-02-07T09:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Custom metrics; spring actuator; micrometer</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/204563#M2292</link>
      <description>&lt;P&gt;Quick question, is possible to to use the ingest logs api to have spring boot actuator (spring boot 3.0 uses micrometer under the hood) to send/post logs to Dynatrance via the Log Monitoring API (&lt;SPAN&gt;https://{environmentid}.live.dynatrace.com/api/v2/logs/ingest&lt;/SPAN&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 16:54:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Custom-metrics-spring-actuator-micrometer/m-p/204563#M2292</guid>
      <dc:creator>joseph-freeman</dc:creator>
      <dc:date>2023-02-10T16:54:05Z</dc:date>
    </item>
  </channel>
</rss>

