Property
influxdb
| Property Name | Type | Description | Required |
|---|---|---|---|
| bind_address | string | ||
| build | string | ||
| databases | array of string | ||
| go_arch | string | ||
| go_max_procs | integer | ||
| go_os | string | ||
| go_version | string | ||
| network_hostname | string | ||
| uptime | string | ||
| version | string |
↑ TopExample
{
"bind_address": null,
"databases": [
"_internal",
"k6"
],
"go_arch": "amd64",
"go_max_procs": 4,
"go_os": "linux",
"go_version": "go1.7.4",
"network_hostname": "influxdb-deployment-6ccf9b879b-bt6cb",
"uptime": "129h16m24.585528409s",
"version": "1.2.2"
}