# How We Export Metrics to Third-Party Services

DevFeed: [How We Export Metrics to Third-Party Services](<https://devfeed.tech/articles/how-we-export-metrics-to-third-party-services-5561.md>)

Original publisher: [Read original article](<https://neon.com/blog/metrics-open-telemetry>)

Author: Roman Zaynetdinov

Published: 2025-06-24T16:27:31Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [telemetry](<https://devfeed.tech/topics/telemetry.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [company](<https://devfeed.tech/tags/company.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [prometheus](<https://devfeed.tech/tags/prometheus.md>)

## AI overview

Neon describes its native metrics-export system, which uses OpenTelemetry Collectors to send real-time Postgres metrics to third-party observability platforms.

## Source excerpt

Exporting metrics has been a most requested feature by our users, and for good reason. Having Postgres metrics show up in the same dashboards as your app and infrastructure saves you time and headaches. This post walks through how we built native metrics export in Neon using Open...