Skip to content

Commit dbaa6f6

Browse files
committed
v0.5.0
1 parent 1dd5335 commit dbaa6f6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "telegraf"
3-
version = "0.4.5"
3+
version = "0.5.0"
44
authors = ["Max Mindlin <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/maxmindlin/telegraf-rust"

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ by InfluxData for making metrics reporting easy for distributed services - see t
88

99
This library does not provide querying or other InfluxDB client-library features. This is meant to be lightweight and simple for services to report metrics.
1010

11-
Telegraf-rust supports all socket connection types, such as UDS(unix domain socket):
12-
- TCP(`tcp://`)
13-
- UDP(`udp://`)
14-
- UDS Stream(`unix://`)
15-
- UDS Datagram(`unixgram://`)
11+
Telegraf-rust supports all socket connection types, such as UDS (unix domain socket):
12+
- TCP (`tcp://`)
13+
- UDP (`udp://`)
14+
- UDS Stream (`unix://`)
15+
- UDS Datagram (`unixgram://`)
1616

1717
# Install
1818

0 commit comments

Comments
 (0)