Module: Fluent::GoogleCloudOutput::Constants

Defined in:
lib/fluent/plugin/out_google_cloud.rb

Overview

Constants for service names and resource types.

Constant Summary collapse

APPENGINE_CONSTANTS =
{
  service: 'appengine.googleapis.com',
  resource_type: 'gae_app'
}
CLOUDFUNCTIONS_CONSTANTS =
{
  service: 'cloudfunctions.googleapis.com',
  resource_type: 'cloud_function'
}
COMPUTE_CONSTANTS =
{
  service: 'compute.googleapis.com',
  resource_type: 'gce_instance'
}
CONTAINER_CONSTANTS =
{
  service: 'container.googleapis.com',
  resource_type: 'container'
}
DATAFLOW_CONSTANTS =
{
  service: 'dataflow.googleapis.com',
  resource_type: 'dataflow_step'
}
EC2_CONSTANTS =
{
  service: 'ec2.amazonaws.com',
  resource_type: 'aws_ec2_instance'
}
ML_CONSTANTS =
{
  service: 'ml.googleapis.com',
  resource_type: 'ml_job'
}