Skip to content

Commit

Permalink
feat: add backstage catalog for team-ledger (#1986)
Browse files Browse the repository at this point in the history
* feat: add backstage catalog-info for team-ledger

Co-Authored-By: Gabriel Aranha <[email protected]>

* chore: add Grafana links for stratus metrics

Co-Authored-By: Gabriel Aranha <[email protected]>

* docs: improve description to mention EVM executor and RocksDB storage

Co-Authored-By: Gabriel Aranha <[email protected]>

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Aranha <[email protected]>
  • Loading branch information
1 parent d9ec0f1 commit dc2a76f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: stratus
description: An EVM-compatible blockchain providing an EVM executor and JSON-RPC server, with RocksDB for custom storage
annotations:
github.com/project-slug: cloudwalk/stratus
backstage.io/techdocs-ref: dir:.
tags:
- rust
- blockchain
- evm
links:
- url: https://github.com/cloudwalk/stratus
title: Repository
icon: github
- url: https://grafana.cloudwalk.network/d/fc5870d5-2b1d-4873-ab64-080d025df0eb/stratus-general
title: Application Metrics
icon: dashboard
- url: https://grafana.cloudwalk.network/d/rYdddlPWk2/node-exporter
title: VM Metrics
icon: dashboard
spec:
type: service
system: Ledger
lifecycle: production
owner: team-ledger

0 comments on commit dc2a76f

Please sign in to comment.