{"categories":[{"label":"Monitoring","url":"https://skillfed.io/packages/category/system-monitoring/4"}],"enrichment":{"capability":"Sends time-series metrics to Prometheus-compatible remote storage backends using the Prometheus Remote Write protocol, with support for authentication, batching, and custom headers.","skillfed_tags":["prometheus","metrics","time-series"],"use_cases":["Push application metrics from a Python service to a centralized Prometheus or Mimir instance for monitoring and alerting.","Export custom time-series data from data processing pipelines to Prometheus-compatible storage for visualization and analysis.","Integrate metrics collection into a Python application without running a local Prometheus scraper.","Send batch metrics from periodic jobs or cron tasks to a remote Prometheus endpoint.","Forward metrics through corporate proxies or to endpoints requiring custom authentication headers."],"what_it_does":"prometheus-remote-writer is a Python client library that implements the Prometheus Remote Write protocol, allowing you to push time-series metrics directly to Prometheus-compatible storage backends (such as Prometheus itself, Mimir, or other remote storage systems). It abstracts away the protocol details and HTTP communication, letting you focus on preparing and sending your metric data.\n\nThe library handles authentication (bearer tokens, basic auth), custom headers, SSL certificate verification, proxy configuration, request retries, and automatic timestamp conversion. It supports batching multiple time series per request and allows configuration of batch sizes and timeouts. The API is straightforward: create a RemoteWriter instance with your endpoint URL and optional auth/headers, then call send() with your metric data.","worth_installing":"Yes, if you need to push metrics to Prometheus-compatible storage from Python and want a straightforward, low-friction client. The library is permissively licensed, has no known vulnerabilities, and supports current Python versions. The aging maintenance status is a minor concern\u2014verify that the package still works with your target Prometheus endpoint and that the maintainer responds to issues before committing to a production dependency."},"id":"prometheus-remote-writer","links":{"html":"https://skillfed.io/packages/prometheus-remote-writer","md":"https://skillfed.io/packages/prometheus-remote-writer.md","pypi":"https://pypi.org/project/prometheus-remote-writer/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2026-01-25","license_spdx":null,"license_treatment":"permissive","name":"prometheus-remote-writer","python_support":"supports_current","summary":"A Python package to send data using Prometheus remote write protocol."},"popularity":{"monthly_downloads":184472,"position":10036,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.3"}
