https://github.com/mmcshane/tallyotel-demo
Demo of tallyotel + Prometheus
https://github.com/mmcshane/tallyotel-demo
Last synced: 7 months ago
JSON representation
Demo of tallyotel + Prometheus
- Host: GitHub
- URL: https://github.com/mmcshane/tallyotel-demo
- Owner: mmcshane
- Created: 2021-09-20T17:15:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-14T21:07:03.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T06:23:23.655Z (9 months ago)
- Language: Go
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tallyotel-demo
This is a demo of the [tallyotel](https://github.com/mmcshane/tallyotel) library
being used to export Open Telemetry metrics instruments with Prometheus.To start a prometheus listener on localhost:8080
```.go
go run main.go
```