{"id":16305101,"url":"https://github.com/moznion/ltsv_exporter","last_synced_at":"2025-07-31T23:03:50.120Z","repository":{"id":145078038,"uuid":"67346435","full_name":"moznion/ltsv_exporter","owner":"moznion","description":"A Prometheus exporter that scrapes LTSV","archived":false,"fork":false,"pushed_at":"2016-09-06T10:14:36.000Z","size":9,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T07:16:25.751Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moznion.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":"2016-09-04T13:31:42.000Z","updated_at":"2019-04-21T14:20:55.000Z","dependencies_parsed_at":"2024-05-31T11:10:30.750Z","dependency_job_id":null,"html_url":"https://github.com/moznion/ltsv_exporter","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/moznion/ltsv_exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moznion%2Fltsv_exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moznion%2Fltsv_exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moznion%2Fltsv_exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moznion%2Fltsv_exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moznion","download_url":"https://codeload.github.com/moznion/ltsv_exporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moznion%2Fltsv_exporter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268133547,"owners_count":24201372,"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-31T02:00:08.723Z","response_time":66,"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":[],"created_at":"2024-10-10T21:05:43.344Z","updated_at":"2025-07-31T23:03:50.112Z","avatar_url":"https://github.com/moznion.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"ltsv_exporter\n==\n\nA [Prometheus](https://prometheus.io/) exporter that scrapes LTSV.\n\nExample\n--\n\n### Supplied LTSV\n\n```\nsize:123\tduration:4.097\ttime:2016-09-04T22:22:14+09:00\n```\n\n### Exporter's output\n\n```\n# HELP ltsv_value LTSV value\n# TYPE ltsv_value gauge\nltsv_value{key=\"duration\"} 4.097\nltsv_value{key=\"size\"} 123\n```\n\nThis exporter only collects numeric values. Other type values are ignored.\n\nDescription\n--\n\nThis exporter can scrape LSTV string and export contents of the LTSV as Prometheus format.\n\nUsage\n--\n\n```\n$ ltsv_exporter --url https://example.com/sample.ltsv\n```\n\nor\n\n```\n$ ltsv_exporter --file /path/to/sample.ltsv\n```\n\n### Options\n\n```\n-h, --help          display help information\n-v, --version       display version and revision\n-p, --port[=6666]   set the port number to listen\n-u, --url           set a URL of the LTSV\n-f, --file          set a file of the LTSV\n```\n\nHow to build\n--\n\n```\n$ make VERSION=1.0.0\n```\n\nExecutable binaries\n--\n\nThey are on [GitHub Releases](https://github.com/moznion/ltsv_exporter/releases).\n\nAuthor\n--\n\nmoznion(\u003cmoznion@gmail.com\u003e)\n\nLicense\n--\n\n```\nThe MIT License (MIT)\nCopyright © 2016 moznion, http://moznion.net/ \u003cmoznion@gmail.com\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the “Software”), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoznion%2Fltsv_exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoznion%2Fltsv_exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoznion%2Fltsv_exporter/lists"}