Manage and monitor CloudPrem

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.
Join the Preview!

Datadog CloudPrem is in Preview.

Dashboards

CloudPrem provides an out-of-the-box dashboard that monitors CloudPrem’s key metrics.

Setup

These metrics are exported by DogStatsD. You can either:

  • Run DogStatsD as a standalone service, or
  • Run the Datadog Agent (which includes DogStatsD by default)

Configure either option with your organization’s API key to export these metrics. As soon as your CloudPrem cluster is connected to Datadog, the OOTB dashboard is automatically created, and you can access it from your Dashboards list.

Data Collected

MetricDescription
indexed_events.count
(Counter)
Number of indexed events
indexed_events_bytes.count
(Counter)
Number of indexed bytes
ingest_requests.count
(Counter)
Number of ingest requests
object_storage_delete_requests.count
(Counter)
Number of delete requests on object storage
object_storage_get_requests.count
(Counter)
Number of get requests on object storage
object_storage_get_requests_bytes.count
(Counter)
Total bytes read from object storage using GET requests
object_storage_put_requests.count
(Counter)
Number of PUT requests on object storage
object_storage_put_requests_bytes.count
(Counter)
Total bytes written to object storage using PUT requests
pending_merge_ops.gauge
(Gauge)
Number of pending merge operations
search_requests.count
(Counter)
Number of search requests
search_requests.duration_seconds
(Histogram)
Search request latency
metastore_requests.count
(Counter)
Number of metastore requests
metastore_requests.duration_seconds
(Histogram)
Metastore request latency
cpu.usage.gauge
(Gauge)
CPU usage percentage
uptime.gauge
(Gauge)
Service uptime in seconds
memory.allocated_bytes.gauge
(Gauge)
Allocated memory in bytes
disk.bytes_read.counter
(Counter)
Total bytes read from disk
disk.bytes_written.counter
(Counter)
Total bytes written to disk
disk.available_space.gauge
(Gauge)
Available disk space in bytes
disk.total_space.gauge
(Gauge)
Total disk capacity in bytes
network.bytes_recv.counter
(Counter)
Total bytes received over network
network.bytes_sent.counter
(Counter)
Total bytes sent over network