diff --git a/.gitignore b/.gitignore index 3a24424..795d9c7 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,5 @@ /geospatial/ /opensearch-oci-object-storage/ /search-relevance/ -.DS_Store \ No newline at end of file +/agent-trace-eval-scheduler/ +.DS_Store diff --git a/plugins/.gitignore b/plugins/.gitignore index 8afc3f2..f04a3e8 100644 --- a/plugins/.gitignore +++ b/plugins/.gitignore @@ -28,3 +28,4 @@ /opensearch-prometheus-exporter/ /user-behavior-insights/ /search-relevance/ +/agent-trace-eval-scheduler/ diff --git a/plugins/.meta b/plugins/.meta index 6693c76..6622a48 100644 --- a/plugins/.meta +++ b/plugins/.meta @@ -29,6 +29,7 @@ "search-relevance": "git@github.com:opensearch-project/search-relevance.git", "dashboards-investigation": "git@github.com:opensearch-project/dashboards-investigation.git", "opensearch-prometheus-exporter": "git@github.com:opensearch-project/opensearch-prometheus-exporter", - "user-behavior-insights": "git@github.com:opensearch-project/user-behavior-insights.git" + "user-behavior-insights": "git@github.com:opensearch-project/user-behavior-insights.git", + "agent-trace-eval-scheduler": git@github.com:opensearch-project/agent-trace-eval-scheduler.git } -} \ No newline at end of file +}