https://github.com/laiambryant/ubiquitous-eye
A small portfollio application in go that fetches data from the github api used to test opentelemetry
https://github.com/laiambryant/ubiquitous-eye
go opentelemetry-go
Last synced: 3 months ago
JSON representation
A small portfollio application in go that fetches data from the github api used to test opentelemetry
- Host: GitHub
- URL: https://github.com/laiambryant/ubiquitous-eye
- Owner: laiambryant
- Created: 2025-02-27T08:50:02.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-27T22:27:59.000Z (3 months ago)
- Last Synced: 2025-02-27T23:34:47.352Z (3 months ago)
- Topics: go, opentelemetry-go
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ubiquitous-eye
A small portfolio application, used to test opentelemetry with go.
# Running
To run the application you can either run it in the docker container through the
``` bash
docker compose up
```command while in the root directory or if you have go installed on your machine run
``` bash
go run main.go
```while in the src folder.