For AI agents: A markdown version of this page is available at https://docs.datadoghq.com/byoc-logs/operate/monitoring.md. A documentation index is available at /llms.txt.

Monitor BYOC Logs

Join the Preview!

BYOC Logs is in Preview.

Dashboards

BYOC Logs provides an out-of-the-box dashboard that monitors BYOC Logs’ 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 BYOC Logs cluster is connected to Datadog, the OOTB dashboard is automatically created, and you can access it from your Dashboards list.

To display distribution metrics on your dashboard, you must enable advanced query functionality.

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
ingest_requests.duration_seconds
(Histogram)
Ingest request latency
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