-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 2.03 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "elastic-apm-node-logger",
"version": "1.1.2",
"description": "As of 25th Aug 2022, the official `elastic-apm-node` NPM library does not send the STDOUT logs of the nodejs application that it is installed on to back to your designated Elastic Stack, hence this NPM library aims to bridge this gap. it also enables your NodeJS app's APM spans and traces to be correlated with the logs that get sent back by this NPM library.",
"main": "index.js",
"scripts": {},
"author": "Joshua Quek",
"github": "https://github.com/joshuaquek",
"linkedin": "https://www.linkedin.com/in/joshua-quek/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/joshuaquek/elastic-apm-node-logger.git"
},
"bugs": {
"url": "https://github.com/joshuaquek/elastic-apm-node-logger/issues"
},
"devDependencies": {
"eslint": "^8.22.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-promise": "^6.0.0"
},
"dependencies": {
"@elastic/elasticsearch": "^8.2.1",
"lodash": "^4.17.21"
},
"keywords": [
"apm",
"distributed-tracing",
"elastic",
"elastic-stack",
"elasticsearch",
"logging",
"nodejs",
"observability",
"tracing",
"logs-correlation",
"nodejs-logger",
"nodejs-logger-elasticsearch",
"nodejs-logger-elasticsearch-apm",
"observability-logger",
"observability-logger-elasticsearch",
"observability-logger-elasticsearch-apm",
"observability-logger-elasticsearch-apm-node",
"elastic-stack-logger",
"elastic-stack-logger-elasticsearch",
"elastic-stack-logger-elasticsearch-apm",
"elastic-stack-logger-elasticsearch-apm-node",
"distributed-tracing-elasticsearch",
"distributed-tracing-elasticsearch-apm",
"distributed-tracing-elasticsearch-apm-node",
"logs-correlation-elasticsearch",
"logs-correlation-elasticsearch-apm",
"logs-correlation-elasticsearch-apm-node",
"logs-correlation-elasticsearch-apm-node-logger"
]
}