mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
* Add support for discovering Linode IPv6 ranges associated with linodes. * Add optional but recommended region filtering (faster queries, more relevant information). * Added missing fields in configuration.md, updated linode test cases. * Convert to TableDrivenTests as per tjhop request. Signed-off-by: David Andruczyk <dandrucz@akamai.com>
13 lines
219 B
JSON
13 lines
219 B
JSON
{
|
|
"data": [
|
|
{
|
|
"range": "2600:3c04:e001:456::",
|
|
"prefix": 64,
|
|
"region": "ca-central",
|
|
"route_target": "2600:3c04::f03c:92ff:fe1a:fb68"
|
|
}
|
|
],
|
|
"page": 1,
|
|
"pages": 1,
|
|
"results": 1
|
|
}
|