Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovhemert/pino-applicationinsights
A transport for pino that sends messages to Azure Application Insights
https://github.com/ovhemert/pino-applicationinsights
application azure insights logging pino pino-transport
Last synced: 11 days ago
JSON representation
A transport for pino that sends messages to Azure Application Insights
- Host: GitHub
- URL: https://github.com/ovhemert/pino-applicationinsights
- Owner: ovhemert
- License: mit
- Created: 2019-04-02T08:00:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T09:17:04.000Z (4 months ago)
- Last Synced: 2024-12-26T16:08:01.239Z (18 days ago)
- Topics: application, azure, insights, logging, pino, pino-transport
- Language: JavaScript
- Homepage:
- Size: 963 KB
- Stars: 10
- Watchers: 3
- Forks: 12
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# pino-applicationinsights
[![CI](https://github.com/ovhemert/pino-applicationinsights/workflows/CI/badge.svg)](https://github.com/ovhemert/pino-applicationinsights/actions)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/2913ed8b1afa45de9a2dbcf965b94773)](https://www.codacy.com/app/ovhemert/pino-applicationinsights?utm_source=github.com&utm_medium=referral&utm_content=ovhemert/pino-applicationinsights&utm_campaign=Badge_Grade)
[![Known Vulnerabilities](https://snyk.io/test/npm/pino-applicationinsights/badge.svg)](https://snyk.io/test/npm/pino-applicationinsights)
[![Coverage Status](https://coveralls.io/repos/github/ovhemert/pino-applicationinsights/badge.svg?branch=master)](https://coveralls.io/github/ovhemert/pino-applicationinsights?branch=master)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)This module provides a "transport" for [pino][pino] that forwards messages to a [Azure Application Insights][applicationinsights].
## Installation
To use globally from command line:
```bash
npm install -g pino-applicationinsights
```To include as a library in your project:
```bash
npm install pino-applicationinsights
```## CLI
Want to use `pino-applicationinsights` from the CLI?
See the [CLI](./docs/CLI.md) documentation for details.## API
Want to use `pino-applicationinsights` as a library in your project?
See the [API](./docs/API.md) documentation for details.## Maintainers
Osmond van Hemert
[![Github](https://img.shields.io/badge/-website.svg?style=social&logoColor=333&logo=github)](https://github.com/ovhemert)
[![Web](https://img.shields.io/badge/-website.svg?style=social&logoColor=333&logo=nextdoor)](https://ovhemert.dev)## Contributing
If you would like to help out with some code, check the [details](./docs/CONTRIBUTING.md).
Not a coder, but still want to support? Have a look at the options available to [donate](https://ovhemert.dev/donate).
## License
Licensed under [MIT](./LICENSE).
[pino]: https://www.npmjs.com/package/pino
[applicationinsights]: https://docs.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview