@instana/google-cloud-run
Advanced tools
Comparing version
{ | ||
"name": "@instana/google-cloud-run", | ||
"version": "1.106.5", | ||
"version": "1.106.6", | ||
"description": "Instana tracing and monitoring for Node.js based Google Cloud Run services", | ||
@@ -58,5 +58,5 @@ "author": { | ||
"dependencies": { | ||
"@instana/core": "^1.106.5", | ||
"@instana/metrics-util": "^1.106.5", | ||
"@instana/serverless": "^1.106.5", | ||
"@instana/core": "^1.106.6", | ||
"@instana/metrics-util": "^1.106.6", | ||
"@instana/serverless": "^1.106.6", | ||
"uuid": "^8.3.0" | ||
@@ -78,3 +78,3 @@ }, | ||
}, | ||
"gitHead": "cc05d8aa93e154b98d7befa9557789064c66aa58" | ||
"gitHead": "a13253b1e65d4c66d32495e092d8990073a0240f" | ||
} |
@@ -14,15 +14,4 @@ 'use strict'; | ||
let config = {}; | ||
let config = normalizeConfig({}); | ||
// @instana/collector sends metric and span data every second. To reduce HTTP overhead we throttle this back: | ||
// Metrics will be send every second, spans every 5 seconds. | ||
if (!process.env.INSTANA_TRACING_TRANSMISSION_DELAY) { | ||
config.tracing = { | ||
transmissionDelay: 5000 | ||
}; | ||
} | ||
config = normalizeConfig(config); | ||
function init() { | ||
@@ -29,0 +18,0 @@ if (process.env.INSTANA_DEBUG || process.env.INSTANA_LOG_LEVEL) { |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
9
-10%14184
-2.08%291
-2.68%Updated
Updated