Skip to content

Commit 0cd13f8

Browse files
committed
test
1 parent 41600c2 commit 0cd13f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/collector/facts.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ async function facts(agent, callback, { logger = defaultLogger } = {}) {
3232
systemInfo = systemInfo || Object.create(null)
3333
environment = environment || []
3434

35-
const hostname = agent.config.getHostnameSafe()
35+
console.debug(systemInfo.vendors.gcp)
36+
const hostname = systemInfo.vendors.gcp.id //agent.config.getHostnameSafe()
3637
const results = {
3738
utilization: {
3839
metadata_version: 5,

0 commit comments

Comments
 (0)