diff --git a/docs/monitoring.md b/docs/monitoring.md index b2509b73a565600a973ea9f8dc3b17706e6fb36a..63f4f6f2881d2dfc4a6c2dd0bde13b7d7dbc605e 100644 --- a/docs/monitoring.md +++ b/docs/monitoring.md @@ -88,6 +88,10 @@ Direct InfluxDB ingest (for testing measurements and queries) * Java Client : https://github.com/influxdata/influxdb-java * Http API : /db/<database>/series?u=<user>&p=<pass> +* + +Decided to go with Http API rather than Java Client as the POJO abstraction is not needed for test cases as it hides +the detail of the line protocol. Agents: