Releases: citahub/cita-monitor
Releases · citahub/cita-monitor
v0.6.0
v0.6.0 (compare)
Changed
- Replace wget with curl to support socks5 protocol (f1bd6d7 by wangpengfei).
- Update agent images to support arm64/amd64 (5f5e812 by wangpengfei).
- Upgrade images to support arm/arm64 (8f33dcc by wangpengfei).
- Upgrade server images to support arm/arm64 (0f10502 by wangpengfei).
Documented
- Update alert policies document (50ca7ba by RainChen).
Fixed
- Fix make recipe:
make commit-release-notes
(57568f7 by RainChen).
v0.5.0
v0.5.0 (compare)
Added
- Add dashboard language choices (fec0975 by miaojun).
- Add disk alarm rules (bd5f83d by mfuuzy).
- Enable promethues configuration hot update function (fc8d380 by JiangXL).
Changed
- Change the way to read node address (233509a by miaojun).
Documented
- Docs: fix outdated url in changelog.md (0c93b5c by RainChen).
- Add multi language support explanation in readme.md (37ea930 by miaojun).
- Update agent readme citamon/agent-cita-exporter port to 1923 (3d54916 by FengJunSun).
- Add bandit skip issue explanation (bddf184 by miaojun).
Fixed
- Fix cita_monitor_agent.py for hex_number initialization issue (08b0c79 by flyq).
- Fix security vulnerability in psutil (20e3056 by miaojun).
Misc
- Update copyright owner in license (3169e20 by RainChen).
- Migrate repo from cryptape to citahub (03a4ecd by RainChen).
- Show more padding for
make help
(a755ea5 by RainChen). - Config bandit to skip some issues[b605,b607,b104] (df78869 by miaojun).
- Use bandit as linter tool to find common security issues in python code (45629cd by RainChen).
v0.4.1
v0.4.1 (compare)
Added
- Add: show rabbitmq-server process info in process info dashboard (43d3e57 by RainChen).
Documented
- Docs: fix typo in release flow (75bf6eb by RainChen).
Fixed
- Fix prometheus not connected due to incorrect container name alertmanager (fd0b5b2 by JiangXL).
- Fix live update of soft version (0e9ea40 by blankwu).
Misc
v0.4.0
v0.4.0 (compare)
Added
- Agent script gets block consensus node votes (66dbeb7 by JiangXL).
- Control the execution frequency of the du command, once every 1 hour (ffb1929 by JiangXL).
- Add cita_with_agent to Integrate CITA with agent services (8eeddbd by mfuuzy).
- Add block consensus node vote number displayed in chain info (757a20d by JiangXL).
- Add a node directory log file using the size of the display (e42ad5f by JiangXL).
- Add agent proxy to get data using one port (c91946b by JiangXL).
- Add test/makefile to bring in build/test recipes (576d8c9 by RainChen).
- Add test dir and init system testing env (7c3b237 by RainChen).
- Add
make generate-build-version
: generate build metadata using format "x.y.z+yyyymmddhhmmss.commitshortid", e.g.: "0.3.0+20190606200449.40564fe"; addmake show-full-version
: show product version and build version, e.g.: "v0.3.0+20190606201137.40564fe" (bcc76f9 by RainChen). - Add genesis block hash display for chain meta data (2d38c53 by JiangXL).
- Dashboard add version display (99447fd by blankwu).
Changed
- Change the service name (a031404 by mfuuzy).
- Update readme agent unified port (9ccb065 by JiangXL).
- Update test/makefile to add
make rpc-block-number-all
to call cita rpc method blocknumber for all nodes (375eab4 by RainChen). - Update prometheus.yml for deployment only when you need to sed once (c13611e by JiangXL).
- Update document instructions to modify the agent to expose only one port (e0abb7b by JiangXL).
- Update grafana build process (50311b5 by blankwu).
- Update grafana build process, del compose mount dashboard files (d228c24 by blankwu).
- Modify the agent .env.example annotation (359c6dc by JiangXL).
Documented
- Docs: update readme about introduction (e5d9f00 by RainChen).
- Docs: add coding style guide for prometheus (44ea685 by RainChen).
- Update agent readme (57fa9a5 by JiangXL).
- Update grafana build command readme (e98bd4b by blankwu).
Fixed
- Fix show full pie chart, delete dup ip and port information (9bc30b6 by blankwu).
- Fix the new version image and get the cita version number. (0d8a763 by JiangXL).
- Fix dockerfile comment (f0c8717 by blankwu).
- Fix container startup failed after modifying docker-compose.xml service name (154729d by JiangXL).
Removed
- Remove redundant readme (3fc0234 by JiangXL).
- Remove timezone from docker-compose.xml (da017ab by JiangXL).
Misc
v0.3.0
v0.3.0 (compare)
Added
- Add devtools/release/keepachangelog-template (92dffa1 by RainChen).
- Add make receipts for release flow (1ac3c44 by RainChen).
- Add voter graph (58b4ce2 by blankwu).
- Add vote status (9463eed by blankwu).
- Add
make changelog
to generate changelog.md from git logs (64d823b by RainChen). - Add used and free disk values (078acf5 by blankwu).
- Add hard disk remaining space information (ea660e4 by JiangXL).
Documented
- Docs: add badges in readme (4a77b43 by RainChen).
- Docs: update readme (56a88c8 by RainChen).
- Docs: rename docs/alert_strategies.md to docs/alert_policies.md (e07de43 by RainChen).
Fixed
- Fix vote list dup, add node id label query (d1da247 by blankwu).
- Fix docker image name and docker container name (8f11e3a by blankwu).
- Fix python format, del node dir multipath (9aeea21 by blankwu).
- Fix: make
make lint-shell-code
works in linux (8532651 by RainChen). - Fix: install requirements for agent/cita_exporter in
make deps
(2427dd9 by RainChen).
Misc
- Update script format (05652bc by blankwu).
- Update the cita node info dashboard layout (a1b9fbb by JiangXL).
- Update dashboard, fix pie graph (6c4cfd7 by blankwu).
- Chore: disable some pylint modules for now (d2c24a4 by RainChen).
- Refactor: unnecessary "else" after "return" (no-else-return) (c32484e by RainChen).
- Refactor: trailing newlines (trailing-newlines) (21046c6 by RainChen).
- Refactor: unnecessary parens after 'return' keyword (superfluous-parens) (ce58526 by RainChen).