diff --git a/alerts/synthetic-monitoring/synthetic-monitoring.json b/alerts/synthetic-monitoring/synthetic-monitoring.json new file mode 100644 index 0000000000..ee5b890c44 --- /dev/null +++ b/alerts/synthetic-monitoring/synthetic-monitoring.json @@ -0,0 +1,6 @@ +{ + "name": "Synthetic Monitoring Alert", + "description": "This is a synthetic monitoring alert.", + "type": "SYNTHETIC_MONITORING_ALERT", + "enabled": true +} diff --git a/dashboards/synthetic-monitoring/synthetic-monitoring.json b/dashboards/synthetic-monitoring/synthetic-monitoring.json new file mode 100644 index 0000000000..c7a70225d9 --- /dev/null +++ b/dashboards/synthetic-monitoring/synthetic-monitoring.json @@ -0,0 +1,6 @@ +{ + "category": "SYNTHETIC_MONITORING", + "dashboard_filters": [], + "display_name": "Synthetic Monitoring", + "layouts": [] +} diff --git a/integrations/synthetic-monitoring/synthetic-monitoring.json b/integrations/synthetic-monitoring/synthetic-monitoring.json new file mode 100644 index 0000000000..73eee9c48a --- /dev/null +++ b/integrations/synthetic-monitoring/synthetic-monitoring.json @@ -0,0 +1,3 @@ +{ + "gemini_support": true +}