Commit Graph

1158 Commits

Author SHA1 Message Date
Ulric Qin b5cfdb1ef6 upgrade 5.6.1 2022-04-14 12:58:02 +08:00
Ulric Qin 3a97a67c7e third time: code refactor for pr 906. use channel as queue for all the receivers 2022-04-14 12:57:30 +08:00
Ulric Qin 8d6101ec5a second time: code refactor for pr 906. new concurrent-map when init; move lock to WritersType 2022-04-14 12:43:39 +08:00
Ulric Qin e73da37bc0 first time: code refactor for pr 906 2022-04-14 11:11:14 +08:00
qzh 3d587a5762
perf(opentsdb): 数据拉取以ident分发,并把list方式改为chan方式,提高消费效率。如果有多个prometheus实例,也可以通过header中的Ident字段进行一致性hash分发。 (#906)
Co-authored-by: zhihao.qu <zhihao.qu@ly.com>
2022-04-14 10:31:36 +08:00
zheng 42a6be95e8
fix dashboard name (#911) 2022-04-13 21:34:25 +08:00
zheng ee8c367933
修复大盘目录错误 (#910) 2022-04-13 18:39:41 +08:00
Lars Lehtonen a20e19922e
src/pkg/ibex: fix dropped error (#907) 2022-04-13 10:43:32 +08:00
Ulric Qin d6d588c5aa upgrade image version 2022-04-11 15:00:26 +08:00
Ulric Qin 1ba0f5ab74 upgrade to 5.6.0 2022-04-08 11:43:11 +08:00
Ulric Qin b838cb1c6f return last insert object of metric view 2022-04-08 11:07:30 +08:00
Ulric Qin 7eb665e401 modify default sql of alert_aggr_view 2022-04-08 10:11:55 +08:00
Ulric Qin cb3e371094 parse tags for cur_events 2022-04-07 18:30:11 +08:00
ning ea30f38b9b doc: modify linux dashboard 2022-04-07 16:06:48 +08:00
ysyneu 8187334ef6
add alerts and dashboard templates for Elasticsearch, MongoDB and Linux Process (#904)
Co-authored-by: yushuangyu <yushuangyu@flashcat.cloud>
2022-04-07 15:53:09 +08:00
Ulric Qin ac24e8b028 fix: import builtin dashboards 2022-04-07 14:09:14 +08:00
Ulric Qin 30ba544f35 fix order metric_view 2022-04-07 12:01:16 +08:00
Ulric Qin 14b1bc3710 upgrade 5.5.1 2022-04-07 11:43:49 +08:00
Ulric Qin e8c0d6b987 order by cate and name 2022-04-07 11:37:49 +08:00
Ulric Qin d0efb206d9 add preset metric_view 2022-04-06 19:04:02 +08:00
Ulric Qin 8abb04afde use hostname+pid instead of ip 2022-04-06 10:27:28 +08:00
Ulric Qin f7318cfc5a alter table user to users 2022-04-05 09:12:30 +08:00
laiwei 067727165a
improve readme (#898)
* improve readme

* resize img of readme
2022-04-02 12:31:10 +08:00
Ulric Qin 544c93c7cf Merge branch 'main' of github.com:didi/nightingale 2022-04-02 12:28:58 +08:00
Ulric Qin 66bc023e51 bugfix: list builtin alerts and dashboards 2022-04-02 12:21:03 +08:00
ning c5ea2d0d24 doc: add linux telegraf dashboard 2022-04-02 11:15:45 +08:00
Ulric Qin 9e8d9b44b1 fix NotifyRecovered logic 2022-04-01 15:20:52 +08:00
Ulric Qin db15eaab04 add linux_by_telegraf alerts 2022-03-31 16:06:14 +08:00
Ulric Qin 9d016212c8 move sender package to common 2022-03-31 15:31:21 +08:00
Ulric Qin a4158c476e mv poster to common package 2022-03-31 15:27:14 +08:00
Ulric Qin 0f1148e096 add jmx_by_exporter dashboard 2022-03-31 15:01:03 +08:00
Ulric Qin 5d17f006f0 check smtp configurations 2022-03-31 12:02:57 +08:00
Ulric Qin 16d303a6fb rename var 2022-03-31 10:40:14 +08:00
Ulric Qin 70e5ac4898 add alert_aggr_view 2022-03-31 10:24:42 +08:00
UlricQin a914de63c6 upgrade docker-compose to 5.5.0 2022-03-30 15:37:55 +08:00
Ulric Qin dec518369b update readme 2022-03-30 14:31:21 +08:00
Ulric Qin 926a4e642a Merge branch 'main' of gitee.com:n9e/nightingale 2022-03-30 13:10:42 +08:00
UlricQin 3236883cce update server.conf 2022-03-30 13:09:58 +08:00
ning be1c3b17d6 doc: add node_exporter kafka_exporter zk_exporter's dashboard and alert template 2022-03-30 13:03:14 +08:00
Yening Qin a67356639b
feat: support OIDC (#893)
* feat: support oidc

* refactor: sso -> oidc

* refactor: add AccessToken

* refactor: change some naming
2022-03-30 11:01:02 +08:00
Lars Lehtonen 7b3cb2eb00
fix router errors (#894) 2022-03-30 10:57:54 +08:00
dependabot[bot] 8459ffb690
Bump github.com/gogo/protobuf from 1.1.1 to 1.3.2 (#895)
Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf) from 1.1.1 to 1.3.2.
- [Release notes](https://github.com/gogo/protobuf/releases)
- [Commits](https://github.com/gogo/protobuf/compare/v1.1.1...v1.3.2)

---
updated-dependencies:
- dependency-name: github.com/gogo/protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-30 10:18:31 +08:00
Ulric Qin b260a20646 give blank method for datadog-agent 2022-03-28 16:41:31 +08:00
Ulric Qin db29adff5d Merge branch 'main' of github.com:didi/nightingale 2022-03-28 10:25:56 +08:00
Ulric Qin d3576440d4 fix index of metric_view and alert_aggr_view 2022-03-28 10:15:53 +08:00
Ulric Qin c557e383b6 add metric_view crud method 2022-03-27 19:06:31 +08:00
laiwei 768a1e37e9 add contributing of readme 2022-03-25 16:02:46 +08:00
Ulric Qin 46e2fc6ab6 add windows metrics description 2022-03-23 18:08:32 +08:00
Ulric Qin dacf004797 add windows alerts 2022-03-23 17:47:22 +08:00
Ulric Qin 44ed81218a update promql of windows dashboard 2022-03-23 17:34:06 +08:00