{"id":13582162,"url":"https://github.com/danesparza/influx-annotate","last_synced_at":"2025-04-06T14:30:28.185Z","repository":{"id":57581992,"uuid":"88760163","full_name":"danesparza/influx-annotate","owner":"danesparza","description":"Command line tool to add annotations to an InfluxDB database","archived":true,"fork":false,"pushed_at":"2017-04-19T19:01:08.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-14T13:15:53.033Z","etag":null,"topics":["annotations","batch-file","command-line","command-line-tool","grafana","influxdb","script"],"latest_commit_sha":null,"homepage":null,"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/danesparza.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":"2017-04-19T15:21:02.000Z","updated_at":"2023-03-24T14:09:08.000Z","dependencies_parsed_at":"2022-09-26T19:32:11.084Z","dependency_job_id":null,"html_url":"https://github.com/danesparza/influx-annotate","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danesparza%2Finflux-annotate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danesparza%2Finflux-annotate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danesparza%2Finflux-annotate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danesparza%2Finflux-annotate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danesparza","download_url":"https://codeload.github.com/danesparza/influx-annotate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247495610,"owners_count":20948084,"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","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":["annotations","batch-file","command-line","command-line-tool","grafana","influxdb","script"],"created_at":"2024-08-01T15:02:27.888Z","updated_at":"2025-04-06T14:30:27.912Z","avatar_url":"https://github.com/danesparza.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# influx-annotate [![CircleCI](https://circleci.com/gh/danesparza/influx-annotate.svg?style=svg)](https://circleci.com/gh/danesparza/influx-annotate)\nCommand line tool to add annotations to an InfluxDB database.  \n\nSuitable for batch files, deployment scripts, unicorn logging\n\n## Quick start \n\n* Make sure you've already got [InfluxDB](https://docs.influxdata.com/influxdb/v1.2/introduction/installation/) up and running.  In InfluxDb, [create the database](https://docs.influxdata.com/influxdb/v1.2/guides/writing_data/#creating-a-database-using-the-http-api) that you want to log to.\n* Get the [latest release](https://github.com/danesparza/influx-annotate/releases/latest) for your platform (it's just a single executable) \n* Log your annotation data:\n```\ninflux-annotate -server=\"http://your-influxdb-server:8086\" -tags=\"application=Super unicorn app\" -value=\"Build_20170414.2\"\n```\n\nIf you need help, just run `influx-annotate -h`.\n\nThere are a few command line parameters available:\n\nParameter       | Description\n----------      | -----------\nserver          | The [InfluxDB server](https://docs.influxdata.com/influxdb/v1.2/concepts/glossary/#server) to use.  Defaults to 'http://localhost:8086'\ndatabase        | The [InfluxDB database](https://docs.influxdata.com/influxdb/v1.2/concepts/glossary/#database) to use. Defaults to 'events'\nname            | The [measurement name](https://docs.influxdata.com/influxdb/v1.2/concepts/glossary/#measurement).  Defaults to 'build'\nvalue           | The [measurement value](https://docs.influxdata.com/influxdb/v1.2/concepts/glossary/#field-value)\ntags            | Comma separated list of [tags](https://docs.influxdata.com/influxdb/v1.2/concepts/glossary/#tag-set).  Example: `application=My app name,env=dev,machine=server01`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanesparza%2Finflux-annotate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanesparza%2Finflux-annotate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanesparza%2Finflux-annotate/lists"}