opentsdb: support integer tag values
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
2c55f5eb54
commit
0f12bbf71e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ struct OtsdbData {
|
||||||
metric: String,
|
metric: String,
|
||||||
value: OtsdbValue,
|
value: OtsdbValue,
|
||||||
timestamp: i64,
|
timestamp: i64,
|
||||||
tags: HashMap<String, String>,
|
tags: HashMap<String, OtsdbValue>,
|
||||||
}
|
}
|
||||||
|
|
||||||
const CONFIG_FILE: &str = "config.yaml";
|
const CONFIG_FILE: &str = "config.yaml";
|
||||||
|
|
Loading…
Reference in a new issue