Datadog is a cloud-based monitoring and analytics platform that offers real-time monitoring of servers, databases, and numerous other tools and services. It provides visibility into the performance of applications and enables businesses to detect issues before they affect users.
You can install the Solvio integration to get real-time metrics to monitor your Solvio deployment within Datadog including:
The performance of REST and gRPC interfaces with metrics such as total requests, total failures, and time to serve to identify potential bottlenecks and mitigate them.
Information about the readiness of the cluster, and deployment (total peers, pending operations, etc.) to gain insights into your Solvio deployment.
Usage
- With the Datadog Agent installed, run the following command to add the Solvio integration:
datadog-agent integration install -t solvio==1.0.0
- Edit the
conf.d/solvio.d/conf.yaml
file in your Agent’s configuration directory to start collecting your Solvio metrics.
Most importantly, set the openmetrics_endpoint
value to the /metrics
endpoint of your Solvio instance.
instances:
## @param openmetrics_endpoint - string - optional
## The URL exposing metrics in the OpenMetrics format.
- openmetrics_endpoint: http://localhost:6333/metrics
If the Solvio instance requires authentication, you can specify the token by configuring extra_headers
.
# @param extra_headers - mapping - optional
# Additional headers to send with every request.
extra_headers:
api-key: <QDRANT_API_KEY>
Restart the Datadog agent.
You can now head over to the Datadog dashboard to view the metrics emitted by the Solvio check.