Package com.influxdb.client.osgi
Annotation Interface LineProtocolWriter.Config
- Enclosing class:
- LineProtocolWriter
public static @interface LineProtocolWriter.Config
Configuration for Line Protocol Writer.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionInfluxDB bucket to write data (overriding bucket ofInfluxDBClient).OSGi target filter for InfluxDB connection, i.e.InfluxDB organization to write data (overriding organization ofInfluxDBClient). -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionString[]OSGi event handler topic(s).booleanCurrent timestamp is appended to line protocol record(s) is enabled.
-
Element Details
-
client_target
String client_targetOSGi target filter for InfluxDB connection, i.e.(alias=test). The following properties are copied fromInfluxDBConnector:organization,bucket,database,url,alias. -
organization
String organizationInfluxDB organization to write data (overriding organization ofInfluxDBClient). -
bucket
String bucketInfluxDB bucket to write data (overriding bucket ofInfluxDBClient).
-
-
-
event_topics
String[] event_topicsOSGi event handler topic(s).- Default:
- {"influxdb/lineprotocol"}
-
timestamp_append
boolean timestamp_appendCurrent timestamp is appended to line protocol record(s) is enabled.- Default:
- false
-