Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nathanlentz/pino-applicationinsights-transport

A pino v7+ transport for sending logs to Application Insights.
https://github.com/nathanlentz/pino-applicationinsights-transport

applicationinsights azure pino typescript

Last synced: 2 months ago
JSON representation

A pino v7+ transport for sending logs to Application Insights.

Awesome Lists containing this project

README

        

# pino-applicationinsights-transport

A pino v7+ transport for sending logs to Application Insights.

It uses applicationinsights to send logs using the v2 node telemetry client.

## Installation Instructions

`npm install pino-applicationinsights-transport`

```ts
import { LoggerOptions, pino } from "pino";

const logger = pino({
level: "trace",
transports: [
{
target: "pino-applicationinsights-transport",
options: {},
},
],
});
```

```

```

```

```