test/plugin/constants.rb in fluent-plugin-google-cloud-0.6.8.pre.1 vs test/plugin/constants.rb in fluent-plugin-google-cloud-0.6.8.pre.2
- old
+ new
@@ -570,18 +570,9 @@
ALL_TAGS = VALID_TAGS.merge(INVALID_TAGS)
# Stub value for Monitored resources from Metadata Agent.
# Map from the local_resource_id to the retrieved monitored resource.
MONITORED_RESOURCE_STUBS = {
- # Implicit GCE instance.
- IMPLICIT_LOCAL_RESOURCE_ID =>
- {
- 'type' => COMPUTE_CONSTANTS[:resource_type],
- 'labels' => {
- 'zone' => METADATA_ZONE,
- 'instance_id' => METADATA_VM_ID
- }
- }.to_json,
# Docker container stderr / stdout logs.
"container.#{DOCKER_CONTAINER_ID}" =>
{
'type' => DOCKER_CONSTANTS[:resource_type],
'labels' => {