AI agents: use the documentation index at llms.txt to locate machine-readable pages. This section is indexed by https://docs.particular.net/servicecontrol/llms.txt. The markdown version of this page is served as plain text. An MCP server at /mcp serves the same content via the search_docs and read_doc tools; it is read-only and needs no credentials. Markdown versions of documentation pages are available by appending .md to the page URL. Directory URLs use index.md. They are served as text/plain because some retrieval backends reject text/markdown.

Monitoring instances

Component:
ServiceControl

A monitoring instance can be installed to collect and analyze metric data generated by the metrics plugin installed in NServiceBus endpoints. This data is exposed to ServicePulse via an HTTP API.

graph LR subgraph Endpoints Audit Error Plugin[Metrics<br>Plugin] end Plugin -- Metric<br>Data --> IQ IQ[Monitoring<br>Input Queue] --> MI[Monitoring<br>Instance] ServicePulse -.-> MI

Each environment should have a single monitoring instance that all endpoints are configured to use.

Related Articles