23 Jun 2023 04:23 PM
Hello Dynatrace community,
I'm currently using Dynatrace Monaco v2.3.0 to manage my Dynatrace configuration and I'm trying to create an external monitor of type SYNTHETIC. (API /api/v1/synthetic/ext/tests ). However, it seems that Monaco is not currently supporting the creation of external monitors.
I have reviewed the documentation (list of supported apis in monaco) and searched through community forums to confirm that this is a current limitation. However, before I close this case, I was wondering if someone from the support team could let me know if there is a way to create external monitors using Monaco, or if this is a feature expected to be added in a future release.
Could you please confirm whether this is a known limitation of Monaco or if there is a workaround?
Thanks!
23 Jun 2023 06:21 PM
Slightly different, check out how it can be done with containerized auto-scalable private location deployment, eliminating the need to deploy individual synthetic ActiveGates on separate hosts or virtual machines:
https://www.dynatrace.com/news/blog/dynatrace-delivers-flexible-and-scalable-kubernetes-native-synth...
26 Jun 2023 10:04 AM
Thank you very much for your response! I have been reading the documentation you suggested and I don't think it will fit my current architecture.
In my case, the tests are executed from a third-party source. So, I think that defining a new location within a cluster will not help me because I don't want Dynatrace to execute my tests. Instead, I want the third party to push the test data to Dynatrace ( API /api/v1/synthetic/ext/tests ). I was wondering if there was a way to create the synthetic placeholder (id, name, url etc) using Monaco and then send the test run data updates using the API.
Thank you very much for your response, it has helped me understand how containerized auto-scalable private locations work and how to use them in the future.
26 Jun 2023 10:28 AM - edited 26 Jun 2023 10:28 AM
@f098wr09w0e9fdw what kind of configuration to create third-party synthetic monitors do you want to push using configuration as code?
3rd party monitors actually are not "configured", you actually just push the data and monitors are created automatically.
25 Jun 2023 10:32 PM
Hi,
I can see that API in the documentation:
I would suggest to create one manually, download configuration using Monaco, and having a look to existing YAML and JSON files.
Best regards