Created
February 28, 2020 18:25
-
-
Save rawkode/64fd1a8a936950ce3a6d30e16c63fcbe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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