{"id":26059704,"url":"https://github.com/orange-cloudfoundry/prometheus-fast-remote","last_synced_at":"2026-05-27T21:31:53.077Z","repository":{"id":64307365,"uuid":"110671008","full_name":"orange-cloudfoundry/prometheus-fast-remote","owner":"orange-cloudfoundry","description":"Prometheus Remote Adapter","archived":false,"fork":false,"pushed_at":"2018-04-06T13:51:24.000Z","size":1550,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-08T13:29:38.603Z","etag":null,"topics":["adapter","golang","prometheus"],"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/orange-cloudfoundry.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}},"created_at":"2017-11-14T09:43:41.000Z","updated_at":"2018-04-06T13:51:26.000Z","dependencies_parsed_at":"2023-01-15T11:00:59.489Z","dependency_job_id":null,"html_url":"https://github.com/orange-cloudfoundry/prometheus-fast-remote","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/orange-cloudfoundry/prometheus-fast-remote","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orange-cloudfoundry%2Fprometheus-fast-remote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orange-cloudfoundry%2Fprometheus-fast-remote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orange-cloudfoundry%2Fprometheus-fast-remote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orange-cloudfoundry%2Fprometheus-fast-remote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orange-cloudfoundry","download_url":"https://codeload.github.com/orange-cloudfoundry/prometheus-fast-remote/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orange-cloudfoundry%2Fprometheus-fast-remote/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33585203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["adapter","golang","prometheus"],"created_at":"2025-03-08T13:27:57.143Z","updated_at":"2026-05-27T21:31:53.058Z","avatar_url":"https://github.com/orange-cloudfoundry.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# prometheus-fast-remote\n\nPrometheus Remote Adapter\n\n\nSupported TSDB :\n* KairosDB\n\n## Usage\n\n### Direct binary\n\n1. Download latest binary at https://github.com/orange-cloudfoundry/prometheus-fast-remote/releases \n2. Create a `config.yml` (see [example](/config.yml))\n3. Run it: `./prometheus-fast-remote -config ./config.yml`\n\n### Docker image\n\n#### Environment variable\n\n`docker run -e kairos_url=https://kairos.com -d orangeopensource/prometheus-fast-remote`\n\n**Tip**: You can see other environment variable in [launch.sh](/launch.sh) file.\n\n#### Config file\n\n1. Create a `config.yml` (see [example](/config.yml))\n2. run `docker run -v ./config.yml:/config.yml -d orangeopensource/prometheus-fast-remote`\n\n\n## Api\n\n### Read\n\nRead implementation for prometheus remote adapter\n\n- **Path**: `/read`\n- **Method**: `GET`\n\n### Write\n\nWrite implementation for prometheus remote adapter\n\n- **Path**: `/write`\n- **Method**: `POST`\n\n### Health\n\nChecks the status of each health check. \nIf all are healthy it returns status 200 otherwise it returns 500.\n\n- **Path**: `/health`\n- **Method**: `GET`\n- **Response code**:\n  - *success*: 200\n  - *Failure*: `500`\n- **Response body** (example):\n```json\n{\n  \"adapter\": \"ok\",\n  \"tsdb\": {\n    \"name\": \"kairosdb\",\n    \"status\": \"ok\"\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forange-cloudfoundry%2Fprometheus-fast-remote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forange-cloudfoundry%2Fprometheus-fast-remote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forange-cloudfoundry%2Fprometheus-fast-remote/lists"}