{"id":19134024,"url":"https://github.com/umbrellio/telegraf_agent","last_synced_at":"2026-06-17T12:31:25.675Z","repository":{"id":56896939,"uuid":"166213962","full_name":"umbrellio/telegraf_agent","owner":"umbrellio","description":"Telegraf agent - a class for sending data to the telegraf server. Simple.","archived":false,"fork":false,"pushed_at":"2019-10-01T12:16:48.000Z","size":11,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-12-05T12:41:28.980Z","etag":null,"topics":["influxdata-telegraf","influxdb","telegraf","telegraf-agent"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/umbrellio.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":"2019-01-17T11:23:35.000Z","updated_at":"2019-08-19T20:25:33.000Z","dependencies_parsed_at":"2022-08-21T01:50:31.688Z","dependency_job_id":null,"html_url":"https://github.com/umbrellio/telegraf_agent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/umbrellio/telegraf_agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umbrellio%2Ftelegraf_agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umbrellio%2Ftelegraf_agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umbrellio%2Ftelegraf_agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umbrellio%2Ftelegraf_agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umbrellio","download_url":"https://codeload.github.com/umbrellio/telegraf_agent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umbrellio%2Ftelegraf_agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34449277,"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-06-17T02:00:05.408Z","response_time":127,"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":["influxdata-telegraf","influxdb","telegraf","telegraf-agent"],"created_at":"2024-11-09T06:24:57.665Z","updated_at":"2026-06-17T12:31:25.653Z","avatar_url":"https://github.com/umbrellio.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TelegrafAgent\n\n[![Build Status](https://travis-ci.org/umbrellio/telegraf_agent.svg?branch=master)](https://travis-ci.org/umbrellio/telegraf_agent)\n[![Coverage Status](https://coveralls.io/repos/github/umbrellio/telegraf_agent/badge.svg?branch=master)](https://coveralls.io/github/umbrellio/telegraf_agent?branch=master)\n[![Gem Version](https://badge.fury.io/rb/telegraf_agent.svg)](https://badge.fury.io/rb/telegraf_agent)\n\nClass for sending data to the telegraf server.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'telegraf_agent'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install telegraf_agent\n\n## Usage\n\nJust initialize an agent like:\n\n\n```ruby\nlogger = Logger.new(STDOUT)\nurl = \"tcp://localhost:1234\"\nagent = TelegrafAgent.new(url: url, logger: logger)\n```\n\nLogger param is optional.\n\nAnd then use:\n\n```ruby\ntags = { env: Rails.env }\nvalues = { action: \"index\", duration: 0.2 }\nagent.write(\"SuperProject\", tags: tags, values: values)\n```\nAll params are required.\n\n## License\nReleased under MIT License.\n\n## Authors\nCreated by Aleksey Bespalov.\n\n\u003ca href=\"https://github.com/umbrellio/\"\u003e\n  \u003cimg style=\"float: left;\" src=\"https://umbrellio.github.io/Umbrellio/supported_by_umbrellio.svg\" alt=\"Supported by Umbrellio\" width=\"439\" height=\"72\"\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumbrellio%2Ftelegraf_agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumbrellio%2Ftelegraf_agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumbrellio%2Ftelegraf_agent/lists"}