You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,10 @@ Chronos is a comprehensive developer tool that monitors the health and web traff
29
29
- Improved metrics visualization by embedding more interactive and flexible Grafana charts for Docker and Kubernetes examples.
30
30
- Increased test coverage up to 80% by crafting comprehensive unit, integration, and end-to-end tests using Jest and Selenium.
31
31
- Fixed Docker example for not being able to display metrics correctly.
32
-
- Designed an interactive 3D visualization showcasing the infrastructure of Kubernetes clusters, providing enhanced insights into the intricate resource distribution and configuration within the cluster for developers and users.
32
+
- Designed an interactive 3D visualization showcasing the infrastructure of Kubernetes clusters (Namespace, Service, Pod), providing enhanced insights into the intricate resource distribution and configuration within the cluster for developers and users.
33
33
- Engineered workflow efficiencies by orchestrating CI/CD pipelines, automating testing, and establishing deployment procedures, resulting in accelerated development cycles and higher reliability.
34
-
- Increased Typescript coverage for more code quality and application robustness.
35
-
- Updated README instructions within the provided Docker and Kubernetes examples for how to configure Grafana in a smooth and easy way.
34
+
- Increased Typescript coverage for better code quality and application robustness.
35
+
- Updated README instructions within the provided Docker and Kubernetes examples for how to configure Prometheus and Grafana in a smooth and easy way.
36
36
- Revised README instructions for the `@chronosmicro/tracker` NPM package for how to use this package to monitor their own applications.
37
37
38
38
@@ -186,7 +186,7 @@ Refer to the [microservices README](./examples/microservices/README.md) in the `
186
186
187
187
# Testing
188
188
189
-
We've created testing suites for Chronos with React Testingand Jest - instructions on running them can be found in the [testing README](./__tests__/README.md).
189
+
We've created testing suites for Chronos with React Testing, Jest, and - instructions on running them can be found in the [testing README](./__tests__/README.md).
0 commit comments