Skip to content

Instantly share code, notes, and snippets.

@rawkode
Created February 28, 2020 18:25
Show Gist options
  • Save rawkode/64fd1a8a936950ce3a6d30e16c63fcbe to your computer and use it in GitHub Desktop.
Save rawkode/64fd1a8a936950ce3a6d30e16c63fcbe to your computer and use it in GitHub Desktop.
.define(
INFLUXDB_MEASUREMENT,
Type.STRING,
"",
Importance.LOW,
INFLUXDB_MEASUREMENT_DOC
)
.define(
INFLUXDB_MEASUREMENT_FIELD,
Type.STRING,
"",
Importance.LOW,
INFLUXDB_MEASUREMENT_FIELD_DOC
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment