Releases: alipay/container-observability-service
v0.1.10
Main Feature
- Support TKP service for container delivery assurance
- TKP bug fixes
What's Changed
- Add the TKP feature item. by @meetwangdk in #136
New Contributors
- @meetwangdk made their first contribution in #136
Full Changelog: v0.1.9...v0.1.10
v0.1.9
v0.1.8
Main Features
- Support lunettes latency query
What's Changed
- update contributing doc by @liubin in #122
- add lunettes meta api to query lunettes latency by @zhangtong007 in #133
Full Changelog: v0.1.7...v0.1.8
Release v0.1.7
Main Features
- Support federation query
What's Changed
- Add a panel plugin named filter-panel. by @LLKCoder in #120
- rename delete-es to purge-es in cronjob by @ponsAoki in #126
- add query pod list feature by @zhangtong007 in #124
- add user config by @zhangtong007 in #130
New Contributors
Full Changelog: v0.1.6...v0.1.7
Release v0.1.6
Main Features
- Support displaying pod yaml and node yaml in grafana dashboard
- Multiple bug fixes and CI/CD improvement
What's Changed
- fix prometheus targets configuration err by @zhangtong007 in #86
- helm version is best to use v3.8.0 and above by @zhangtong007 in #98
- error message fix by @zhangtong007 in #101
- fix data exception by @LLKCoder in #105
- Set plugin volkovlabs-form-panel's version to 3.1.0 by @LLKCoder in #107
- Fix the bug that json format is incorrect and incomplete retrieval by @LLKCoder in #109
- Feature: Add podyaml and nodeyaml panel in dashboard and corresponding API by @wuchang0201 in #110
- add yaml json and rawdata json by @wuchang0201 in #111
- Fix pod span display - prevent certain unwanted stages to become parent stage by @wuchang0201 in #115
- Fix: grafana plugin version by @linuzb in #117
Full Changelog: v0.1.5...v0.1.6
Release v0.1.5
Main Features
Add a grafana plugin for customizable log panel in grafana dashboard, where users can customize the display content and format of the field.
What's Changed
Full Changelog: v0.1.4...v0.1.5
Release v0.1.4
Main Features
Add a grafana plugin for customizable log panel in grafana dashboard, where users can customize the display content and format of the field.
What's Changed
Full Changelog: v0.1.3...v0.1.4
Release v0.1.3
Main Features
Add a grafana plugin for displaying yaml in grafana dashboard
What's Changed
- add log mount capability by @zhangtong007 in #84
- add grafanadi and lunettes-chart delay start by @zhangtong007 in #77
- update grafana panel by @linuzb in #44
- Add a grafana plugin to display yaml file by @LLKCoder in #92
- Update default service type from LoadBalancer to NodePort and update nodeAffinity for filebeat/apiserver-audit-installer by @wuchang0201 in #87
New Contributors
Full Changelog: v0.1.2...v0.1.3
Release v0.1.2
Main Features
Support running Lunettes on different CPU architectures.
Support periodical data cleaning for elasticsearch.
Add end-to-end test for CI/CD
Add various supporting features and fix bugs.
What's Changed
- add dingtalk/github-issue link by @larryck in #61
- visualize keylifecycle event.Message by @beilineili in #62
- fix io read by @linuzb in #64
- add helm package by @linuzb in #43
- Cross arch support by @linuzb in #72
- fix the link jump exception by @zhangtong007 in #74
- update podresult to SLOViolationReason by @wuchang0201 in #48
- fix log printing stickiness by @zhangtong007 in #75
- add github package token by @linuzb in #78
- Feat/dockerhub helm by @linuzb in #79
- refactor kubernetes env by @linuzb in #83
- Feat/elasticsearch clean job by @linuzb in #82
New Contributors
- @zhangtong007 made their first contribution in #74
Full Changelog: v0.1.1...v0.1.2
Release v0.1.1
Feat:
-
Kubernetes Pod creation issue diagnosis. Give the result code of why it’s not ready, such as FailedScheduling, IpAllocatedFailed.
-
Kubernetes Pod creation tracing. Separating typical Pod creation phases such as Scheduling/IpAllocating/VolumeMounting as spans and tracking the time-consuming and errors of each span.
-
Kubernetes Pod creation SLO. Define the pod creation SLO, calculate the time consumption of the whole platform, and output pod creation SLO statistics.
-
One stop/multi-cluster supporting container lifecycle observability portal.
-
The cross-arch-support branch to support running Lunettes on different arch machines, such as Arm.
-
The container-lifecycle-summary branch integrates some AI technologies to give users a brief summary of the root cause of the current error status.
Fix: