https://github.com/marthym/otela
Analytics client for OpenTelemetry webhook receiver
https://github.com/marthym/otela
Last synced: 2 months ago
JSON representation
Analytics client for OpenTelemetry webhook receiver
- Host: GitHub
- URL: https://github.com/marthym/otela
- Owner: Marthym
- License: wtfpl
- Created: 2023-12-16T14:57:13.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-12-16T15:25:06.000Z (over 1 year ago)
- Last Synced: 2025-01-20T15:56:33.343Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 234 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Otela
OpenTelemetry for Web Analytics.
Otela provides a means of measuring the audience of a static website via a Grafana stack, thanks to the use of OpenTelemetry.
## Installation
```html
var _ota=window._ota=window._ota||{};_ota.t="your.opentelemetry.server";
(function(){
var t=document,e=t.createElement("script"),a=t.getElementsByTagName("script")[0];
e.async=!0;e.src="https://github.com/Marthym/otela/releases/download/1.0.0/otela.js";a.parentNode.insertBefore(e,a)
})();```
## Build
```shell
npm ci
npm run build
```