Skip to content

Commit e6eb5e5

Browse files
Update meta descriptions on pages (#6858)
* Update meta descriptions on some of the pages * Updated meta descriptions on some of the pages * Fixing build error
1 parent 9fae871 commit e6eb5e5

File tree

26 files changed

+26
-13
lines changed

26 files changed

+26
-13
lines changed

monitoring/custom-checks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Custom Checks
3-
summary: Define a custom set of conditions that are checked on the endpoint.
3+
summary: Enable endpoint health monitoring by running custom code using the Custom Checks plugin and ServiceControl
44
reviewed: 2022-02-09
55
isLearningPath: true
66
redirects:

monitoring/custom-checks/notification-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Custom Checks notification events
3-
summary:
3+
summary: Learn about the integration events exposed by ServiceControl for the Custom Checks plugin
44
reviewed: 2022-02-28
55
component: CustomChecks
66
versions: 'CustomChecks:*'

monitoring/heartbeats/notification-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Heartbeat notification events
3-
summary:
3+
summary: Learn about the integration events exposed by ServiceControl for the Heartbeats plugin
44
reviewed: 2022-03-11
55
component: Heartbeats
66
versions: 'Heartbeats:*'

monitoring/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Monitoring
3+
summary: Monitor the endpoint health and endpoint performance of an NServiceBus system
34
reviewed: 2022-02-09
45
isLearningPath: true
56
---

monitoring/metrics/definitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Metric definitions
3-
summary: Measuring the performance and health of an endpoint.
3+
summary: List of metrics captured by NServiceBus and their definitions
44
reviewed: 2023-07-25
55
redirects:
66
- nservicebus/operations/metrics

monitoring/metrics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Metrics
3-
summary:
3+
summary: Collect metric data about endpoint performance using the Metrics plugin
44
reviewed: 2022-02-28
55
component: Metrics
66
versions: 'Metrics:*'

monitoring/metrics/install-plugin.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Send Metrics data to ServiceControl
3+
summary: Install the Metrics plugin to send monitoring data to ServiceControl
34
reviewed: 2022-03-18
45
component: MetricsServiceControl
56
related:

monitoring/metrics/raw.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Consume raw data from Metrics
3+
summary: Use the public API in the Metrics package to consume raw metrics data
34
reviewed: 2023-11-30
45
component: Metrics
56
related:

nservicebus/licensing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: License file information
3-
summary: Outlines license usage, management, and restrictions
3+
summary: Learn how to configure NServiceBus license and troubleshoot any license scanning issues
44
component: core
55
reviewed: 2024-05-07
66
redirects:

nservicebus/outbox/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Outbox
3-
summary: Reliable messaging without distributed transactions
3+
summary: Ensure message consistency with the NServiceBus Outbox, handling message deduplication and transactional integrity in distributed systems.
44
reviewed: 2023-06-30
55
component: Core
66
isLearningPath: true

0 commit comments

Comments
 (0)