Skip to content

Commit

Permalink
Merge pull request #67 from Amsterdam/feat/COM-304_Open_Telemetry_as_…
Browse files Browse the repository at this point in the history
…project

Add project monitoring
  • Loading branch information
SireeKoolenWijkstra authored Dec 3, 2024
2 parents fb04e92 + 7d192c9 commit 12976ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/projects/monitoring.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12976ad

Please sign in to comment.