Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthursens/prometheus-ct-e2e-test
https://github.com/arthursens/prometheus-ct-e2e-test
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arthursens/prometheus-ct-e2e-test
- Owner: ArthurSens
- License: apache-2.0
- Created: 2023-08-01T21:36:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T22:52:14.000Z (about 1 year ago)
- Last Synced: 2024-04-15T22:54:16.706Z (7 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```