new instana library
This commit is contained in:
@@ -16,6 +16,6 @@
|
||||
"pino": "^5.10.8",
|
||||
"express-pino-logger": "^4.0.0",
|
||||
"pino-pretty": "^2.5.0",
|
||||
"instana-nodejs-sensor": "^1.28.0"
|
||||
"@instana/collector": "^1.65.0"
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
const instana = require('instana-nodejs-sensor');
|
||||
const instana = require('@instana/collector');
|
||||
// init tracing
|
||||
// MUST be done before loading anything else!
|
||||
instana({
|
||||
|
@@ -15,6 +15,6 @@
|
||||
"pino": "^5.10.8",
|
||||
"express-pino-logger": "^4.0.0",
|
||||
"pino-pretty": "^2.5.0",
|
||||
"instana-nodejs-sensor": "^1.28.0"
|
||||
"@instana/collector": "^1.65.0"
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
const instana = require('instana-nodejs-sensor');
|
||||
const instana = require('@instana/collector');
|
||||
// init tracing
|
||||
// MUST be done before loading anything else!
|
||||
instana({
|
||||
|
@@ -16,6 +16,6 @@
|
||||
"pino": "^5.10.8",
|
||||
"express-pino-logger": "^4.0.0",
|
||||
"pino-pretty": "^2.5.0",
|
||||
"instana-nodejs-sensor": "^1.28.0"
|
||||
"@instana/collector": "^1.65.0"
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
const instana = require('instana-nodejs-sensor');
|
||||
const instana = require('@instana/collector');
|
||||
// init tracing
|
||||
// MUST be done before loading anything else!
|
||||
instana({
|
||||
|
Reference in New Issue
Block a user