Menu
Choose a product
Scroll for more
Documentation
Grafana Cloud
Instrument and send data
Grafana Alloy
Reference
Configuration blocks
livedebugging
General availability (GA)
Open source
Grafana Cloud
livedebugging
livedebugging is an optional configuration block that enables the live debugging feature, that streams real-time data from your components directly to the Alloy UI.
By default, live debugging is disabled and must be explicitly enabled through this configuration block to make the debugging data visible in the Alloy UI.
Note
The live debugging feature uses the Alloy UI to provide detailed insights into the data flowing through your pipelines. To ensure that your data remains secure while live debugging is enabled, configure TLS in the http block.
Usage
Alloy
livedebugging {
}Arguments
You can use the following arguments with livedebugging:
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
enabled | bool | Enables the live debugging feature. | false | no |
Example
The following example enables livedebugging:
Alloy
livedebugging {
enabled = true
}Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Video

Getting started with managing your metrics, logs, and traces using Grafana
In this webinar, we’ll demo how to get started using the LGTM Stack: Loki for logs, Grafana for visualization, Tempo for traces, and Mimir for metrics.
Video

Intro to Kubernetes monitoring in Grafana Cloud
In this webinar you’ll learn how Grafana offers developers and SREs a simple and quick-to-value solution for monitoring their Kubernetes infrastructure.
Video

Building advanced Grafana dashboards
In this webinar, we’ll demo how to build and format Grafana dashboards.