<?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 Understand builtin:oneagent.features in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Understand-builtin-oneagent-features/m-p/282357#M37180</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm looking at monaco deploy of EasyTrade:&amp;nbsp;&lt;A href="https://github.com/Dynatrace/easytrade/blob/main/monaco/config/bizevent-capturing/config.yaml" target="_blank" rel="noopener"&gt;easytrade/monaco/config/bizevent-capturing/config.yaml at main · Dynatrace/easytrade&lt;/A&gt;&lt;BR /&gt;It deploys without problems, but what I don't understand is:&lt;/P&gt;
&lt;PRE&gt; - id: http-dotnet&lt;BR /&gt;config:&lt;BR /&gt;template: &amp;amp;template oneagent-feature.json&lt;BR /&gt;skip: false&lt;BR /&gt;parameters:&lt;BR /&gt;featureKey: SENSOR_DOTNET_BIZEVENTS_HTTP_INCOMING&lt;BR /&gt;type: &amp;amp;type&lt;BR /&gt;settings:&lt;BR /&gt;schema: builtin:oneagent.features&lt;BR /&gt;scope: environment&lt;/PRE&gt;
&lt;OL&gt;
&lt;LI&gt;&amp;nbsp;What it means "&amp;amp;type" and what it means "*type" (the other configs are similar, but instead of "&amp;amp;type" there is "*type").&lt;/LI&gt;
&lt;LI&gt;How we choose the name of the feature key?&lt;/LI&gt;
&lt;LI&gt;As far as I understand these keys are used to generate business events from requests - how can I filter the bizevents which are generated by for example the key given above: "SENSOR_DOTNET_BIZEVENTS_HTTP_INCOMING"&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This is the json of the template:&lt;/P&gt;
&lt;PRE&gt;This is the json template:&lt;BR /&gt;{&lt;BR /&gt;"enabled": true,&lt;BR /&gt;"instrumentation": true,&lt;BR /&gt;"key": "{{ .featureKey }}"&lt;BR /&gt;}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Regards, Deni&lt;/P&gt;</description>
    <pubDate>Tue, 29 Jul 2025 07:23:52 GMT</pubDate>
    <dc:creator>deni</dc:creator>
    <dc:date>2025-07-29T07:23:52Z</dc:date>
    <item>
      <title>Understand builtin:oneagent.features</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Understand-builtin-oneagent-features/m-p/282357#M37180</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm looking at monaco deploy of EasyTrade:&amp;nbsp;&lt;A href="https://github.com/Dynatrace/easytrade/blob/main/monaco/config/bizevent-capturing/config.yaml" target="_blank" rel="noopener"&gt;easytrade/monaco/config/bizevent-capturing/config.yaml at main · Dynatrace/easytrade&lt;/A&gt;&lt;BR /&gt;It deploys without problems, but what I don't understand is:&lt;/P&gt;
&lt;PRE&gt; - id: http-dotnet&lt;BR /&gt;config:&lt;BR /&gt;template: &amp;amp;template oneagent-feature.json&lt;BR /&gt;skip: false&lt;BR /&gt;parameters:&lt;BR /&gt;featureKey: SENSOR_DOTNET_BIZEVENTS_HTTP_INCOMING&lt;BR /&gt;type: &amp;amp;type&lt;BR /&gt;settings:&lt;BR /&gt;schema: builtin:oneagent.features&lt;BR /&gt;scope: environment&lt;/PRE&gt;
&lt;OL&gt;
&lt;LI&gt;&amp;nbsp;What it means "&amp;amp;type" and what it means "*type" (the other configs are similar, but instead of "&amp;amp;type" there is "*type").&lt;/LI&gt;
&lt;LI&gt;How we choose the name of the feature key?&lt;/LI&gt;
&lt;LI&gt;As far as I understand these keys are used to generate business events from requests - how can I filter the bizevents which are generated by for example the key given above: "SENSOR_DOTNET_BIZEVENTS_HTTP_INCOMING"&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This is the json of the template:&lt;/P&gt;
&lt;PRE&gt;This is the json template:&lt;BR /&gt;{&lt;BR /&gt;"enabled": true,&lt;BR /&gt;"instrumentation": true,&lt;BR /&gt;"key": "{{ .featureKey }}"&lt;BR /&gt;}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Regards, Deni&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 07:23:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Understand-builtin-oneagent-features/m-p/282357#M37180</guid>
      <dc:creator>deni</dc:creator>
      <dc:date>2025-07-29T07:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Understand builtin:oneagent.features</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Understand-builtin-oneagent-features/m-p/282426#M37191</link>
      <description>&lt;OL&gt;&lt;LI&gt;The &amp;amp; and * are used for YAML anchors, so the configuration is simpler and more easy to read.&lt;/LI&gt;&lt;LI&gt;Name of the feature key is actually the feature key that gets configured in API. You can see those values in&amp;nbsp;Settings &amp;gt;&amp;nbsp;Preferences &amp;gt;&amp;nbsp;OneAgent features (available in the API section under 3dot menu).&lt;/LI&gt;&lt;LI&gt;These features only enable some OneAgent feature flags. Capturing definition is in this monaco project is here&amp;nbsp;&lt;A href="https://github.com/Dynatrace/easytrade/blob/main/monaco/bizevents/config.yaml" target="_blank"&gt;https://github.com/Dynatrace/easytrade/blob/main/monaco/bizevents/config.yaml&lt;/A&gt;&amp;nbsp;.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 28 Jul 2025 16:07:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Understand-builtin-oneagent-features/m-p/282426#M37191</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-07-28T16:07:12Z</dc:date>
    </item>
  </channel>
</rss>

