Skip to content
Open
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion website/docs/concepts/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ChaosHub allows you to orchestrate workflows from the Public **[ChaosHub](http:/

Chaos Workflow is a set of different operations coupled together to achieve desired chaos impact on a Kubernetes Cluster.

### [Observability](workflow-statistics.md)
### [Analytics](workflow-statistics.md)

Monitoring and observability during and post chaos using built-in Litmus analytics dashboard as well as external observability tools.

Expand Down
6 changes: 3 additions & 3 deletions website/docs/user-guides/observability-set-up.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: observability-set-up
title: Setup Observability with ChaosCenter
sidebar_label: Setup Observability
title: Setup Analytics with ChaosCenter
sidebar_label: Setup Analytics
---

---
Expand All @@ -10,7 +10,7 @@ Overview Tab helps you to manage your connected data sources and dashboards, all

- Data Sources
- Application Dashboards
- Workflow Dashboards
- Workflow Statistics

## Before you begin

Expand Down
2 changes: 1 addition & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = {
'Chaos Workflow': ['concepts/chaos-workflow', 'concepts/visualize-workflow']
},
{
Observability: [
Analytics: [
'concepts/workflow-statistics',
'concepts/app-infra-monitoring',
'concepts/datasource',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ChaosHub allows you to orchestrate workflows from the Public **[ChaosHub](http:/

Chaos Workflow is a set of different operations coupled together to achieve desired chaos impact on a Kubernetes Cluster.

### [Observability](workflow-statistics.md)
### [Analytics](workflow-statistics.md)

Monitoring and observability during and post chaos using built-in Litmus analytics dashboard as well as external observability tools.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: observability-set-up
title: Setup Observability with ChaosCenter
sidebar_label: Setup Observability
title: Setup Analytics with ChaosCenter
sidebar_label: Setup Analytics
---

---
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_sidebars/version-2.7.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
]
},
{
"Observability": [
"Analytics": [
"concepts/workflow-statistics",
"concepts/app-infra-monitoring",
"concepts/datasource",
Expand Down