telegraf 0.6.0

Minimal rust wrapper for the telegraf/influxdb protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.telegraf_derive]
version = "0.2.0"

[dependencies.url]
version = "2.1.1"

[package]
authors = ["Max Mindlin <maxmindlin@gmail.com>"]
categories = ["database"]
description = "Minimal rust wrapper for the telegraf/influxdb protocol"
edition = "2018"
keywords = ["telegraf", "influxdb", "influx", "metrics"]
license = "MIT"
name = "telegraf"
readme = "README.md"
repository = "https://github.com/maxmindlin/telegraf-rust"
version = "0.6.0"