Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit 6148ea8

Browse files
authored
Merge pull request #80 from influxdata/russorat-patch-1
fix(readme): add link to latest client lib, update links
2 parents bec2ce3 + 60a53ec commit 6148ea8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# InfluxDB .NET Collector [![Build status](https://ci.appveyor.com/api/projects/status/0tqovixkf1e1pqu3/branch/master?svg=true)](https://ci.appveyor.com/project/NicholasBlumhardt/influxdb-lineprotocol/branch/master) [![NuGet Version](http://img.shields.io/nuget/v/InfluxDB.LineProtocol.svg?style=flat)](https://www.nuget.org/packages/InfluxDB.LineProtocol/)
22

3-
This is a C# implementation of the [InfluxDB](http://influxdb.org) ingestion ['Line Protocol'](https://influxdb.com/docs/v0.9/write_protocols/line.html).
3+
### Note: This library is for use with InfluxDB 1.x. For connecting to InfluxDB 2.x instances, please use the [influxdb-client-csharp](https://github.com/influxdata/influxdb-client-csharp) client.
4+
5+
This is a C# implementation of the [InfluxDB](http://influxdb.org) ingestion ['Line Protocol'](https://docs.influxdata.com/influxdb/latest/write_protocols/line_protocol_tutorial/).
46

57
You can use it to write time series data to InfluxDB version 0.9.3+ over HTTP or HTTPS. Two packages are provided:
68

@@ -48,7 +50,7 @@ Metrics.Write("cpu_time",
4850
Metrics.Measure("working_set", process.WorkingSet64);
4951
```
5052

51-
View aggregated metrics in a dashboarding interface such as [Grafana](http://grafana.org).
53+
View aggregated metrics in a dashboarding interface such as [Chronograf](https://www.influxdata.com/time-series-platform/chronograf/) or [Grafana](http://grafana.org).
5254

5355
## Raw Client API
5456

0 commit comments

Comments
 (0)