{"id":22974052,"url":"https://github.com/bolcom/prometheus-remote-storage-adapter","last_synced_at":"2025-08-13T14:33:40.711Z","repository":{"id":57576740,"uuid":"91082370","full_name":"bolcom/prometheus-remote-storage-adapter","owner":"bolcom","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-31T03:54:30.000Z","size":5976,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-07T08:42:49.922Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bolcom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-12T10:56:13.000Z","updated_at":"2024-05-14T15:59:20.000Z","dependencies_parsed_at":"2024-06-20T14:11:15.120Z","dependency_job_id":"742806d4-0838-4452-8394-306f4e167078","html_url":"https://github.com/bolcom/prometheus-remote-storage-adapter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolcom%2Fprometheus-remote-storage-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolcom%2Fprometheus-remote-storage-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolcom%2Fprometheus-remote-storage-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolcom%2Fprometheus-remote-storage-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bolcom","download_url":"https://codeload.github.com/bolcom/prometheus-remote-storage-adapter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229767228,"owners_count":18121043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-14T23:59:59.072Z","updated_at":"2024-12-14T23:59:59.521Z","avatar_url":"https://github.com/bolcom.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remote storage adapter\n\nThis is a write adapter that receives samples via Prometheus's remote write\nprotocol and stores them in Graphite, InfluxDB, or OpenTSDB. It is meant as a\nreplacement for the built-in specific remote storage implementations that have\nbeen removed from Prometheus.\n\nFor InfluxDB, this binary is also a read adapter that supports reading back\ndata through Prometheus via Prometheus's remote read protocol.\n\n## Building\n\n```\ngo build\n```\n\n## Running\n\nGraphite example:\n\n```\n./remote_storage_adapter -graphite-address=localhost:8080\n```\n\nOpenTSDB example:\n\n```\n./remote_storage_adapter -opentsdb-url=http://localhost:8081/\n```\n\nInfluxDB example:\n\n```\n./remote_storage_adapter -influxdb-url=http://localhost:8086/ -influxdb.database=prometheus -influxdb.retention-policy=autogen\n```\n\nTo show all flags:\n\n```\n./remote_storage_adapter -h\n```\n\n## Configuring Prometheus\n\nTo configure Prometheus to send samples to this binary, add the following to your `prometheus.yml`:\n\n```yaml\n# Remote write configuration (for Graphite, OpenTSDB, or InfluxDB).\nremote_write:\n  - url: \"http://localhost:9201/write\"\n\n# Remote read configuration (for InfluxDB only at the moment).\nremote_read:\n  - url: \"http://localhost:9201/read\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbolcom%2Fprometheus-remote-storage-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbolcom%2Fprometheus-remote-storage-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbolcom%2Fprometheus-remote-storage-adapter/lists"}