Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arthursens/prometheus-ct-e2e-test


https://github.com/arthursens/prometheus-ct-e2e-test

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Prometheus-CT-e2e-test

Sample repository to e2e test collection of Counter/Histogram/Summary created timestamps

### Running test

First build the instrumented app

```console
make docker-build
```

Now you can run the test with

```
make tests
```