server component for telemetry toolit for web browser apps
- Go 81.1%
- Shell 9.1%
- Makefile 6.6%
- Ruby 3.2%
| .github/workflows | ||
| api | ||
| cmd | ||
| db | ||
| Formula | ||
| logger | ||
| models | ||
| scripts | ||
| .gitignore | ||
| .goreleaser.yml | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| Makefile | ||
| README.md | ||
UNDER CONSTRUCTION
Experimental Server in support of the Idionautic application performance monitoring project.
This repository holds the POC server that the Idionautic Agent posts observations to.
Initially data is logged to an embedded sqlite DB. The data and an analysis of the data can be retrieved via API.
Eventually, the server will support forwarding to OpenTelemetry gateways as well as an experimental wide-record analytics store designed to support columnar storage tolerant of high-cardinality values in support of observability.
TODO: openapi spec