<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/introducing-lightstep-uql-to-promql-translator-ozegzuaxp" -->

---
title: Introducing Lightstep UQL to PromQL Translator | daily.dev
description: Zalando open-sourced a Go-based tool that automatically translates Lightstep UQL queries to PromQL, addressing the challenge of migrating thousands of...
canonical: https://daily.dev/posts/introducing-lightstep-uql-to-promql-translator-ozegzuaxp
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Introducing Lightstep UQL to PromQL Translator | daily.dev
og:description: Zalando open-sourced a Go-based tool that automatically translates Lightstep UQL queries to PromQL, addressing the challenge of migrating thousands of...
og:url: https://daily.dev/posts/introducing-lightstep-uql-to-promql-translator-ozegzuaxp
og:image: https://api.daily.dev/og/posts/OZeGzuAXp.png
og:image:alt: Introducing Lightstep UQL to PromQL Translator
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introducing Lightstep UQL to PromQL Translator

**[Zalando](https://daily.dev/sources/zalando)** · 4 min read · 1 upvotes · 0 comments

## Summary

Zalando open-sourced a Go-based tool that automatically translates Lightstep UQL queries to PromQL, addressing the challenge of migrating thousands of telemetry queries, dashboards, and alerts as Lightstep sunsets. The translator implements a full parsing pipeline (lexer, parser, AST, optimizer) and is available as both a Go SDK for embedding in CI pipelines and automation tools, and as an HTTP server with a Web UI for interactive ad-hoc translation. Zalando used it internally to migrate to Dash0, their new PromQL-based observability vendor, saving weeks of manual engineering work and eliminating translation errors that LLM-based approaches introduced.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://engineering.zalando.com/posts/2026/06/introducing-lightstep-uql-to-promql-translator.html>

---

Tags: [#golang](https://daily.dev/tags/golang), [#observability](https://daily.dev/tags/observability)

[View this post on daily.dev](https://daily.dev/posts/introducing-lightstep-uql-to-promql-translator-ozegzuaxp)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Introducing Lightstep UQL to PromQL Translator","url":"https://daily.dev/posts/introducing-lightstep-uql-to-promql-translator-ozegzuaxp","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/introducing-lightstep-uql-to-promql-translator-ozegzuaxp"},"datePublished":"2026-06-08T09:43:29.791Z","dateModified":"2026-06-08T09:43:51.211Z","description":"Zalando open-sourced a Go-based tool that automatically translates Lightstep UQL queries to PromQL, addressing the challenge of migrating thousands of...","image":"https://media.daily.dev/image/upload/s--ZrL_HSsR--/f_auto/v1722860399/public/Placeholder%2006","thumbnailUrl":"https://media.daily.dev/image/upload/s--ZrL_HSsR--/f_auto/v1722860399/public/Placeholder%2006","isAccessibleForFree":true,"articleSection":"Zalando","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Zalando","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/94640378400546638ce8f6311afa73e3","url":"https://daily.dev/sources/zalando"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/introducing-lightstep-uql-to-promql-translator-ozegzuaxp","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"golang,observability","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Zalando","item":"https://daily.dev/sources/zalando"},{"@type":"ListItem","position":3,"name":"Introducing Lightstep UQL to PromQL Translator"}]}
```

