Difference between revisions of "InfluxDB"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 10: Line 10:
 
Help:
 
Help:
 
* <code>[[influxd --help]]</code>
 
* <code>[[influxd --help]]</code>
 +
 +
== Line protocol ==
 +
InfluxDB accepts data via HTTP, TCP, and UDP. It defines a line protocol backwards compatible with [[Graphite]] and takes the form:
 +
:<code>measurement(,tag_key=tag_val)* field_key=field_val(,field_key_n=field_value_n)* (nanoseconds-timestamp)?</code>
  
 
== Related terms ==
 
== Related terms ==

Revision as of 07:11, 18 April 2021

wikipedia:InfluxDB (2013, go) open source TSDB. InfluxDB has no external dependencies[7] and provides an SQL-like language, listening on port 8086.

Installation:

  • apt install influxdb

Status:

Help:

Line protocol

InfluxDB accepts data via HTTP, TCP, and UDP. It defines a line protocol backwards compatible with Graphite and takes the form:

measurement(,tag_key=tag_val)* field_key=field_val(,field_key_n=field_value_n)* (nanoseconds-timestamp)?

Related terms

See also

Advertising: