Menu
Choose a product
Viewing: v1.15 (latest)
Find another version
Scroll for more
General availability (GA)
Open source
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 Grafana dashboard design
In this webinar, you'll learn how to design stylish and easily accessible Grafana dashboards that tell a story.
Video

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

How to get started with OpenTelemetry and Grafana
This webinar covers the essentials of instrumentation and demonstrates how to visualize OpenTelemetry data seamlessly within Grafana and Grafana Cloud.