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
- Host: GitHub
- URL: https://github.com/axiomhq/deno-client
- Owner: axiomhq
- License: mit
- Created: 2022-06-12T23:25:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T09:17:00.000Z (about 3 years ago)
- Last Synced: 2025-11-05T10:00:41.657Z (8 months ago)
- Topics: axiom, deno, javascript, observability, timeseries
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)