Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(monitoring.md): add project monitoring #69

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading