Documentation Index
Fetch the complete documentation index at: https://controlplanecorporation-tamir-docs-improvements.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Logs UI aggregates and displays logs for running workloads across all configured cloud providers and regions and the logs will be aggregated and displayed as if they were running at one provider/region. Use filters to narrow any issues that might be occurring at a specific workload. The Grafana explorer can be used to query, visualize, and analyze log data.LogQL
The Control Plane logs use the LogQL query language to query your log data. The documentation for LogQL is available in the LogQL documentation. The following labels that can be used to create a query are:- container
- gvc
- location
- replica
- stream
- workload
Log Filters
Query results can be filtered by the following:- Location
- Container
- Start date and optional end date (the date/time selector includes helper buttons ranging from the
Last 5 minutesto theLast 30 days)
Live Logs
Log streams can be viewed in real time using theLive option.
After entering the desired query, click Live to begin streaming logs.
Click Stop to end the live stream.
Grafana
Clicking on theExplore on Grafana link will launch the Grafana UI in a new tab. When clicking the button from a specific workload, the query will be prefilled with the GVC and workload.
Grafana gives you the ability to “Explore your data through ad-hoc queries and dynamic drill-down. Split view and compare different time ranges, queries, and data sources side by side.”
View the Grafana Explore documentation.
Below is a sample of the Grafana UI after executing a query:

Example LogQL Queries
Query
- Access logs with error
Query
- Graph of access logs with error by replica
Query
- Graph of access logs with error by workload
Query
- View the logs for a GVC, workload, location, and container
Query
- View logs across all workloads and GVCs
Query
- Count of inbound requests by ip
Instant so the results can be returned as a sortable list.
Query
- Count of inbound requests by path
Instant so the results can be returned as a sortable list.
Query