You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ by InfluxData for making metrics reporting easy for distributed services - see t
8
8
9
9
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.
10
10
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):
0 commit comments