Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theogravity/datadog-transports
A monorepo for logging plugins that ship logs to datadog
https://github.com/theogravity/datadog-transports
datadog electron logging logs monorepo pino turbo turborepo typescript
Last synced: 3 months ago
JSON representation
A monorepo for logging plugins that ship logs to datadog
- Host: GitHub
- URL: https://github.com/theogravity/datadog-transports
- Owner: theogravity
- License: mit
- Created: 2024-04-06T00:13:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T19:17:25.000Z (8 months ago)
- Last Synced: 2024-11-01T02:49:11.920Z (3 months ago)
- Topics: datadog, electron, logging, logs, monorepo, pino, turbo, turborepo, typescript
- Language: TypeScript
- Homepage:
- Size: 190 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Transports for Datadog
This is a monorepo containing the following packages:
- [`datadog-transport-common`](https://github.com/theogravity/datadog-transports/tree/main/packages/datadog-transport-common): A library for sending logs to datadog
- [`electron-log-transport-datadog`](https://github.com/theogravity/datadog-transports/tree/main/packages/electron-log-transport-datadog): Send logs to datadog using `electron-log`
- [`pino-datadog-transport`](https://github.com/theogravity/datadog-transports/tree/main/packages/pino-datadog-transport): Send logs to datadog using `pino`You can find information for them in their respective packages via the `README.md` file.
# Cloning / pulling this monorepo
This monorepo uses [`pnpm`](https://pnpm.io/) because [I couldn't
get workspaces to work properly](https://github.com/vercel/turbo/issues/7910#issuecomment-2041209008) under `npm` and `yarn`.