You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: monitoring/metrics/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ To enable collecting metrics in an environment:
44
44
4.[View the performance data collected for endpoints in ServicePulse](in-servicepulse.md)
45
45
46
46
> [!NOTE]
47
-
> [NServiceBus monitoring setup tutorial](/tutorials/monitoring-setup/) is an in-depth, step-by-step tutorial about installing and configuring everything to get the most out of performance monitoring.
47
+
> [NServiceBus monitoring setup tutorial](/tutorials/monitoring-setup/) is an in-depth, step-by-step tutorial about installing and configuring everything to get the most out of performance monitoring. The metrics feature can't be used on send-only endpoints.
Copy file name to clipboardExpand all lines: monitoring/metrics/install-plugin.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ redirects:
11
11
12
12
The `NServiceBus.Metrics.ServiceControl` component enables sending monitoring data gathered with `NServiceBus.Metrics` to a `ServiceControl.Monitoring` service.
13
13
14
+
> [!NOTE]
15
+
> The metrics feature can't be used on send-only endpoints
16
+
14
17
## Configuration
15
18
16
19
The package allows collection and propagation of metrics to ServiceControl.
@@ -19,9 +22,6 @@ It can be enabled via:
19
22
20
23
snippet: SendMetricDataToServiceControl
21
24
22
-
> [!NOTE]
23
-
> The metrics feature can't be used on send-only endpoints
24
-
25
25
### Service Control Metrics Address
26
26
27
27
The default instance name is `particular.monitoring` which is also used as the input queue for ServiceControl monitoring.
Copy file name to clipboardExpand all lines: tutorials/monitoring-setup/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ scinstance --> pulse
59
59
60
60
A running NServiceBus system can be configured to send data about its operations to three main queues:
61
61
62
-
-`Monitoring`: Each endpoint will gather and send metric data to this queue. This data holds information about the health and performance of an endpoint.
62
+
-`Monitoring`: Each endpoint will gather and send metric data to this queue. This data holds information about the health and performance of an endpoint. Metrics are collected only when an endpoint receives and processes messages and hence send-only endpoints will not emit processing-related metrics.
63
63
-`Audit`: When an endpoint successfully processes a message, a copy of the message will be forwarded to this queue. The audited message will have additional headers which contain data about the processing of the message.
64
64
-`Error`: When an endpoint fails to process a message (after exhausting automated retry attempts), a copy of the message is forwarded to this queue. The failed message will have additional headers which contain data about the failed attempt to process the message.
0 commit comments