<?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: Monaco support state management in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Monaco-support-state-management/m-p/293555#M38516</link>
    <description>&lt;P&gt;Does anyone have experience with using state stored in Gitlab / Github or similar with the terraform module?&lt;/P&gt;&lt;P&gt;The lineages does not work for me when I do multiple -import state with the terraform module&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jan 2026 10:50:02 GMT</pubDate>
    <dc:creator>tarjei_statkraf</dc:creator>
    <dc:date>2026-01-23T10:50:02Z</dc:date>
    <item>
      <title>Monaco support state management</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monaco-support-state-management/m-p/256364#M33841</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Does Monaco support state like Terraform?&lt;/P&gt;
&lt;P&gt;Ex. If dashboard already exists in the target and you modify it in the source system. When performing the push with Monaco will Monaco recognize the same dashboard exists but just needs to be updated? Or will it create a duplicate dashboard with the updated changes?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 06:42:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monaco-support-state-management/m-p/256364#M33841</guid>
      <dc:creator>RishiSuthar</dc:creator>
      <dc:date>2025-08-05T06:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Monaco support state management?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monaco-support-state-management/m-p/256412#M33844</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/50148"&gt;@RishiSuthar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think monaco does not yet support state management similar to terraform does . It just applies the config based on the current sate of the configuration file , however if you are trying to make changes to config and apply to an existing dashboard in your environment it can check if a dashboard with similar config already exists and update the dashboard with changes&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 00:59:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monaco-support-state-management/m-p/256412#M33844</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2024-09-19T00:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Monaco support state management?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monaco-support-state-management/m-p/282941#M37250</link>
      <description>&lt;P&gt;Hi Rishi,&lt;/P&gt;&lt;P&gt;To help you answer this question with detailed accurancy, I prepared this answer based on our POC results that we used to compare Monaco vs Terraform, I hope this is useful to you and to anyone in the community who is asking the same question.&lt;/P&gt;&lt;P&gt;Monaco CLI does not support state management in the same way as Terraform does but is not a big issue to manage.&lt;/P&gt;&lt;P&gt;What Monaco Does Instead&lt;/P&gt;&lt;P&gt;Monaco applies configurations based on the current state of your source files, not by tracking the target environment’s state.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It performs idempotent updates—meaning if a dashboard or config already exists, Monaco will attempt to update it rather than duplicate it.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;There’s no .tfstate equivalent, no drift detection, and no rollback mechanism built into Monaco.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Implications for Your Workflows&lt;/P&gt;&lt;P&gt;Given your focus on governance and automation integrity:&lt;/P&gt;&lt;P&gt;You’ll need to validate configurations manually or via dry runs before applying them.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For environments with frequent changes, consider external tracking mechanisms (e.g. Git history, Dynatrace API queries) to simulate state awareness.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If you're integrating Monaco with Terraform, Terraform can manage state while Monaco handles config deployment—though they’ll operate independently.&lt;/P&gt;&lt;P&gt;I strongly recommend state update via artifacts by saving the previous version of the JSON dashboard at every level&lt;/P&gt;&lt;P&gt;You do not need to rely on this complexity of terraform if all functionality is already available in Monaco&lt;/P&gt;&lt;P&gt;Please share your experiece here if you are already a seasoned user of terraform or monaco or both?&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;!-- EndFragment  --&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 11:16:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monaco-support-state-management/m-p/282941#M37250</guid>
      <dc:creator>MarwanC</dc:creator>
      <dc:date>2025-08-04T11:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Monaco support state management?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monaco-support-state-management/m-p/283400#M37299</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/64346"&gt;@MarwanC&lt;/a&gt;&amp;nbsp; I have no real experience to share, I'm still learning and experimenting with Monaco (still don't have any experience with Terraform).&lt;/P&gt;&lt;P&gt;I just what to say &lt;STRONG&gt;Thank you very much&lt;/STRONG&gt; for this detailed explanation.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 15:31:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monaco-support-state-management/m-p/283400#M37299</guid>
      <dc:creator>deni</dc:creator>
      <dc:date>2025-08-08T15:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Monaco support state management</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monaco-support-state-management/m-p/293555#M38516</link>
      <description>&lt;P&gt;Does anyone have experience with using state stored in Gitlab / Github or similar with the terraform module?&lt;/P&gt;&lt;P&gt;The lineages does not work for me when I do multiple -import state with the terraform module&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 10:50:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monaco-support-state-management/m-p/293555#M38516</guid>
      <dc:creator>tarjei_statkraf</dc:creator>
      <dc:date>2026-01-23T10:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Monaco support state management?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monaco-support-state-management/m-p/294418#M38597</link>
      <description>&lt;P&gt;I thought it would be cool to combine both of them: use Terraform for things that genuinely need state (environments, core config, credentials), and Monaco for Dynatrace config like dashboards, alerts, and SLOs where a more declarative approach matters.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 11:53:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monaco-support-state-management/m-p/294418#M38597</guid>
      <dc:creator>Shea0410</dc:creator>
      <dc:date>2026-02-09T11:53:56Z</dc:date>
    </item>
  </channel>
</rss>

