{"id":26233987,"url":"https://github.com/teragrep/rlp_11","last_synced_at":"2025-07-22T12:36:02.693Z","repository":{"id":261642286,"uuid":"884140471","full_name":"teragrep/rlp_11","owner":"teragrep","description":"Teragrep RELP commit latency probe client application","archived":false,"fork":false,"pushed_at":"2025-04-08T07:57:19.000Z","size":79,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T08:45:19.960Z","etag":null,"topics":["diagnostic-tool","latency-analysis","latency-monitor","relp","relp-analysis","relp-client","relp-monitor","teragrep"],"latest_commit_sha":null,"homepage":"https://teragrep.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teragrep.png","metadata":{"files":{"readme":"README.adoc","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":"2024-11-06T08:09:36.000Z","updated_at":"2025-04-08T07:57:25.000Z","dependencies_parsed_at":"2025-04-08T08:42:28.545Z","dependency_job_id":null,"html_url":"https://github.com/teragrep/rlp_11","commit_stats":null,"previous_names":["teragrep/rlp_11"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/teragrep/rlp_11","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Frlp_11","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Frlp_11/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Frlp_11/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Frlp_11/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teragrep","download_url":"https://codeload.github.com/teragrep/rlp_11/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Frlp_11/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266496609,"owners_count":23938714,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["diagnostic-tool","latency-analysis","latency-monitor","relp","relp-analysis","relp-client","relp-monitor","teragrep"],"created_at":"2025-03-13T01:18:22.888Z","updated_at":"2025-07-22T12:36:02.673Z","avatar_url":"https://github.com/teragrep.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"=  RELP Commit Latency Probe rlp_11\n\nMeasures latency for RELP records.\n\n== Features\n\nProvides Dropwizard metrics\n\nProvides Prometheus endpoint. It listens to port set by `metrics.port` and exposes metrics to path `/metrics`\n\nProvides Prometheus template for Zabbix\n\n== Documentation\n\n=== Configuration\n\nIt will use system property `configurationPath` to find the configuration, or use `etc/rlp_11.properties` if not provided.\n\nExample configuration files can be found under link:rpm/src/opt/teragrep/rlp_11/etc[here].\n\n[cols=\"1,1\"]\n|===\n|Configuration key|Description\n\n|`metrics.window`\n|Size of the sliding window reservoir used by metrics\n\n|`metrics.interval`\n|Metrics report interval, in seconds\n\n|`probe.interval`\n|Delay between sending records, in milliseconds\n\n|`prometheus.port`\n|Prometheus endpoint port\n\n|`record.appname`\n|Appname used in RELP record\n\n|`record.hostname`\n|Hostname used in RELP record\n\n|`target.hostname`\n|RELP Server target address\n\n|`target.port`\n|Relp Server target port\n\n|`target.reconnectinterval`\n|RELP Server reconnect interval, in milliseconds\n\n|===\n\n=== Systemd services\n\nAll configuration files are expected to be in `/opt/teragrep/rlp_11/etc` directory and readable by user `srv-rlp_11`.\n\n==== Simple systemd service\n\nThe simple service instance can be started with `systemctl start rlp_11`.\n\nThe simple `rlp_11` service will use `rlp_11.properties` and `log4j2.xml` files that are provided in the rpm.\n\n==== Multi-instance systemd service\n\nMultiple service instances can be started with `systemctl start rlp_11@InstanceNameReplaceMe`.\n\nFor example the instance `rlp_11@InstanceNameReplaceMe` service will look for `rlp_11.InstanceNameReplaceMe.properties` and `log4j2.InstaceNameReplaceMe.xml` files that must be provided by the user.\n\n=== Zabbix\n\nImport the template, add `{$PROMETHEUS_HOST}` macro with full url to the metrics endpoint to wanted host and link it to `rlp_11_prometheus` template.\n\n== Limitations\n\nNeeds to be built on java 11.\n\n== How to compile\n\n[source]\n----\nmvn clean package\n----\n\n== How to use\n\n[source]\n----\njava -jar rlp_11.jar\n----\n\n== Contributing\n\nYou can involve yourself with our project by https://github.com/teragrep/rlp_11/issues/new/choose[opening an issue] or submitting a pull request.\n\nContribution requirements:\n\n. *All changes must be accompanied by a new or changed test.* If you think testing is not required in your pull request, include a sufficient explanation as why you think so.\n. Security checks must pass\n. Pull requests must align with the principles and http://www.extremeprogramming.org/values.html[values] of extreme programming.\n. Pull requests must follow the principles of Object Thinking and Elegant Objects (EO).\n\nRead more in our https://github.com/teragrep/teragrep/blob/main/contributing.adoc[Contributing Guideline].\n\n=== Contributor License Agreement\n\nContributors must sign https://github.com/teragrep/teragrep/blob/main/cla.adoc[Teragrep Contributor License Agreement] before a pull request is accepted to organization's repositories.\n\nYou need to submit the CLA only once. After submitting the CLA you can contribute to all Teragrep's repositories.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteragrep%2Frlp_11","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteragrep%2Frlp_11","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteragrep%2Frlp_11/lists"}