Commit Graph

475 Commits

Author SHA1 Message Date
yushuangyu d4970d7d90 update go mod 2022-07-04 15:47:53 +08:00
yushuangyu 870b6be01a add kafka alerts and dashboard conf 2022-07-04 15:37:31 +08:00
yushuangyu f3d496099a resolve conflicts 2022-07-03 22:14:09 +08:00
yushuangyu b004dc4c61 1. add kafka metrics collector
2. change Sample funcs from package inputs to types to avoid cycle imports
3. add runtimex.Stack to print stack detail when panic
2022-07-03 22:01:41 +08:00
Ulric Qin fc8666e988 update README 2022-07-01 16:16:06 +08:00
Ulric Qin 9c55edd539 add es dashboard.json 2022-07-01 14:04:05 +08:00
Ulric Qin 2d1366c497 update switch dashboard 2022-07-01 12:26:10 +08:00
Ulric Qin 3a1a9fa0dd add switch dashboard.json 2022-06-30 18:27:51 +08:00
Ulric Qin 60c5054c13 modify default settings of es plugin 2022-06-30 17:37:49 +08:00
kongfei605 3e292e18cf
Merge pull request #64 from kongfei605/prom_inputs
[fix] name_prefix invalid to prometheus sample
2022-06-30 11:06:30 +08:00
kongfei a5872ea797 more detail name for prom parser method 2022-06-30 11:02:14 +08:00
kongfei fe549740ae [fix] name_prefix invalid to prometheus sample 2022-06-30 10:53:07 +08:00
kongfei efdbf5c5e6 [fix] name_prefix invalid to prometheus sample 2022-06-30 10:29:05 +08:00
ulricqin 9cc075d8e1
Merge pull request #63 from lishijiang/add-column 2022-06-30 10:01:28 +08:00
lishijiang e9918290b0 clickhouse table add hostname column 2022-06-30 09:46:16 +08:00
Ulric Qin 04fe1eb704 add breaker for node_stats 2022-06-29 19:42:43 +08:00
ulricqin 2c7b486b75
Merge pull request #59 from ysyneu/main
more factories and docs for traces; support config files with .yml suffix
2022-06-29 19:07:26 +08:00
kongfei 0a8d35ca0d update readme 2022-06-29 14:21:03 +08:00
Ulric Qin 84d205f714 refactor es plugin 2022-06-29 12:26:22 +08:00
Ulric Qin 9112e403ac modify default settings of plugin es 2022-06-29 11:47:23 +08:00
Ulric Qin b6072e67e5 add address tag for es plugin 2022-06-29 11:40:54 +08:00
ysyneu a6e15f7fe9
Merge branch 'main' into main 2022-06-29 10:10:36 +08:00
Ulric Qin b4d2c7f28d replace invalid chars in metric name 2022-06-29 08:57:38 +08:00
Ulric Qin be8124772b code refactor 2022-06-29 08:25:22 +08:00
Ulric Qin 94a403b1f8 code refactor 2022-06-29 08:07:28 +08:00
Ulric Qin ef0e2b5c86 code refactor 2022-06-29 08:05:37 +08:00
Ulric Qin 9561275da1 refactor es plugin 2022-06-29 07:54:48 +08:00
Ulric Qin d0747c637f add elasticsearch_up metric 2022-06-29 07:49:46 +08:00
Ulric Qin 9b0596c73a es default settings 2022-06-29 07:21:22 +08:00
Ulric Qin a269430934 register es plugin 2022-06-29 07:16:54 +08:00
Ulric Qin d88c8fccb4 add es plugin, beta version 2022-06-28 23:59:47 +08:00
ysyneu 57f4c8895e
Merge branch 'flashcatcloud:main' into main 2022-06-28 20:12:38 +08:00
yushuangyu e11cc6677e add more docs for traces.yaml 2022-06-28 20:11:39 +08:00
Ulric Qin d13ef2d3d9 Merge branch 'main' of github.com:flashcatcloud/categraf 2022-06-28 19:59:08 +08:00
Ulric Qin 1f157a6ac3 update kubernetes README 2022-06-28 19:58:57 +08:00
kongfei605 05c2a0e0bb
Merge pull request #58 from kongfei605/readme
update readme
2022-06-28 17:11:56 +08:00
kongfei c4ef069f33 update readme 2022-06-28 17:10:47 +08:00
ulricqin 4c5d4252f5
Merge pull request #57 from ysyneu/main
add traces support
2022-06-28 17:05:37 +08:00
yushuangyu cf5b714013 rename traces.yaml 2022-06-28 17:04:57 +08:00
ysyneu 632369bfc4
Merge branch 'flashcatcloud:main' into main 2022-06-28 16:34:04 +08:00
yushuangyu ae7ec8008e add trace support 2022-06-28 16:33:27 +08:00
kongfei605 8e2a88389c
Merge pull request #56 from kongfei605/prom_support_env
sidecar demo
2022-06-28 15:52:47 +08:00
kongfei 1060a425e7 sidecar demo in readme 2022-06-28 15:49:10 +08:00
kongfei d26c2aae11 sidecar demo 2022-06-28 15:41:39 +08:00
kongfei605 d9455a13ed
Merge pull request #55 from kongfei605/prom_support_env
support env var for prom instances
2022-06-28 11:56:07 +08:00
kongfei aaf201b9d2 support env var for prom instances 2022-06-28 11:34:08 +08:00
ulricqin 6fa7e57294
Merge pull request #53 from tanxiao1990/fix-ping-dashboard-pr
fix: ping dashboard metric error fix
2022-06-25 16:33:36 +08:00
Ulric Qin ae415ec432 update README 2022-06-25 14:13:34 +08:00
tanxiao d6fe6e2a79 fix: ping dashboard metric error fix 2022-06-25 11:11:37 +08:00
kongfei605 bce7f9cf69
Merge pull request #52 from flashcatcloud/github_action
optimize building time of github action
2022-06-25 00:06:45 +08:00