Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kevinmichaelchen/hasura-otel
- Owner: kevinmichaelchen
- Created: 2023-10-31T20:11:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T18:14:44.000Z (about 1 year ago)
- Last Synced: 2023-11-14T19:25:55.694Z (about 1 year ago)
- Language: Makefile
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/