Sha256: fd41cfcc1814930b3552a3b5f46842dc41550bcd58f8df165eccc31f57783288
Contents?: true
Size: 682 Bytes
Versions: 29
Compression:
Stored size: 682 Bytes
Contents
module Datadog module Contrib module Elasticsearch # Elasticsearch integration constants module Ext APP = 'elasticsearch'.freeze ENV_ANALYTICS_ENABLED = 'DD_ELASTICSEARCH_ANALYTICS_ENABLED'.freeze ENV_ANALYTICS_SAMPLE_RATE = 'DD_ELASTICSEARCH_ANALYTICS_SAMPLE_RATE'.freeze SERVICE_NAME = 'elasticsearch'.freeze SPAN_QUERY = 'elasticsearch.query'.freeze SPAN_TYPE_QUERY = 'elasticsearch'.freeze TAG_BODY = 'elasticsearch.body'.freeze TAG_METHOD = 'elasticsearch.method'.freeze TAG_PARAMS = 'elasticsearch.params'.freeze TAG_URL = 'elasticsearch.url'.freeze end end end end
Version data entries
29 entries across 29 versions & 2 rubygems