Skip to content

Commit 3480eae

Browse files
authored
README.md : updated metric types
1 parent 1599a3d commit 3480eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Metrics consist of 4 parameters: name, value, timestamp and tags.I
5757
| Parameter name | Type | Required | Default |
5858
| -------------- |:---------------------------------------------:|:--------:| ----------------:|
5959
| name | string | yes | - |
60-
| value | int / double / string / unsigned long long | yes | - |
60+
| value | int / double / string / int64_t | yes | - |
6161
| timestamp | chrono::time_point<std::chrono::system_clock> | no | current timestamp |
6262
| tags | vector<Tag> | no | -** |
6363

0 commit comments

Comments
 (0)