Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeboten/otlpserver
sample otlp server
https://github.com/codeboten/otlpserver
Last synced: about 1 month ago
JSON representation
sample otlp server
- Host: GitHub
- URL: https://github.com/codeboten/otlpserver
- Owner: codeboten
- Created: 2021-07-27T05:01:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T05:01:59.000Z (over 3 years ago)
- Last Synced: 2024-11-07T19:49:37.603Z (3 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# otlpserver
Sample OTLP server.## run
```bash
git clone [email protected]:codeboten/otlpserver.git && otlpserver
go run cmd/main.go
```