<?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: is it possible to rename dynatrace otel collector with a windows host name in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-rename-Dynatrace-OTel-collector-with-a-Windows/m-p/292878#M38453</link>
    <description>&lt;P&gt;I did give that config a shot but it doesn't seem to work.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jan 2026 20:59:48 GMT</pubDate>
    <dc:creator>kamodgautam</dc:creator>
    <dc:date>2026-01-12T20:59:48Z</dc:date>
    <item>
      <title>Is it possible to rename Dynatrace OTel collector with a Windows host name</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-rename-Dynatrace-OTel-collector-with-a-Windows/m-p/292625#M38422</link>
      <description>&lt;P&gt;I have a Dynatrace OTel collector installed on a Windows VM and have enabled OTel collector self-health check. However in the out of the box OTel dashboard, I see the service name as dynatrace-otel-collector even if they are installed in separate VMs. Is it possible to rename the service name to reflect the hostname so we can distinguish the data based on hostnames?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2026 07:58:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-rename-Dynatrace-OTel-collector-with-a-Windows/m-p/292625#M38422</guid>
      <dc:creator>kamodgautam</dc:creator>
      <dc:date>2026-01-15T07:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible to rename dynatrace otel collector with a windows host name</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-rename-Dynatrace-OTel-collector-with-a-Windows/m-p/292670#M38431</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;You can try updating your otel-collector-config.yaml and add a resource processor to override service.name with the host name:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;processors:
  resource:
    attributes:
      - key: service.name
        from_attribute: host.name
        action: upsert&lt;/LI-CODE&gt;&lt;P&gt;Make sure the processor is used in the pipeline:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;service:
  pipelines:
    metrics:
      receivers: [otlp]
      processors: [resource]
      exporters: [otlphttp]&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Alternatively, you can set the service name manually per VM, for example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;processors:
  resource:
    attributes:
      - key: service.name
        value: dynatrace-otel-collector-${HOSTNAME}
        action: upsert&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 11:53:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-rename-Dynatrace-OTel-collector-with-a-Windows/m-p/292670#M38431</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2026-01-08T11:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible to rename dynatrace otel collector with a windows host name</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-rename-Dynatrace-OTel-collector-with-a-Windows/m-p/292878#M38453</link>
      <description>&lt;P&gt;I did give that config a shot but it doesn't seem to work.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2026 20:59:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-rename-Dynatrace-OTel-collector-with-a-Windows/m-p/292878#M38453</guid>
      <dc:creator>kamodgautam</dc:creator>
      <dc:date>2026-01-12T20:59:48Z</dc:date>
    </item>
  </channel>
</rss>

