Utilize Instana AutoProfile for NodeJS
* update NodeJS collector to a minimum of v1.98.0 * set INSTANA_AUTO_PROFILE=true so profiling is automatically enabled
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FROM node:10
|
||||
|
||||
ENV INSTANA_AUTO_PROFILE true
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
WORKDIR /opt/server
|
||||
|
@@ -16,6 +16,6 @@
|
||||
"pino": "^5.10.8",
|
||||
"express-pino-logger": "^4.0.0",
|
||||
"pino-pretty": "^2.5.0",
|
||||
"@instana/collector": "^1.90.0"
|
||||
"@instana/collector": "^1.98.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user