From 8823f0cab0bb59d1594b95fb7166635c90581e70 Mon Sep 17 00:00:00 2001 From: SireeKoolenWijkstra Date: Tue, 3 Dec 2024 15:27:49 +0100 Subject: [PATCH] feat(monitoring.md): add project monitoring --- docs/projects/monitoring.md | 11 +++++++++++ sidebars.ts | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 docs/projects/monitoring.md diff --git a/docs/projects/monitoring.md b/docs/projects/monitoring.md new file mode 100644 index 0000000..349dabe --- /dev/null +++ b/docs/projects/monitoring.md @@ -0,0 +1,11 @@ +--- +custom_edit_url: null +--- + +# Application Insights + +This project provides a standard for implementing Application Insights within our organization. The documentation outlines guidelines and best practices for seamlessly integrating Application Insights into internal applications. By leveraging Application Insights, teams can monitor application performance, track usage, and gain real-time insights into system behavior, enabling faster issue resolution and continuous improvement. + +Please note that the documentation is only visible to developers who have access to the Amsterdam organization in GitHub. + +For more details and the full documentation, please visit the official repository via the following link: [Application Insights](https://github.com/Amsterdam/development-standards/tree/main/internal/sso). diff --git a/sidebars.ts b/sidebars.ts index e11df71..1f2b801 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -46,7 +46,7 @@ const sidebars: SidebarsConfig = { { type: 'category', label: 'Projects', - items: ['projects/maps', 'projects/sso'], + items: ['projects/maps', 'projects/sso', 'projects/monitoring'], }, ], // By default, Docusaurus generates a sidebar from the docs folder structure