Learn to say popular observability and log analytics query language names correctly.
0 / 5 completed
1 / 5
How is PromQL (query language used by Prometheus to select and aggregate time series data) correctly pronounced?
PromQL is pronounced 'PRAHM-kyoo-el' — 'Prom' (short for Prometheus) plus 'Q-L' spoken as letters. In a technical interview: "PromQL let us graph the rate of errors over the last five minutes with a single expression."
2 / 5
How is LogQL (query language used by Grafana Loki for filtering and aggregating log data) correctly pronounced?
LogQL is pronounced 'LAWG-kyoo-el' — 'log' exactly like the everyday word, plus 'Q-L' spoken as letters. In a technical interview: "LogQL filtered the log stream down to just the requests that returned a five-hundred status."
3 / 5
How is TraceQL (query language used by Grafana Tempo for querying distributed traces) correctly pronounced?
TraceQL is pronounced 'TRAYS-kyoo-el' — 'trace' exactly like the everyday word, plus 'Q-L' spoken as letters. In a technical interview: "TraceQL found every trace where the database span took longer than a second."
4 / 5
How is KQL (Kusto Query Language, used by Azure Data Explorer and Microsoft Sentinel) correctly pronounced?
KQL is pronounced 'KAY-KYOO-EL' — every letter spoken individually, K-Q-L. In a technical interview: "KQL joined the sign-in log against the alert table to flag every suspicious login in one query."
5 / 5
How is SPL (Search Processing Language, used by Splunk to search and transform data) correctly pronounced?
SPL is pronounced 'ES-PEE-EL' — every letter spoken individually, S-P-L. In a technical interview: "SPL piped the raw event data through three transformations before it ever hit the dashboard."