diff --git a/docs/infrastructure-monitoring/get-started.md b/docs/infrastructure-monitoring/get-started.md new file mode 100644 index 000000000..92023b97b --- /dev/null +++ b/docs/infrastructure-monitoring/get-started.md @@ -0,0 +1,30 @@ +--- +id: get-started +title: Get Started with infrastructure monitoring +description: Introduction to infrastructure monitoring using SigNoz +--- + +### Introduction + +An introduction about infrastructure monitoring using SigNoz + + + + + +### Infrastructure Monitoring Use-Cases + +Where do we need infrastruccture monitoring ? + + + + + + + + + + + + + diff --git a/sidebars.js b/sidebars.js index 04cc7b498..6cfa0179d 100644 --- a/sidebars.js +++ b/sidebars.js @@ -254,6 +254,11 @@ module.exports = { label: "Infrastructure Monitoring", type: "category", items: [ + { + type: 'doc', + id: 'infrastructure-monitoring/get-started', + label: 'Get Started', + }, 'userguide/send-metrics-cloud', 'userguide/send-metrics', 'userguide/navigate-user-interface',