diff --git a/docs/getting-started/collaborate/comment.mdx b/docs/getting-started/collaborate/comment.mdx index 5f786b516..c5d598f3e 100644 --- a/docs/getting-started/collaborate/comment.mdx +++ b/docs/getting-started/collaborate/comment.mdx @@ -117,6 +117,7 @@ keeping them informed of any discussions or questions. The notification hub can be found in the top right corner of the console. On clicking the comments button, you will see all the comments where you are tagged in one place. The messages will be grouped based on the underlying commenting thread. You can click on a particular comment (deep linking) and go to the original thread on the console. + You can also delete notifications from that menu. {/* */} diff --git a/docs/observability/platform-dashboard.mdx b/docs/observability/platform-dashboard.mdx new file mode 100644 index 000000000..f08554ef2 --- /dev/null +++ b/docs/observability/platform-dashboard.mdx @@ -0,0 +1,83 @@ +--- +sidebar_position: 3 +sidebar_label: Platform Dashboard +description: + "The Platform Dashboard is a comprehensive reporting tool designed to provide insights into the performance, security, + and usage of the Data Delivery Netowork" +keywords: + - hasura ddn + - metrics + - performance + - latency + - request rate + - error rate + - graphql api + - opentelemetry + - application debugging + - application performance + - api monitoring + - platform dashboard + - dashboard + - application management +--- + +import Thumbnail from "@site/src/components/Thumbnail"; + +# Platform Dashboard + +Go to the `Platform Report` tab in the `Insights` panel for your project to view the new platform metrics. This +dashboard provides a visual overview of key metrics across four main categories, offering a comprehensive assessment of +the Data Delivery Network platform: + +## Security and Governance + +:::tip Available on + +Security and Governance reports are available on DDN Free plans and up. + +::: + +### Public Endpoint Alert + +Quickly identify any models that are publicly exposed without authentication. + +This feature helps prevent unauthorized access by providing clear notifications of potential vulnerabilities. By +scanning your API endpoint for any publicly accessible models, you’ll be alerted if any part of your system is not +secured, allowing you to take immediate action. + +### Security Issue Resolution + +A step-by-step guide to resolve detected security issues. + +This feature provides actionable insights on how to secure your supergraph, helping you implement necessary changes +without guesswork. Each detected issue is paired with recommended fixes to improve the overall security of your API. + + + +## System Reliability (DDN Base) + +- System Reliability: Error/Success ratio +- Team based analyis coming soon! + + + +## API Usage Trends (DDN Base) + +Deprecated Features: List of deprecated objects. + + + +## Developer Productivity (DDN Advanced) + +Developer Count: Number of developers per team. + + + +You can print the report out using the print icon on the top right + + + diff --git a/static/img/get-started/dashboard_print.png b/static/img/get-started/dashboard_print.png new file mode 100644 index 000000000..5a26f3db9 Binary files /dev/null and b/static/img/get-started/dashboard_print.png differ diff --git a/static/img/get-started/dashboard_productivity.png b/static/img/get-started/dashboard_productivity.png new file mode 100644 index 000000000..6d8cbe132 Binary files /dev/null and b/static/img/get-started/dashboard_productivity.png differ diff --git a/static/img/get-started/dashboard_reliability.png b/static/img/get-started/dashboard_reliability.png new file mode 100644 index 000000000..d048f3d3e Binary files /dev/null and b/static/img/get-started/dashboard_reliability.png differ diff --git a/static/img/get-started/dashboard_security.png b/static/img/get-started/dashboard_security.png new file mode 100644 index 000000000..7e8d7d279 Binary files /dev/null and b/static/img/get-started/dashboard_security.png differ diff --git a/static/img/get-started/dashboard_usage.png b/static/img/get-started/dashboard_usage.png new file mode 100644 index 000000000..7e8b6f79f Binary files /dev/null and b/static/img/get-started/dashboard_usage.png differ