server component for telemetry toolit for web browser apps
  • Go 81.1%
  • Shell 9.1%
  • Makefile 6.6%
  • Ruby 3.2%
Find a file
2024-11-10 08:06:06 +00:00
.github/workflows cdo 2024-11-09 23:59:25 -08:00
api goreleaser 2024-11-09 20:38:15 -08:00
cmd init 2024-11-09 14:54:28 -08:00
db init 2024-11-09 14:54:28 -08:00
Formula Brew formula update for idionautic-server version v0.1.15 2024-11-10 08:06:06 +00:00
logger init 2024-11-09 14:54:28 -08:00
models init 2024-11-09 14:54:28 -08:00
scripts init 2024-11-09 14:54:28 -08:00
.gitignore init 2024-11-09 14:54:28 -08:00
.goreleaser.yml cdo 2024-11-09 23:59:25 -08:00
go.mod init 2024-11-09 14:54:28 -08:00
go.sum init 2024-11-09 14:54:28 -08:00
LICENSE init 2024-11-09 14:54:28 -08:00
main.go init 2024-11-09 14:54:28 -08:00
Makefile init 2024-11-09 14:54:28 -08:00
README.md readme 2024-11-09 16:26:17 -08:00

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