{"id":97534,"date":"2025-06-09T08:00:00","date_gmt":"2025-06-09T15:00:00","guid":{"rendered":""},"modified":"2025-06-06T10:29:13","modified_gmt":"2025-06-06T17:29:13","slug":"microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust","status":"publish","type":"post","link":"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/","title":{"rendered":"Microsoft and F5 join forces on OpenTelemetry with Apache Arrow in Rust"},"content":{"rendered":"\n<p>Microsoft and F5 are collaborating on Phase 2 of the <a href=\"https:\/\/opentelemetry.io\/\" target=\"_blank\" rel=\"noreferrer noopener\">OpenTelemetry<\/a> with <a href=\"https:\/\/arrow.apache.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">Apache Arrow<\/a> project. This project is developing a high-performance telemetry pipeline integrated with the Apache Arrow ecosystem, with a range of applications for small- and large-scale uses. We are creating new telemetry pipeline libraries in the Rust language, and we aim to deliver this functionality through integration with the OpenTelemetry Collector.&nbsp;<\/p>\n\n\n\n<p>In Phase 1 of the project, we developed OpenTelemetry-Arrow Protocol (OTAP) libraries meant for optimizing network usage between Collectors based on Apache Arrow IPC streams. In this phase of the project, we are developing OTAP libraries for optimizing the cost of telemetry inside Collectors, in terms of CPU usage, using Apache Arrow data frames as the unit of transport between producers and consumers.&nbsp;<\/p>\n\n\n\n<p>We are bringing OpenTelemetry use-cases into the Apache Arrow ecosystem, with a promise of full compatibility. OpenTelemetry with Apache Arrow gives OpenTelemetry users a way to exchange OpenTelemetry data with a wide range of data-oriented applications. We think it will be good for OpenTelemetry to have access to the broader Apache Arrow and Rust ecosystems.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"a-look-back-phase-1-success\">A look back: Phase 1 success&nbsp;<\/h2>\n\n\n\n<p>Phase 1 of OpenTelemetry with Apache Arrow project began with a reference implementation of OTAP streams for the OpenTelemetry Collector. Now included in the OpenTelemetry Collector-Contrib distribution, these components act as drop-in replacements for the OTLP receiver and exporter. Anywhere OTLP requests are being used for bulk telemetry transport between Collectors, a \u201ccompression bridge\u201d using OTAP streams instead could be established to achieve substantially better compression.&nbsp;<\/p>\n\n\n\n<p>For users, this means sending 30 to 70% less data over the network, simply from using OTAP instead of OTLP. The network savings result from translating OTLP data out of its hierarchical representation, based on Protocol Buffers, into a tabular representation based on Apache Arrow, the results achieved first through sorting and de-duplication, then through Arrow IPC encoding optimizations.&nbsp;<\/p>\n\n\n\n<p>Phase 1 was just the beginning. It proved the power of combining OpenTelemetry and Apache Arrow and set the stage for Phase 2.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"phase-2-enter-rust-and-arrow\">Phase 2: Enter Rust and Arrow&nbsp;<\/h2>\n\n\n\n<p>In Phase 2, Microsoft and F5 are building a fully native, embeddable OpenTelemetry pipeline powered by Rust and Apache Arrow. The goal? Dramatic improvements in CPU utilization, memory efficiency, throughput, and latency\u2014all of which contribute to a more efficient data processing ecosystem.&nbsp;<\/p>\n\n\n\n<p>The decision to go &#8220;all in&#8221; with Rust has stirred excitement\u2014and a bit of controversy\u2014among the technical community. After all, OpenTelemetry\u2019s Collector project is traditionally built using Golang. So why Rust?&nbsp;<\/p>\n\n\n\n<p>Rust and Apache Arrow are like best friends in the data processing world. Both technologies complement each other profoundly, making Rust the ideal choice for Phase 2 development. Here are just a few reasons:&nbsp;&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Memory safety and performance<\/strong>:<br>Rust\u2019s commitment to memory safety ensures that data pipelines are both robust and secure, minimizing risks like data corruption or segmentation faults. Combine this with Rust\u2019s performance characteristics\u2014low overhead, zero-cost abstractions\u2014and you have a perfect match for efficiently handling high-speed, high-volume telemetry data.<\/li>\n\n\n\n<li><strong>Columnar data processing<\/strong>:<br>Apache Arrow is the de facto framework for zero-copy, column-oriented data processing. It is widely adopted across modern data lakes, supporting systems like Parquet, Delta Lake, and Iceberg. Native integration with Arrow means you can exchange data seamlessly and efficiently with powerful analytics engines and databases.<\/li>\n\n\n\n<li><strong>Zero-copy design<\/strong>:<br>Apache Arrow\u2019s zero-copy paradigm aligns with Rust\u2019s emphasis on direct memory access. Together, these technologies eliminate serialization and deserialization overhead, making it possible to handle large data streams efficiently without wasting CPU cycles.<\/li>\n\n\n\n<li><strong>Thriving ecosystem<\/strong>:<br>The Rust ecosystem around Apache Arrow is thriving. By choosing Rust for Phase 2, F5 and Microsoft are joining this vibrant community, unlocking integrations with powerful libraries and frameworks such as <a href=\"https:\/\/datafusion.apache.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">Apache DataFusion<\/a>.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"opentelemetry-collector-integration\">OpenTelemetry Collector integration&nbsp;<\/h2>\n\n\n\n<p>Despite the buzz around Rust, Phase 2 doesn\u2019t mean a departure from the OpenTelemetry Collector. In fact, F5 and Microsoft are taking careful steps to ensure compatibility between Go and Rust pipelines, by safeguarding embeddability, prioritizing strict memory controls, and using a thread-per-core runtime model.&nbsp;<\/p>\n\n\n\n<p>We will continue supporting our existing OpenTelemetry Collector components and developing our Golang OTAP reference implementation, and we will ensure the OpenTelemetry Collector can run and manage OTAP pipelines.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-s-next\">What\u2019s next?&nbsp;<\/h2>\n\n\n\n<p>While we expect dramatic improvements, we can\u2019t be sure without benchmarks. Our plans call for extensive performance testing, especially cost and reliability benchmarks comparing Go and Rust pipelines over basic functions. Until the results are in, our project will be considered experimental. The community has shown a strong level of interest, and one thing is clear\u2014the OpenTelemetry with Apache Arrow project is helping shape the future of distributed observability systems.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"get-involved\">Get involved&nbsp;<\/h3>\n\n\n\n<p>The OpenTelemetry with Apache Arrow project is looking for interested developers, find us at our <a href=\"https:\/\/github.com\/open-telemetry\/otel-arrow\" target=\"_blank\" rel=\"noreferrer noopener\">project repository<\/a> or in our weekly meetings. Learn more about <a href=\"https:\/\/opensource.microsoft.com\/blog\/programming-language\/rust\/\" target=\"_blank\" rel=\"noreferrer noopener\">Rust projects at Microsoft,<\/a> and find more about <a href=\"https:\/\/opensource.microsoft.com\/blog\/search\/?sort-by=relevance&amp;date=any&amp;s=opentelemetry\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft\u2019s contributions to OpenTelemetry<\/a> on our blog.&nbsp;<\/p>\n\n\n\n<p>Here&#8217;s a deep-dive by Microsoft engineer Raki Rahman showing <a href=\"https:\/\/www.rakirahman.me\/otel-arrow-delta-lake\/\" target=\"_blank\" rel=\"noreferrer noopener\">how to work with OTel-Arrow data<\/a>&nbsp;using <a href=\"https:\/\/blog.fabric.microsoft.com\/en-us\/blog\/announcing-public-preview-of-t-sql-notebook-in-fabric\" target=\"_blank\" rel=\"noreferrer noopener\">a T-SQL notebook on Microsoft Fabric<\/a>.&nbsp;<\/p>\n\n\n\n<p>Learn more about <a href=\"https:\/\/opentelemetry.io\/blog\/2025\/otel-arrow-phase-2\/\" target=\"_blank\" rel=\"noreferrer noopener\">OpenTelemetry with Apache Arrow Phase 2<\/a> on the OpenTelemetry blog.<\/p>\n\n\n<div class=\"wp-block-msxcm-cta-block\" data-moray data-bi-an=\"CTA Block\">\n\t<div class=\"card d-block mx-ng mx-md-0\">\n\t\t<div class=\"row no-gutters material-color-brand-light bg-fabric-white\">\n\n\t\t\t\t\t\t\t<div class=\"col-md-4\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2025\/01\/MSC24-Canada-meeting-Getty-1182341160-rgb-1024x683.jpg\" class=\"card-img img-object-cover\" alt=\"How to Improve Your Networking Skills\" srcset=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2025\/01\/MSC24-Canada-meeting-Getty-1182341160-rgb-1024x683.jpg 1024w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2025\/01\/MSC24-Canada-meeting-Getty-1182341160-rgb-388x259.jpg 388w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2025\/01\/MSC24-Canada-meeting-Getty-1182341160-rgb-768x512.jpg 768w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2025\/01\/MSC24-Canada-meeting-Getty-1182341160-rgb-1536x1025.jpg 1536w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2025\/01\/MSC24-Canada-meeting-Getty-1182341160-rgb-2048x1366.jpg 2048w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2025\/01\/MSC24-Canada-meeting-Getty-1182341160-rgb-450x300.jpg 450w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2025\/01\/MSC24-Canada-meeting-Getty-1182341160-rgb-650x434.jpg 650w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"d-flex col-md\">\n\t\t\t\t<div class=\"card-body align-self-center p-4 p-md-5\">\n\t\t\t\t\t\n\t\t\t\t\t<h2>Open Source<\/h2>\n\n\t\t\t\t\t<div class=\"mb-3\">\n\t\t\t\t\t\t<p>Enabling Microsoft products and services to bring choice, technology, and community to our customers<\/p>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"link-group\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/opensource.microsoft.com\/\" class=\"btn btn-link text-decoration-none p-0\" target=\"_blank\">\n\t\t\t\t\t\t\t\t<span>Explore solutions<\/span>\n\t\t\t\t\t\t\t\t<span class=\"glyph-append glyph-append-chevron-right glyph-append-xsmall\"><\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Microsoft and F5 are collaborating on Phase 2 of the OpenTelemetry with Apache Arrow project.<\/p>\n","protected":false},"author":6191,"featured_media":95483,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"msxcm_post_with_no_image":false,"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","footnotes":""},"post_tag":[89,2272],"content-type":[346],"topic":[2244],"programming-languages":[2268],"coauthors":[2602],"class_list":["post-97534","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","tag-apache","tag-microsoft","content-type-news","topic-devops","programming-languages-rust","review-flag-1-1593580432-963","review-flag-2-1593580437-411","review-flag-anywh-1593580318-567","review-flag-micro-1680215167-604","review-flag-new-1593580248-669"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Microsoft and F5 join forces on OpenTelemetry with Apache Arrow in Rust | Microsoft Open Source Blog<\/title>\n<meta name=\"description\" content=\"Microsoft and F5 are collaborating on Phase 2 of the OpenTelemetry with Apache Arrow project. Learn more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Microsoft and F5 join forces on OpenTelemetry with Apache Arrow in Rust | Microsoft Open Source Blog\" \/>\n<meta property=\"og:description\" content=\"Microsoft and F5 are collaborating on Phase 2 of the OpenTelemetry with Apache Arrow project. Learn more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Open Source Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-09T15:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/SEC20_Security_042.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1170\" \/>\n\t<meta property=\"og:image:height\" content=\"640\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Joshua MacDonald\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@OpenAtMicrosoft\" \/>\n<meta name=\"twitter:site\" content=\"@OpenAtMicrosoft\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Joshua MacDonald\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 min read\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/\"},\"author\":[{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/author\/joshua-macdonald\/\",\"@type\":\"Person\",\"@name\":\"Joshua MacDonald\"}],\"headline\":\"Microsoft and F5 join forces on OpenTelemetry with Apache Arrow in Rust\",\"datePublished\":\"2025-06-09T15:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/\"},\"wordCount\":875,\"publisher\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/SEC20_Security_042.webp\",\"keywords\":[\"Apache\",\"Microsoft\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/\",\"name\":\"Microsoft and F5 join forces on OpenTelemetry with Apache Arrow in Rust | Microsoft Open Source Blog\",\"isPartOf\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/SEC20_Security_042.webp\",\"datePublished\":\"2025-06-09T15:00:00+00:00\",\"description\":\"Microsoft and F5 are collaborating on Phase 2 of the OpenTelemetry with Apache Arrow project. Learn more.\",\"breadcrumb\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/#primaryimage\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/SEC20_Security_042.webp\",\"contentUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/SEC20_Security_042.webp\",\"width\":1170,\"height\":640},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/opensource.microsoft.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Microsoft and F5 join forces on OpenTelemetry with Apache Arrow in Rust\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#website\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/\",\"name\":\"Microsoft Open Source Blog\",\"description\":\"Open dialogue about openness at Microsoft \u2013 open source, standards, interoperability\",\"publisher\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/opensource.microsoft.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\",\"name\":\"Microsoft Open Source Blog\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"contentUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"width\":259,\"height\":194,\"caption\":\"Microsoft Open Source Blog\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/OpenAtMicrosoft\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Microsoft and F5 join forces on OpenTelemetry with Apache Arrow in Rust | Microsoft Open Source Blog","description":"Microsoft and F5 are collaborating on Phase 2 of the OpenTelemetry with Apache Arrow project. Learn more.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/","og_locale":"en_US","og_type":"article","og_title":"Microsoft and F5 join forces on OpenTelemetry with Apache Arrow in Rust | Microsoft Open Source Blog","og_description":"Microsoft and F5 are collaborating on Phase 2 of the OpenTelemetry with Apache Arrow project. Learn more.","og_url":"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/","og_site_name":"Microsoft Open Source Blog","article_published_time":"2025-06-09T15:00:00+00:00","og_image":[{"width":1170,"height":640,"url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/SEC20_Security_042.png","type":"image\/png"}],"author":"Joshua MacDonald","twitter_card":"summary_large_image","twitter_creator":"@OpenAtMicrosoft","twitter_site":"@OpenAtMicrosoft","twitter_misc":{"Written by":"Joshua MacDonald","Est. reading time":"3 min read"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/#article","isPartOf":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/"},"author":[{"@id":"https:\/\/opensource.microsoft.com\/blog\/author\/joshua-macdonald\/","@type":"Person","@name":"Joshua MacDonald"}],"headline":"Microsoft and F5 join forces on OpenTelemetry with Apache Arrow in Rust","datePublished":"2025-06-09T15:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/"},"wordCount":875,"publisher":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#organization"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/#primaryimage"},"thumbnailUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/SEC20_Security_042.webp","keywords":["Apache","Microsoft"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/","url":"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/","name":"Microsoft and F5 join forces on OpenTelemetry with Apache Arrow in Rust | Microsoft Open Source Blog","isPartOf":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/#primaryimage"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/#primaryimage"},"thumbnailUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/SEC20_Security_042.webp","datePublished":"2025-06-09T15:00:00+00:00","description":"Microsoft and F5 are collaborating on Phase 2 of the OpenTelemetry with Apache Arrow project. Learn more.","breadcrumb":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/#primaryimage","url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/SEC20_Security_042.webp","contentUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/SEC20_Security_042.webp","width":1170,"height":640},{"@type":"BreadcrumbList","@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/06\/09\/microsoft-and-f5-join-forces-on-opentelemetry-with-apache-arrow-in-rust\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/opensource.microsoft.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Microsoft and F5 join forces on OpenTelemetry with Apache Arrow in Rust"}]},{"@type":"WebSite","@id":"https:\/\/opensource.microsoft.com\/blog\/#website","url":"https:\/\/opensource.microsoft.com\/blog\/","name":"Microsoft Open Source Blog","description":"Open dialogue about openness at Microsoft \u2013 open source, standards, interoperability","publisher":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/opensource.microsoft.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/opensource.microsoft.com\/blog\/#organization","name":"Microsoft Open Source Blog","url":"https:\/\/opensource.microsoft.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","contentUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","width":259,"height":194,"caption":"Microsoft Open Source Blog"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/OpenAtMicrosoft"]}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Open Source Blog","distributor_original_site_url":"https:\/\/opensource.microsoft.com\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/97534","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/users\/6191"}],"replies":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/comments?post=97534"}],"version-history":[{"count":11,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/97534\/revisions"}],"predecessor-version":[{"id":97554,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/97534\/revisions\/97554"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/media\/95483"}],"wp:attachment":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/media?parent=97534"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/post_tag?post=97534"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/content-type?post=97534"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/topic?post=97534"},{"taxonomy":"programming-languages","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/programming-languages?post=97534"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/coauthors?post=97534"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}