app.foo.dc.uswest.host.servera.cpu_wait
app.foo.dc.uswest.host.servera.network_in_bytes
app.foo.dc.uswest.host.servera.network_out_bytes
…
Sensor at the end
Slide 46
Slide 46 text
What values do I have
on dimension X?
hosts, data centers, services, applications
{!
"Name": “Redis Connections",!
"Host": "serverA.influxdb.com",!
"Data Center": "US West"!
}!
Queryable!
Which hosts have redis connections?
Slide 56
Slide 56 text
{!
"Name": "Erorrs",!
"Host": "serverA.influxdb.com",!
"Data Center": "US West",!
"Application": "My super rad app"!
}!
Queryable!
What names (sensors) do I have for My super rad app?
Slide 57
Slide 57 text
Queryable!
What names (sensors) do I have at 1h precision?
{!
"Name": "Erorrs",!
"Host": "serverA.influxdb.com",!
"Data Center": "US West",!
"Application": "My super rad app",!
"Precision": "1h"!
}!
Slide 58
Slide 58 text
Computation
select percentile(90)!
from ("Name": "CPU Wait", "Data Center": "US West")!
group by time(10m)!
where time > now() - 6h!
Slide 59
Slide 59 text
Hierarchy on the fly
What tags co-occur with a given tag?
Slide 60
Slide 60 text
Faceted Serch
Slide 61
Slide 61 text
Given “Host” and “Data
Center” what other tags
are there?