Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intech/moleculer-elastic-apm
Metrics to Elastic APM Agent [DEVELOPMENT]
https://github.com/intech/moleculer-elastic-apm
apm elastic moleculer moleculerjs
Last synced: 2 months ago
JSON representation
Metrics to Elastic APM Agent [DEVELOPMENT]
- Host: GitHub
- URL: https://github.com/intech/moleculer-elastic-apm
- Owner: intech
- License: mit
- Archived: true
- Created: 2018-04-20T08:56:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T01:43:02.000Z (over 1 year ago)
- Last Synced: 2024-11-05T01:50:02.089Z (2 months ago)
- Topics: apm, elastic, moleculer, moleculerjs
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-moleculer - moleculer-elastic-apm - [Elastic APM](https://www.elastic.co/solutions/apm)-based metrics service (Services / Metrics and Tracing)
README
# moleculer-elastic-apm
#### Metrics to Elastic APM Agent[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Build status][travis-image]][travis-url]
[![Standard - JavaScript Style Guide][standart-image]][standart-url]## Install
This is a [Node.js](https://nodejs.org/en/) module available through the
[npm registry](https://www.npmjs.com/). Installation is done using the
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):```sh
$ npm install moleculer-elastic-apm
```## License
[MIT](LICENSE)
[npm-image]: https://img.shields.io/npm/v/moleculer-elastic-apm.svg
[npm-url]: https://npmjs.org/package/moleculer-elastic-apm
[travis-image]: https://img.shields.io/travis/intech/moleculer-elastic-apm/master.svg
[travis-url]: https://travis-ci.org/intech/moleculer-elastic-apm
[downloads-image]: https://img.shields.io/npm/dm/moleculer-elastic-apm.svg
[downloads-url]: https://npmjs.org/package/moleculer-elastic-apm
[standart-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg
[standart-url]: https://github.com/standard/standard