<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/airbnb-migrates-high-volume-metrics-pipeline-to-opentelemetry-ytqavyfqp" -->

---
title: Airbnb Migrates High-Volume Metrics Pipeline to...
description: Airbnb&#x27;s observability team migrated from a StatsD/Veneur-based metrics pipeline to one built on OpenTelemetry Protocol (OTLP), the OpenTelemetry Collector,...
canonical: https://daily.dev/posts/airbnb-migrates-high-volume-metrics-pipeline-to-opentelemetry-ytqavyfqp
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Airbnb Migrates High-Volume Metrics Pipeline to OpenTelemetry | daily.dev
og:description: Airbnb&#x27;s observability team migrated from a StatsD/Veneur-based metrics pipeline to one built on OpenTelemetry Protocol (OTLP), the OpenTelemetry Collector,...
og:url: https://daily.dev/posts/airbnb-migrates-high-volume-metrics-pipeline-to-opentelemetry-ytqavyfqp
og:image: https://api.daily.dev/og/posts/yTQAVYFQp.png
og:image:alt: Airbnb Migrates High-Volume Metrics Pipeline to OpenTelemetry
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.

# Airbnb Migrates High-Volume Metrics Pipeline to OpenTelemetry

**[InfoQ](https://daily.dev/sources/infoq)** · 6 min read · 1 upvotes · 0 comments

## Summary

Airbnb's observability team migrated from a StatsD/Veneur-based metrics pipeline to one built on OpenTelemetry Protocol (OTLP), the OpenTelemetry Collector, and VictoriaMetrics' vmagent, now processing over 100 million samples per second. Key decisions included dual-emitting metrics during transition, switching high-cardinality services to delta temporality to reduce memory pressure, and selecting vmagent for its streaming aggregation and horizontal sharding. A significant correctness challenge emerged: Prometheus counter reset semantics caused systematic undercounting for low-frequency, high-cardinality metrics. The fix was a 'zero injection' technique in vmagent that emits a synthetic zero on first flush, implicitly initializing counters. The migration reduced costs by roughly an order of magnitude and the aggregation tier became a general-purpose transformation layer. The post also contextualizes similar migrations at Flipkart and Shopify, framing the StatsD exit and move to open-source Prometheus-anchored stacks as an industry-wide pattern.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.infoq.com/news/2026/04/airbnd-opentelemetry-vmagent/>

## Similar posts on daily.dev

- [Prometheus vs VictoriaMetrics: Ingestion Got Cheaper. Cardinality Still Sent the Bill.](https://daily.dev/posts/prometheus-vs-victoriametrics-ingestion-got-cheaper-cardinality-still-sent-the-bill--96qjukpel) · Medium · 0 upvotes · 0 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/airbnb-migrates-high-volume-metrics-pipeline-to-opentelemetry-ytqavyfqp)

```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":"Airbnb Migrates High-Volume Metrics Pipeline to OpenTelemetry","url":"https://daily.dev/posts/airbnb-migrates-high-volume-metrics-pipeline-to-opentelemetry-ytqavyfqp","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/airbnb-migrates-high-volume-metrics-pipeline-to-opentelemetry-ytqavyfqp"},"datePublished":"2026-04-14T08:02:36.276Z","dateModified":"2026-04-14T08:10:46.991Z","description":"Airbnb's observability team migrated from a StatsD/Veneur-based metrics pipeline to one built on OpenTelemetry Protocol (OTLP), the OpenTelemetry Collector,...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/ebd0b74e01d406c05b796ea449da1710?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/ebd0b74e01d406c05b796ea449da1710?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"InfoQ","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":"InfoQ","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/afc3bced3e1e4b188dd9127017a60e0c","url":"https://daily.dev/sources/infoq"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/airbnb-migrates-high-volume-metrics-pipeline-to-opentelemetry-ytqavyfqp","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"observability,opentelemetry,prometheus","timeRequired":"PT6M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"InfoQ","item":"https://daily.dev/sources/infoq"},{"@type":"ListItem","position":3,"name":"Airbnb Migrates High-Volume Metrics Pipeline to OpenTelemetry"}]}
```

