Skip to content

Releases: alipay/container-observability-service

Release v0.1.6

29 Apr 04:13
2844035
Compare
Choose a tag to compare

Main Features

  • Support displaying pod yaml and node yaml in grafana dashboard
  • Multiple bug fixes and CI/CD improvement

What's Changed

Full Changelog: v0.1.5...v0.1.6

Release v0.1.5

21 Mar 02:42
481af33
Compare
Choose a tag to compare

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

  • Fix the bug that custom-log scrollbar uncontrolled by @LLKCoder in #103

Full Changelog: v0.1.4...v0.1.5

Release v0.1.4

19 Mar 03:32
3aee036
Compare
Choose a tag to compare

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

08 Mar 03:40
b7c834f
Compare
Choose a tag to compare

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

23 Feb 03:08
35c7559
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.1.1...v0.1.2

Release v0.1.1

02 Dec 05:13
f405aa2
Compare
Choose a tag to compare

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:

  • Fix cross cors bug #38
  • Add git workflows and issue templates. #20 #26 #29
  • Fix typo in readme and documents #1 #5 #21 #32