Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```