<?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 micrometer metrics with dynatrace not showing on Dynatrace in Automations</title>
    <link>https://community.dynatrace.com/t5/Automations/micrometer-metrics-with-dynatrace-not-showing-on-Dynatrace/m-p/182119#M440</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;Im wokring on integrating micrometer with dynatrace minoring for app metrics, I see some metrics from mcirometer registry.(simple registry). im facing some issue while getting the data to Dyna UI.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;see that the API returned 202 when called api/metrics/ingest 9v2) api.api logs for the same exporter v2 is missing from app logs. how do I go about troubleshooting this ? would appreciate the help..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is the config used for app:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;management.metrics.export.dynatrace&lt;/SPAN&gt;:&lt;BR /&gt;  &lt;SPAN&gt;# Required only if not using the OneAgent endpoint&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;  # For SaaS: https://{your-environment-id}.live.dynatrace.com/api/v2/metrics/ingest&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;  # For managed deployments: https://{your-domain}/e/{your-environment-id}/api/v2/metrics/ingest&lt;BR /&gt;&lt;/SPAN&gt;  &lt;SPAN&gt;uri&lt;/SPAN&gt;: &amp;lt;URI&amp;gt;&lt;BR /&gt;&lt;BR /&gt;  &lt;SPAN&gt;# should be read from a secure source&lt;BR /&gt;&lt;/SPAN&gt;  &lt;SPAN&gt;api-token&lt;/SPAN&gt;: &amp;lt;API-Token&amp;gt;&lt;BR /&gt;&lt;BR /&gt;  &lt;SPAN&gt;# These properties can only be used with the v2 exporter.&lt;BR /&gt;&lt;/SPAN&gt;  &lt;SPAN&gt;v2&lt;/SPAN&gt;:&lt;BR /&gt;    &lt;SPAN&gt;# Sets a prefix that is prepended to each exported metric key.&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;metric-key-prefix&lt;/SPAN&gt;: scmtesting1&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;# If set to true and a local OneAgent or operator is running, retrieves metadata&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;    # and adds it as additional dimensions to all data points (default: true)&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;enrich-with-dynatrace-metadata&lt;/SPAN&gt;: true&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;# Sets an arbitrary number of key-value pairs as default dimensions.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;    # Micrometer tags will overwrite these dimensions, if they have the same key.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;    # Each exported metric will contain these dimensions.&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;default-dimensions&lt;/SPAN&gt;:&lt;BR /&gt;      &lt;SPAN&gt;stack&lt;/SPAN&gt;: &lt;SPAN&gt;"anscdev2"&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;# The export interval in which metrics are sent to Dynatrace (default: 60s).&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;step&lt;/SPAN&gt;: 60s&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;Krithika S&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2022 11:49:11 GMT</pubDate>
    <dc:creator>Krithikaselvapa</dc:creator>
    <dc:date>2022-03-30T11:49:11Z</dc:date>
    <item>
      <title>micrometer metrics with dynatrace not showing on Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Automations/micrometer-metrics-with-dynatrace-not-showing-on-Dynatrace/m-p/182119#M440</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;Im wokring on integrating micrometer with dynatrace minoring for app metrics, I see some metrics from mcirometer registry.(simple registry). im facing some issue while getting the data to Dyna UI.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;see that the API returned 202 when called api/metrics/ingest 9v2) api.api logs for the same exporter v2 is missing from app logs. how do I go about troubleshooting this ? would appreciate the help..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is the config used for app:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;management.metrics.export.dynatrace&lt;/SPAN&gt;:&lt;BR /&gt;  &lt;SPAN&gt;# Required only if not using the OneAgent endpoint&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;  # For SaaS: https://{your-environment-id}.live.dynatrace.com/api/v2/metrics/ingest&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;  # For managed deployments: https://{your-domain}/e/{your-environment-id}/api/v2/metrics/ingest&lt;BR /&gt;&lt;/SPAN&gt;  &lt;SPAN&gt;uri&lt;/SPAN&gt;: &amp;lt;URI&amp;gt;&lt;BR /&gt;&lt;BR /&gt;  &lt;SPAN&gt;# should be read from a secure source&lt;BR /&gt;&lt;/SPAN&gt;  &lt;SPAN&gt;api-token&lt;/SPAN&gt;: &amp;lt;API-Token&amp;gt;&lt;BR /&gt;&lt;BR /&gt;  &lt;SPAN&gt;# These properties can only be used with the v2 exporter.&lt;BR /&gt;&lt;/SPAN&gt;  &lt;SPAN&gt;v2&lt;/SPAN&gt;:&lt;BR /&gt;    &lt;SPAN&gt;# Sets a prefix that is prepended to each exported metric key.&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;metric-key-prefix&lt;/SPAN&gt;: scmtesting1&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;# If set to true and a local OneAgent or operator is running, retrieves metadata&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;    # and adds it as additional dimensions to all data points (default: true)&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;enrich-with-dynatrace-metadata&lt;/SPAN&gt;: true&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;# Sets an arbitrary number of key-value pairs as default dimensions.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;    # Micrometer tags will overwrite these dimensions, if they have the same key.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;    # Each exported metric will contain these dimensions.&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;default-dimensions&lt;/SPAN&gt;:&lt;BR /&gt;      &lt;SPAN&gt;stack&lt;/SPAN&gt;: &lt;SPAN&gt;"anscdev2"&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;# The export interval in which metrics are sent to Dynatrace (default: 60s).&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;step&lt;/SPAN&gt;: 60s&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;Krithika S&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 11:49:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/micrometer-metrics-with-dynatrace-not-showing-on-Dynatrace/m-p/182119#M440</guid>
      <dc:creator>Krithikaselvapa</dc:creator>
      <dc:date>2022-03-30T11:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: micrometer metrics with dynatrace not showing on Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Automations/micrometer-metrics-with-dynatrace-not-showing-on-Dynatrace/m-p/182137#M441</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Krithika!&lt;BR /&gt;&lt;BR /&gt;are you trying to export Micrometer metrics to Dynatrace? you mention you see some metrics - where do you see them? are you missing any?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;in case you are not seeing any metrics in Dynatrace, you could check if you have included the Gradle or maven decencies in your application:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sonja_0-1646820585752.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/4717i4DF6213C57B58ACC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sonja_0-1646820585752.png" alt="sonja_0-1646820585752.png" /&gt;&lt;/span&gt;&lt;BR /&gt;From the documentation:&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/metrics/metric-ingestion/ingestion-methods/micrometer#expand--maven--2" target="_blank"&gt;https://www.dynatrace.com/support/help/how-to-use-dynatrace/metrics/metric-ingestion/ingestion-methods/micrometer#expand--maven--2&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;This integration is only for exporting metrics. Are you looking into exporting logs to Dynatrace as well?&lt;BR /&gt;Feel free to share more details about what you are trying to achieve.&lt;BR /&gt;&lt;BR /&gt;Sonja&lt;BR /&gt;&lt;BR /&gt;P.S: for security purposes, I have removed the URL and token from the configuration file. They both looked ok to me.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 10:10:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/micrometer-metrics-with-dynatrace-not-showing-on-Dynatrace/m-p/182137#M441</guid>
      <dc:creator>sonja</dc:creator>
      <dc:date>2022-03-09T10:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: micrometer metrics with dynatrace not showing on Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Automations/micrometer-metrics-with-dynatrace-not-showing-on-Dynatrace/m-p/182159#M442</link>
      <description>&lt;P&gt;Hi, Gm.&lt;/P&gt;&lt;P&gt;yes im exporting micrometer metric to dynatrace .yes I have dependency to latest 1.8.3 in my app.metrics are exported with registry. but I dont see the logging of any api error or reply in app logs. it remains silent. Nor does it appear in dyna UI , so its not exported as of now. how could I go about troubleshooting this..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 15:24:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/micrometer-metrics-with-dynatrace-not-showing-on-Dynatrace/m-p/182159#M442</guid>
      <dc:creator>Krithikaselvapa</dc:creator>
      <dc:date>2022-03-09T15:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: micrometer metrics with dynatrace not showing on Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Automations/micrometer-metrics-with-dynatrace-not-showing-on-Dynatrace/m-p/182162#M443</link>
      <description>&lt;P&gt;im mostly trying to achieve the metrics integration only not for logs for now. the logs I spoke where from the app side logs for debugging purposes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 17:11:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/micrometer-metrics-with-dynatrace-not-showing-on-Dynatrace/m-p/182162#M443</guid>
      <dc:creator>Krithikaselvapa</dc:creator>
      <dc:date>2022-03-09T17:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: micrometer metrics with dynatrace not showing on Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Automations/micrometer-metrics-with-dynatrace-not-showing-on-Dynatrace/m-p/182223#M444</link>
      <description>&lt;P&gt;Have you already tried to change the log level (see &lt;A href="https://www.dynatrace.com/support/help/shortlink/micrometer-metrics-ingest#troubleshooting-with-logs" target="_blank" rel="noopener"&gt;https://www.dynatrace.com/support/help/shortlink/micrometer-metrics-ingest#troubleshooting-with-logs&lt;/A&gt;)&lt;/P&gt;&lt;PRE&gt;logging.level.io.micrometer.dynatrace: DEBUG&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;If you have tried and are not getting any additional information, I would recommend opening a support ticket for our team to have a closer look.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Sonja&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 17:23:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/micrometer-metrics-with-dynatrace-not-showing-on-Dynatrace/m-p/182223#M444</guid>
      <dc:creator>sonja</dc:creator>
      <dc:date>2022-03-11T17:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: micrometer metrics with dynatrace not showing on Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Automations/micrometer-metrics-with-dynatrace-not-showing-on-Dynatrace/m-p/182269#M445</link>
      <description>&lt;P&gt;ok sure. I did.&lt;/P&gt;&lt;PRE&gt;jdbc.connections.active,dt.metrics.source=micrometer,dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-F7386E06F851A856,name=directory,dt.entity.host=HOST-656FD45094DD7463 gauge,0.0 1646953620009
jvm.memory.max,area=heap,dt.metrics.source=micrometer,dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-F7386E06F851A856,id=G1\ Old\ Gen,dt.entity.host=HOST-656FD45094DD7463 gauge,8.05306368E8 1646953620009
system.cpu.count,dt.metrics.source=micrometer,dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-F7386E06F851A856,dt.entity.host=HOST-656FD45094DD7463 gauge,32.0 1646953620009
http.server.requests,exception=None,method=GET,dt.metrics.source=micrometer,dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-F7386E06F851A856,uri=/persistence/directory/listReviewTypeCodeGroups,outcome=SUCCESS,status=200,dt.entity.host=HOST-656FD45094DD7463 gauge,min=204.459227,max=204.459227,sum=204.459227,count=1 1646953620010
jdbc.connections.idle,dt.metrics.source=micrometer,dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-F7386E06F851A856,name=community,dt.entity.host=HOST-656FD45094DD7463 gauge,1.0 1646953620010
hikaricp.connections,dt.metrics.source=micrometer,dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-F7386E06F851A856,pool=HANA_BUYER2,dt.entity.host=HOST-656FD45094DD7463 gauge,1.0 1646953620010&lt;/PRE&gt;&lt;P&gt;now I dont see my custom metrics to the logs only system metrics are coming up. so how should I publish the custom micro meter metric to dynaexporter v2 ? are you guys doing it automatically or need I do something.. with statsd to dynatrace ?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 23:37:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/micrometer-metrics-with-dynatrace-not-showing-on-Dynatrace/m-p/182269#M445</guid>
      <dc:creator>Krithikaselvapa</dc:creator>
      <dc:date>2022-03-10T23:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: micrometer metrics with dynatrace not showing on Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Automations/micrometer-metrics-with-dynatrace-not-showing-on-Dynatrace/m-p/182348#M446</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for helping me triage the work on Dynatrace integration. I was able to integrate with debug logs to see where the registry mismatch was there. actually for prod system I had to use dynatrace meter registry and not simple meter registry which does the job.. thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 22:35:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/micrometer-metrics-with-dynatrace-not-showing-on-Dynatrace/m-p/182348#M446</guid>
      <dc:creator>Krithikaselvapa</dc:creator>
      <dc:date>2022-03-11T22:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: micrometer metrics with dynatrace not showing on Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Automations/micrometer-metrics-with-dynatrace-not-showing-on-Dynatrace/m-p/182368#M447</link>
      <description>&lt;P&gt;great news! thanks for letting me know you were able to find the issue.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 06:57:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/micrometer-metrics-with-dynatrace-not-showing-on-Dynatrace/m-p/182368#M447</guid>
      <dc:creator>sonja</dc:creator>
      <dc:date>2022-03-14T06:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: micrometer metrics with dynatrace not showing on Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Automations/micrometer-metrics-with-dynatrace-not-showing-on-Dynatrace/m-p/298940#M2569</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/1281"&gt;@sonja&lt;/a&gt;&amp;nbsp;, i am exporting Dynatrace metrics in a similar way, but facing an issue while querying the count over a period of time for a metric of type Timer, which is exported as a gauge by micrometer-dynatrace-registry.&lt;BR /&gt;It will be of great help, if you can look into the following ticket -&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.dynatrace.com/t5/Open-Q-A/Unable-to-query-on-a-micrometer-timer-metric-with-respect-to/td-p/298939" target="_self"&gt;https://community.dynatrace.com/t5/Open-Q-A/Unable-to-query-on-a-micrometer-timer-metric-with-respect-to/td-p/298939&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 15:49:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/micrometer-metrics-with-dynatrace-not-showing-on-Dynatrace/m-p/298940#M2569</guid>
      <dc:creator>amitkumar4</dc:creator>
      <dc:date>2026-05-04T15:49:07Z</dc:date>
    </item>
  </channel>
</rss>

