lib/opentelemetry/sdk/resources/constants.rb in opentelemetry-sdk-0.7.0 vs lib/opentelemetry/sdk/resources/constants.rb in opentelemetry-sdk-0.8.0

- old
+ new

@@ -77,13 +77,9 @@ deployment_name: 'k8s.deployment.name' }.freeze # Attributes defining a computing instance (e.g. host). HOST_RESOURCE = { - # Hostname of the host. It contains what the hostname command returns on the - # host machine. - hostname: 'host.hostname', - # Unique host id. For Cloud this must be the instance_id assigned by the # cloud provider id: 'host.id', # Name of the host. It may contain what hostname returns on Unix systems,