Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kevinmichaelchen/hasura-otel

Exploring the latest Hasura OpenTelemetry (OTel) features
https://github.com/kevinmichaelchen/hasura-otel

Last synced: about 2 months ago
JSON representation

Exploring the latest Hasura OpenTelemetry (OTel) features

Awesome Lists containing this project

README

        

# hasura-otel

Exploring Hasura's latest OpenTelemetry (OTel) features.

## Getting started

### Starting Hasura

Just run:

```shell
make
```

### Prerequisites

This package is powered by [pkgx][pkgx], which you can install with:

```shell
curl -fsS https://pkgx.sh | sh
```

> [!NOTE]
> You can easily uninstall pkgx with `sudo rm $(which pkgx)` and `sudo rm -rf ~/.pkgx`

[pkgx]: https://pkgx.sh/