diff --git a/docs/continuous-delivery/gitops/pr-pipelines/pr-pipelines.md b/docs/continuous-delivery/gitops/pr-pipelines/pr-pipelines.md index 7190a96c0dc..1bc00da2f14 100644 --- a/docs/continuous-delivery/gitops/pr-pipelines/pr-pipelines.md +++ b/docs/continuous-delivery/gitops/pr-pipelines/pr-pipelines.md @@ -166,6 +166,28 @@ In **Manifest Details**, enter the following settings and then click **Submit**. You have now successfully configured a Harness service for your PR pipeline. +### GitOps Services Dashboard + +:::note + +This feature is behind the feature flag `GITOPS_APPSYNCS_ON_SERVICE_DASHBOARD`. Please contact [Harness Support](mailto:support@harness.io) to enable this flag. + +::: + +GitOps applications will appear on the [services dashboard](/docs/continuous-delivery/x-platform-cd-features/services/services-overview). + +You can access the service list page by navigating to the **Continuous Delivery** module and selecting **Services**. You should see a list of all your services, including your GitOps services and the one you created in the previous step. + +Selecting a GitOps Service will take you to the service's dashboard. In this dashboard you can see the pipelines that use the service. You can also switch the view using the sliding selector pictured below to see a list of applications associated with the service. + + ![](./static/pipeline-applications-selector.png) + +:::warning Limitation + +This application dashboard only shows aggregates, so it has a delay of one day as Harness aggregates the appsyncs at the end of each day. + +::: + ## Configure variables in a Harness service/environment (optional) :::note diff --git a/docs/continuous-delivery/gitops/pr-pipelines/static/pipeline-applications-selector.png b/docs/continuous-delivery/gitops/pr-pipelines/static/pipeline-applications-selector.png new file mode 100644 index 00000000000..8f621ce7d33 Binary files /dev/null and b/docs/continuous-delivery/gitops/pr-pipelines/static/pipeline-applications-selector.png differ diff --git a/docs/continuous-delivery/x-platform-cd-features/services/services-overview.md b/docs/continuous-delivery/x-platform-cd-features/services/services-overview.md index b2ad3f3dcd7..be8733e639c 100644 --- a/docs/continuous-delivery/x-platform-cd-features/services/services-overview.md +++ b/docs/continuous-delivery/x-platform-cd-features/services/services-overview.md @@ -8,9 +8,7 @@ A Harness service represents what you're deploying. Harness services are deployed to Harness environments. Select **Environments** to see the environments in this project. -In **Manage Services**, you can create, update, and delete your services' settings. For example, a service's variables and its manifest and artifact details. - -In **Dashboard**, you can view service statistics such as deployment frequency, failure rate, and so on. +Select **Services** to see the service list for your project. From this dashboard, you can create new services and monitor your existing ones. ## Creating services