{"id":15350398,"url":"https://github.com/javiroman/jremotewrite","last_synced_at":"2026-02-21T22:31:00.924Z","repository":{"id":83978231,"uuid":"304810289","full_name":"javiroman/jremotewrite","owner":"javiroman","description":"Java Prometheus Remote Write Endpoint","archived":false,"fork":false,"pushed_at":"2021-07-13T06:41:09.000Z","size":54,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T17:56:08.794Z","etag":null,"topics":["docker-compose","java","prometheus","prometheus-metrics","protocol-buffers","snappy"],"latest_commit_sha":null,"homepage":"","language":"Java","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/javiroman.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":"2020-10-17T06:10:59.000Z","updated_at":"2025-01-20T18:53:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"53b95d05-2ead-4a3b-a053-bf6cdfb1fa74","html_url":"https://github.com/javiroman/jremotewrite","commit_stats":{"total_commits":30,"total_committers":1,"mean_commits":30.0,"dds":0.0,"last_synced_commit":"e1b5d9865d42254b32f2da6ddfd6956569577601"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/javiroman/jremotewrite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javiroman%2Fjremotewrite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javiroman%2Fjremotewrite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javiroman%2Fjremotewrite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javiroman%2Fjremotewrite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javiroman","download_url":"https://codeload.github.com/javiroman/jremotewrite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javiroman%2Fjremotewrite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29695781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker-compose","java","prometheus","prometheus-metrics","protocol-buffers","snappy"],"created_at":"2024-10-01T11:58:20.645Z","updated_at":"2026-02-21T22:31:00.905Z","avatar_url":"https://github.com/javiroman.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jremotewrite\n\nJava Prometheus Remote Write Endpoint\n\n# Usage\n\n```\n$ docker-compose up\nStarting nodeexporter ... done\nStarting prometheus   ... done\nAttaching to prometheus, nodeexporter\n[...]\n\n$ mvn package\n$ java -jar target/jremotewrite-1.0-SNAPSHOT-uber.jar \nOct 19, 2020 12:44:07 PM main.java.jremotewrite.JRemoteWrite main\nINFO: Starting Prometheus Remote Write Endpoint: \n2020-10-19 12:44:07.548:INFO::main: Logging initialized @271ms\n[..]\n```\n\n# Outptut\n\n```\n{\"metricLabels\":[{\"name\":\"__name__\",\"value\":\"prometheus_web_federation_errors_total\"},{\"name\":\"instance\",\"value\":\"prometheus:9090\"},{\"name\":\"job\",\"value\":\"prometheus\"}],\"metricSamples\":[{\"sample\":\"0.0\",\"timestamp\":\"1603283469293\"}]}                                        \n{\"metricLabels\":[{\"name\":\"__name__\",\"value\":\"prometheus_web_federation_warnings_total\"},{\"name\":\"instance\",\"value\":\"prometheus:9090\"},{\"name\":\"job\",\"value\":\"prometheus\"}],\"metricSamples\":[{\"sample\":\"0.0\",\"timestamp\":\"1603283469293\"}]}                                      \n{\"metricLabels\":[{\"name\":\"__name__\",\"value\":\"promhttp_metric_handler_requests_in_flight\"},{\"name\":\"instance\",\"value\":\"prometheus:9090\"},{\"name\":\"job\",\"value\":\"prometheus\"}],\"metricSamples\":[{\"sample\":\"1.0\",\"timestamp\":\"1603283469293\"}]}                                    \n{\"metricLabels\":[{\"name\":\"__name__\",\"value\":\"promhttp_metric_handler_requests_total\"},{\"name\":\"code\",\"value\":\"200\"},{\"name\":\"instance\",\"value\":\"prometheus:9090\"},{\"name\":\"job\",\"value\":\"prometheus\"}],\"metricSamples\":[{\"sample\":\"241.0\",\"timestamp\":\"1603283469293\"}]}        \n{\"metricLabels\":[{\"name\":\"__name__\",\"value\":\"promhttp_metric_handler_requests_total\"},{\"name\":\"code\",\"value\":\"500\"},{\"name\":\"instance\",\"value\":\"prometheus:9090\"},{\"name\":\"job\",\"value\":\"prometheus\"}],\"metricSamples\":[{\"sample\":\"0.0\",\"timestamp\":\"1603283469293\"}]}          \n{\"metricLabels\":[{\"name\":\"__name__\",\"value\":\"promhttp_metric_handler_requests_total\"},{\"name\":\"code\",\"value\":\"503\"},{\"name\":\"instance\",\"value\":\"prometheus:9090\"},{\"name\":\"job\",\"value\":\"prometheus\"}],\"metricSamples\":[{\"sample\":\"0.0\",\"timestamp\":\"1603283469293\"}]}          \n{\"metricLabels\":[{\"name\":\"__name__\",\"value\":\"up\"},{\"name\":\"instance\",\"value\":\"prometheus:9090\"},{\"name\":\"job\",\"value\":\"prometheus\"}],\"metricSamples\":[{\"sample\":\"1.0\",\"timestamp\":\"1603283469293\"}]}                                                                            \n{\"metricLabels\":[{\"name\":\"__name__\",\"value\":\"scrape_duration_seconds\"},{\"name\":\"instance\",\"value\":\"prometheus:9090\"},{\"name\":\"job\",\"value\":\"prometheus\"}],\"metricSamples\":[{\"sample\":\"0.015079253\",\"timestamp\":\"1603283469293\"}]}                                               \n{\"metricLabels\":[{\"name\":\"__name__\",\"value\":\"scrape_samples_scraped\"},{\"name\":\"instance\",\"value\":\"prometheus:9090\"},{\"name\":\"job\",\"value\":\"prometheus\"}],\"metricSamples\":[{\"sample\":\"541.0\",\"timestamp\":\"1603283469293\"}]}                                                      \n{\"metricLabels\":[{\"name\":\"__name__\",\"value\":\"scrape_samples_post_metric_relabeling\"},{\"name\":\"instance\",\"value\":\"prometheus:9090\"},{\"name\":\"job\",\"value\":\"prometheus\"}],\"metricSamples\":[{\"sample\":\"541.0\",\"timestamp\":\"1603283469293\"}]}                                       \n{\"metricLabels\":[{\"name\":\"__name__\",\"value\":\"scrape_series_added\"},{\"name\":\"instance\",\"value\":\"prometheus:9090\"},{\"name\":\"job\",\"value\":\"prometheus\"}],\"metricSamples\":[{\"sample\":\"0.0\",\"timestamp\":\"1603283469293\"}]} \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaviroman%2Fjremotewrite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaviroman%2Fjremotewrite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaviroman%2Fjremotewrite/lists"}