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
{{ message }}
This repository was archived by the owner on Jul 18, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Supporting the full/read API of InfluxDB is an explicit _non-goal_: this package
14
14
Install the _InfluxDB.Collector_ NuGet package:
15
15
16
16
```powershell
17
-
Install-Package InfluxDB.Collector -Pre
17
+
Install-Package InfluxDB.Collector
18
18
```
19
19
20
20
Add `using` statements where needed:
@@ -55,7 +55,7 @@ View aggregated metrics in a dashboarding interface such as [Grafana](http://gra
55
55
The raw API is a very thin wrapper on InfluxDB's HTTP API, in the _InfluxDB.LineProtocol_ package.
56
56
57
57
```powershell
58
-
Install-Package InfluxDB.LineProtocol -Pre
58
+
Install-Package InfluxDB.LineProtocol
59
59
```
60
60
61
61
To send points, create a `LineProtocolPayload` containing a batch of `LineProtocolPoint`s. Each point carries the measurement name, at least one value, an optional set of tags and an optional timestamp:
0 commit comments