Exception: Datadog::Statsd::Schema::MissingRequiredTagError

Inherits:
SchemaError
  • Object
show all
Defined in:
lib/datadog/statsd/schema/errors.rb

Overview

Raised when a required tag is missing from a metric call

Examples:

# This would raise MissingRequiredTagError if 'environment' tag is required
emitter.increment('metric_requiring_env_tag', tags: { service: 'web' })

Since:

  • 0.1.0

Instance Attribute Summary

Attributes inherited from SchemaError

#metric, #namespace, #tag

Method Summary

Methods inherited from SchemaError

#initialize

Constructor Details

This class inherits a constructor from Datadog::Statsd::Schema::SchemaError