{"id":26508494,"url":"https://github.com/f213/adb-prometheus-exporter","last_synced_at":"2026-05-06T10:39:43.475Z","repository":{"id":271451993,"uuid":"911777694","full_name":"f213/adb-prometheus-exporter","owner":"f213","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-07T20:10:34.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-11T23:34:29.494Z","etag":null,"topics":["android","prometheus","temperature-monitoring"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f213.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-01-03T20:33:17.000Z","updated_at":"2025-01-07T20:10:38.000Z","dependencies_parsed_at":"2025-01-07T21:21:38.160Z","dependency_job_id":"8f2b0ed9-008f-4239-8cca-9fa10697779f","html_url":"https://github.com/f213/adb-prometheus-exporter","commit_stats":null,"previous_names":["f213/adb-prometheus-exporter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/f213/adb-prometheus-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f213%2Fadb-prometheus-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f213%2Fadb-prometheus-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f213%2Fadb-prometheus-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f213%2Fadb-prometheus-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f213","download_url":"https://codeload.github.com/f213/adb-prometheus-exporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f213%2Fadb-prometheus-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278646734,"owners_count":26021511,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"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":["android","prometheus","temperature-monitoring"],"created_at":"2025-03-21T00:32:13.966Z","updated_at":"2025-10-06T16:45:52.656Z","avatar_url":"https://github.com/f213.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prometheus exporter for andorid devices temperature\n\n## Description\nExports android devices temperature metrics to prometheus. Exporter uses [Android debug bridge](https://developer.android.com/tools/adb) (adb) to get the temperature of the device.\n\n## Usage\nYou need to have adb installed on the host machine. Then authorize the device to use adb. You can do this by running `adb devices` and accepting the prompt on\nthe device. After that you can run the exporter with the following command:\n\n```bash\n$ docker run -v ~/.android:/home/.android -v /dev/bus/usb:/dev/bus/usb --privileged -p 8000:8000  -ti ghcr.io/f213/adb-prometheus-exporter\n```\nThis mounts your adb keys inside of the container. The exporter is available on port 8000, conifgurable with the `PORT` environment variable.\n\nOr the same via docker-compose.yml:\n```yaml\n---\nservices:\n  exporter:\n    image: ghcr.io/f213/adb-prometheus-exporter\n    privileged: true\n    restart: always\n    ports:\n      - 8000:8000\n    volumes:\n      - /root/.android:/home/.android\n      - /dev/bus/usb:/dev/bus/usb\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff213%2Fadb-prometheus-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff213%2Fadb-prometheus-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff213%2Fadb-prometheus-exporter/lists"}