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

https://github.com/axiomhq/deno-client

Minimal deno library for sending events and logs to Axiom
https://github.com/axiomhq/deno-client

axiom deno javascript observability timeseries

Last synced: 6 months ago
JSON representation

Minimal deno library for sending events and logs to Axiom

Awesome Lists containing this project

README

          

# axiom-deno

Send events and logs easily to Axiom from deno

## Guide

1. Create an account at [Axiom Cloud](http://cloud.axiom.co)
2. Create a dataset and an API token with ingest permission for that dataset
3. Export the env variables `AXIOM_DATASET` and `AXIOM_TOKEN`
4. Follow the examples to send [events](examples/events.ts) and/or [logs](examples/logs.ts)