owl icon indicating copy to clipboard operation
owl copied to clipboard

Distributed monitoring system

Results 6 owl issues
Sort by recently updated
recently updated
newest added

楼主:感谢分享。 请问产品RoadMap是否能提供下? 谢谢

![image](https://user-images.githubusercontent.com/8000832/49206647-a96b9980-f3ed-11e8-8860-4bd917d1fcd6.png)

owl的k8sagent输入到owl中的数据为: `{ "metric": "k8s.restart.count", "data_type": "counter", "value": 0, "tags": { "container":"fronted-prod-v1", "namespace":"web-ns", "port": "3306", pod="fronted-prod-v1-7d7fd69755-62dlh" } }` 我希望可以根据其中的任意的标签定义一个服务,比如namespace和container。那么在TSDB中的所有的包含这个标签的metrcs都属于这个服务的监控项目。 报警:可以根据自定义的tsdb查询语句报警,比如k8s.restart.count携带定义服务时候的标签,能够对查询到的多个结果报警

请问有ubuntu 的 部署文档么?

In current situation,when the repeater receivers the time series data sent by the owl client,it will be stored in go channel。if repeater process crashes at this time,it will lost all...