An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Otela

Size Limit CLI

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
```