https://github.com/atompi/metrics-post-station
Storing and retrieving metrics data can be achieved through HTTP requests
https://github.com/atompi/metrics-post-station
Last synced: about 1 year ago
JSON representation
Storing and retrieving metrics data can be achieved through HTTP requests
- Host: GitHub
- URL: https://github.com/atompi/metrics-post-station
- Owner: atompi
- License: apache-2.0
- Created: 2024-12-13T09:43:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T10:35:37.000Z (over 1 year ago)
- Last Synced: 2025-02-09T05:17:24.575Z (over 1 year ago)
- Language: Go
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Metrics Post Station
Metrics Post Station(MPS) is a middleware tool, storing and retrieving metrics data can be achieved through HTTP requests. Specifically, you can use POST requests to receive metrics data and GET requests to return stored metrics data.
## Build
```
docker build -t atompi/metrics-post-station:v1.0.0 .
```
## Deploy
```
mkdir -p logs
# edit metrics-post-station.yaml
docker-compose up -d
```
## Recommended Usage:
Use in conjunction with [atompi/pushgatewaybot](https://github.com/atompi/pushgatewaybot)