30 lines
298 B
Markdown
30 lines
298 B
Markdown
# ORION Telemetry
|
|
|
|
Telemetry microservice for the ORION Platform.
|
|
|
|
## Features
|
|
|
|
- Prometheus Metrics
|
|
- Health Checks
|
|
- Structured Logging
|
|
- Kubernetes Ready
|
|
- Docker Ready
|
|
|
|
## Tech Stack
|
|
|
|
- Go
|
|
- Gin
|
|
- Prometheus
|
|
- Kubernetes
|
|
- Harbor
|
|
- Gitea
|
|
|
|
## Build
|
|
|
|
go build ./...
|
|
|
|
## Run
|
|
|
|
go run ./cmd/server
|
|
|