Skip to content

Commit 7c65031

Browse files
committed
add status badges to readme
1 parent a4ae755 commit 7c65031

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/staging.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- master
8-
- deploy/gcp
98

109
workflow_dispatch:
1110

ReadMe.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Crane Cloud Monitoring API
2-
32
[![Prod](https://github.com/crane-cloud/monitoring-api/actions/workflows/prod.yml/badge.svg)](https://github.com/crane-cloud/monitoring-api/actions/workflows/prod.yml)
3+
[![staging](https://github.com/crane-cloud/monitoring-api/actions/workflows/staging.yml/badge.svg)](https://github.com/crane-cloud/monitoring-api/actions/workflows/staging.yml)
44

55
The Crane Cloud Monitoring API provides a backend service for monitoring resource usage (CPU, memory, network) within a Kubernetes environment. It interfaces with Prometheus to fetch and aggregate metrics data.
66

@@ -44,5 +44,3 @@ The Crane Cloud Monitoring API provides a backend service for monitoring resourc
4444
## API Documentation
4545

4646
Swagger documentation is available once the application is running, accessible at `/apidocs`.
47-
48-

0 commit comments

Comments
 (0)