Web Application Service Metrics
- Updated2025-11-26
- 2 minute(s) read
Monitor the health of the SystemLink Enterprise Web Application Service using OpenTelemetry metrics and Prometheus metrics.
Introduced in January 2025
Refer to the following table of metrics emitted by the Web Application Service and related
dependencies.
Note You can deploy and configure the OpenTelemetry
collector to expose all OpenTelemetry metrics as Prometheus metrics. Exposing these
metrics to Prometheus allows you to view the metrics in a tool such as
Grafana.
Web Application Service
| KPI? | Metric | Type | Description | Labels |
|---|---|---|---|---|
| Yes | webappservices.db.document.count | Counter | The number of items in each of the following categories in
the Web Application database.
Use this metric to understand the distribution and volume of items stored in the database so you can identify potential performance bottlenecks. |
collection:["webapp_metadata", "webapp_content", "files", "chunks"] |
| Yes | webappservices.db.document.type.count | Counter | The number of each of the following types of metadata in the
Web Application database.
This metric helps you understand which Web Application types are most commonly used. |
type:["Dashboard", "DataSpace", "Notebook", "WebVI"] |
Web Application Service Dependencies
To learn about other available performance metrics and how to
use the metrics, refer to the documentation for the Web Application Service
dependencies.
| Dependency | Where to Find Information |
|---|---|
| ASP.NET | For a list of the metrics provided by ASP.NET, refer to ASP.NET Core metrics and ASP.NET runtime metrics. |
| Kubernetes | For a list of the metrics provided by Kubernetes, refer to the Kubernetes Metrics Reference and the kube-state-metrics Documentation on GitHub. |
| MongoDB | For more information on MongoDB, refer to the How to Monitor MongoDB Documentation. |