Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deadcowdev/report-metric-server
Convert test reports to metrics
https://github.com/deadcowdev/report-metric-server
docker junit node
Last synced: 28 days ago
JSON representation
Convert test reports to metrics
- Host: GitHub
- URL: https://github.com/deadcowdev/report-metric-server
- Owner: DeadCowDev
- License: mit
- Created: 2023-11-18T11:53:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T02:11:34.000Z (about 1 year ago)
- Last Synced: 2024-11-06T04:15:22.297Z (3 months ago)
- Topics: docker, junit, node
- Language: TypeScript
- Homepage:
- Size: 246 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Report Metric Server
## Description
Report Metric Server receives metrics of tests and exports them as metrics.
## Tech Stack
- Node.js
- Express## Supported Formats
### Inputs
- JUnit XML
### Outputs
- Prometheus
- JSON## Installation
```bash
$ pnpm install
```## Running the app
```bash
# development
$ pnpm dev# build
$ pnpm build# run the build output
$ pnpm start
```