{
  "attributes": {
    "splunk.bucket.dir": {
      "description": "The bucket super-directory (home, cold, thawed) for each index",
      "type": "string"
    },
    "splunk.feature": {
      "description": "The Feature name from the Splunk Health Introspection Endpoint",
      "type": "string"
    },
    "splunk.feature.health": {
      "description": "The Health (in color form) of a Splunk Feature from the Splunk Health Introspection Endpoint",
      "type": "string"
    },
    "splunk.host": {
      "description": "The name of the splunk host",
      "type": "string"
    },
    "splunk.index.name": {
      "description": "The name of the index reporting a specific KPI",
      "type": "string"
    },
    "splunk.indexer.searchable": {
      "description": "The searchability status reported for a specific object",
      "type": "string"
    },
    "splunk.indexer.status": {
      "description": "The status message reported for a specific object",
      "type": "string"
    },
    "splunk.kvstore.external": {
      "description": "Value denoting if the KV store is using an external service",
      "type": "string"
    },
    "splunk.kvstore.status.value": {
      "description": "The string value of the status returned when reporting on KV store using the introspection endpoint",
      "type": "string"
    },
    "splunk.kvstore.storage.engine": {
      "description": "The backend storage used by the KV store",
      "type": "string"
    },
    "splunk.license.label": {
      "description": "The label of the license.",
      "type": "string"
    },
    "splunk.license.status": {
      "description": "The status of the license.",
      "type": "string"
    },
    "splunk.license.type": {
      "description": "The type of license.",
      "type": "string"
    },
    "splunk.queue.name": {
      "description": "The name of the queue reporting a specific KPI",
      "type": "string"
    },
    "splunk.rollingorrestart": {
      "description": "Boolean that indicates if there is a rolling restart or rolling upgrade in progress.",
      "type": "bool"
    },
    "splunk.search.state": {
      "description": "The dispatch state of the search",
      "type": "string"
    },
    "splunk.searchable.restart": {
      "description": "Boolean that indicates if a searchable rolling restart/upgrade in progress.t",
      "type": "bool"
    },
    "splunk.searchartifacts.cache.type": {
      "description": "The search artifacts cache type",
      "type": "string"
    },
    "splunk.splunkd.build": {
      "description": "The build number for this Splunk instance version",
      "type": "string"
    },
    "splunk.splunkd.version": {
      "description": "The splunkd version number",
      "type": "string"
    }
  },
  "description": "The Splunk Enterprise Receiver is a pull based tool which enables the ingestion of performance metrics describing the operational status of a user's Splunk Enterprise deployment to an appropriate observability tool. It is designed to leverage several different data sources to gather these metrics including the [introspection api endpoint](https://help.splunk.com/en/splunk-enterprise/leverage-rest-apis/rest-api-reference/9.1/introspection-endpoints/introspection-endpoint-descriptions) and serializing results from ad-hoc searches. Because of this, care must be taken by users when enabling metrics as running searches can effect your Splunk Enterprise Deployment and introspection may fail to report for Splunk Cloud deployments. The primary purpose of this receiver is to empower those tasked with the maintenance and care of a Splunk Enterprise deployment to leverage opentelemetry and their observability toolset in their jobs.",
  "display_name": "Splunk Enterprise Receiver",
  "distribution": "contrib",
  "ecosystem": "collector",
  "id": "contrib-splunkenterprisereceiver",
  "metrics": {
    "splunk.aggregation.queue.ratio": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the average indexer aggregation queue ration (%). *Note:** Search is best run against a Cluster Manager.",
      "enabled": false,
      "gauge": {
        "value_type": "double"
      },
      "stability": "development",
      "unit": "{%}"
    },
    "splunk.buckets.searchable.status": {
      "attributes": [
        "splunk.host",
        "splunk.indexer.searchable",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the number of buckets and their searchable status. *Note:** Search is best run against a Cluster Manager.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{count}"
    },
    "splunk.data.indexes.extended.bucket.count": {
      "attributes": [
        "splunk.index.name",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Count of buckets per index",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{buckets}"
    },
    "splunk.data.indexes.extended.bucket.event.count": {
      "attributes": [
        "splunk.bucket.dir",
        "splunk.index.name",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Count of events in this bucket super-directory. *Note:** Must be pointed at specific indexer `endpoint`.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{events}"
    },
    "splunk.data.indexes.extended.bucket.hot.count": {
      "attributes": [
        "splunk.bucket.dir",
        "splunk.index.name",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "(If size > 0) Number of hot buckets. *Note:** Must be pointed at specific indexer `endpoint`.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{buckets}"
    },
    "splunk.data.indexes.extended.bucket.warm.count": {
      "attributes": [
        "splunk.bucket.dir",
        "splunk.index.name",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "(If size > 0) Number of warm buckets. *Note:** Must be pointed at specific indexer `endpoint` and gathers metrics from only that indexer.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{buckets}"
    },
    "splunk.data.indexes.extended.event.count": {
      "attributes": [
        "splunk.index.name",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Count of events for index, excluding frozen events. Approximately equal to the event_count sum of all buckets. *Note:** Must be pointed at specific indexer `endpoint` and gathers metrics from only that indexer.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{events}"
    },
    "splunk.data.indexes.extended.raw.size": {
      "attributes": [
        "splunk.index.name",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Size in bytes on disk of the <bucket>/rawdata/ directories of all buckets in this index, excluding frozen *Note:** Must be pointed at specific indexer `endpoint` and gathers metrics from only that indexer.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "By"
    },
    "splunk.data.indexes.extended.total.size": {
      "attributes": [
        "splunk.index.name",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Size in bytes on disk of this index *Note:** Must be pointed at specific indexer `endpoint` and gathers metrics from only that indexer.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "By"
    },
    "splunk.health": {
      "attributes": [
        "splunk.feature",
        "splunk.feature.health",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "The status ('red', 'yellow', or 'green') of the Splunk server. Health of 'red' produces a 0 while all other colors produce a 1.",
      "enabled": true,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{status}"
    },
    "splunk.indexer.avg.rate": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the average rate of indexed data. **Note:** Search is best run against a Cluster Manager.",
      "enabled": false,
      "gauge": {
        "value_type": "double"
      },
      "stability": "development",
      "unit": "KBy"
    },
    "splunk.indexer.cpu.time": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the number of indexing process cpu seconds per instance",
      "enabled": false,
      "gauge": {
        "value_type": "double"
      },
      "stability": "development",
      "unit": "{s}"
    },
    "splunk.indexer.queue.ratio": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the average indexer index queue ration (%). *Note:** Search is best run against a Cluster Manager.",
      "enabled": false,
      "gauge": {
        "value_type": "double"
      },
      "stability": "development",
      "unit": "{%}"
    },
    "splunk.indexer.raw.write.time": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the number of raw write seconds per instance",
      "enabled": false,
      "gauge": {
        "value_type": "double"
      },
      "stability": "development",
      "unit": "{s}"
    },
    "splunk.indexer.rollingrestart.status": {
      "attributes": [
        "splunk.rollingorrestart",
        "splunk.searchable.restart",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "The status of a rolling restart.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{status}"
    },
    "splunk.indexer.throughput": {
      "attributes": [
        "splunk.indexer.status",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking average bytes per second throughput of indexer. *Note:** Must be pointed at specific indexer `endpoint` and gathers metrics from only that indexer.",
      "enabled": false,
      "gauge": {
        "value_type": "double"
      },
      "stability": "development",
      "unit": "By/s"
    },
    "splunk.indexes.avg.size": {
      "attributes": [
        "splunk.index.name",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the indexes and their average size (gb). *Note:** Search is best run against a Cluster Manager.",
      "enabled": false,
      "gauge": {
        "value_type": "double"
      },
      "stability": "development",
      "unit": "Gb"
    },
    "splunk.indexes.avg.usage": {
      "attributes": [
        "splunk.index.name",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the indexes and their average usage (%). *Note:** Search is best run against a Cluster Manager.",
      "enabled": false,
      "gauge": {
        "value_type": "double"
      },
      "stability": "development",
      "unit": "{%}"
    },
    "splunk.indexes.bucket.count": {
      "attributes": [
        "splunk.index.name",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the indexes and their bucket counts. *Note:** Search is best run against a Cluster Manager.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{count}"
    },
    "splunk.indexes.median.data.age": {
      "attributes": [
        "splunk.index.name",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the indexes and their median data age (days). *Note:** Search is best run against a Cluster Manager.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{days}"
    },
    "splunk.indexes.size": {
      "attributes": [
        "splunk.index.name",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the indexes and their total size (gb). *Note:** Search is best run against a Cluster Manager.",
      "enabled": false,
      "gauge": {
        "value_type": "double"
      },
      "stability": "development",
      "unit": "Gb"
    },
    "splunk.io.avg.iops": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the average IOPs used per instance",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{iops}"
    },
    "splunk.kvstore.backup.status": {
      "attributes": [
        "splunk.kvstore.status.value",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Backup and restore status of the KV store.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{status}"
    },
    "splunk.kvstore.replication.status": {
      "attributes": [
        "splunk.kvstore.status.value",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Replication status of the KV store.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{status}"
    },
    "splunk.kvstore.status": {
      "attributes": [
        "splunk.kvstore.external",
        "splunk.kvstore.status.value",
        "splunk.kvstore.storage.engine",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "This is the overall status of the kvstore for the given deployment.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{status}"
    },
    "splunk.license.expiration.seconds_remaining": {
      "attributes": [
        "splunk.license.label",
        "splunk.license.status",
        "splunk.license.type",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the seconds remaining on any given Splunk License found via Splunk API. **Note:** This will only work on a Cluster Manager.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{seconds}"
    },
    "splunk.license.index.usage": {
      "attributes": [
        "splunk.index.name",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the indexed license usage per index",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "By"
    },
    "splunk.parse.queue.ratio": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the average indexer parser queue ration (%). *Note:** Search is best run against a Cluster Manager.",
      "enabled": false,
      "gauge": {
        "value_type": "double"
      },
      "stability": "development",
      "unit": "{%}"
    },
    "splunk.pipeline.set.count": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the number of pipeline sets per indexer. **Note:** Search is best run against a Cluster Manager.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "KBy"
    },
    "splunk.scheduler.avg.execution.latency": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the average execution latency of scheduled searches",
      "enabled": false,
      "gauge": {
        "value_type": "double"
      },
      "stability": "development",
      "unit": "{ms}"
    },
    "splunk.scheduler.avg.run.time": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the average runtime of scheduled searches",
      "enabled": false,
      "gauge": {
        "value_type": "double"
      },
      "stability": "development",
      "unit": "{ms}"
    },
    "splunk.scheduler.completion.ratio": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the ratio of completed to skipped scheduled searches",
      "enabled": false,
      "gauge": {
        "value_type": "double"
      },
      "stability": "development",
      "unit": "{%}"
    },
    "splunk.search.duration": {
      "attributes": [
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the duration in seconds of the last search probe call.",
      "enabled": false,
      "gauge": {
        "value_type": "double"
      },
      "stability": "development",
      "unit": "{status}"
    },
    "splunk.search.initiation": {
      "attributes": [
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking whether the last search probe successfully initiated a search.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{status}"
    },
    "splunk.search.status": {
      "attributes": [
        "splunk.search.state",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the dispatch status of the last search probe.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{status}"
    },
    "splunk.search.success": {
      "attributes": [
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking whether the last search probe call was successful with the dispatch state 'DONE'.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{status}"
    },
    "splunk.server.introspection.queues.current": {
      "attributes": [
        "splunk.queue.name",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking current length of queue. *Note:** Must be pointed at specific indexer `endpoint` and gathers metrics from only that indexer.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{queues}"
    },
    "splunk.server.introspection.queues.current.bytes": {
      "attributes": [
        "splunk.queue.name",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking current bytes waiting in queue. *Note:** Must be pointed at specific indexer `endpoint` and gathers metrics from only that indexer.",
      "enabled": false,
      "gauge": {
        "value_type": "int"
      },
      "stability": "development",
      "unit": "By"
    },
    "splunk.server.searchartifacts.adhoc": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking number of ad hoc search artifacts currently on disk. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. Available in builds 9.1.2312.207+ and 9.3.x+.",
      "enabled": false,
      "gauge": {
        "aggregation_temporality": "cumulative",
        "monotonic": false,
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{search_artifacts}"
    },
    "splunk.server.searchartifacts.adhoc.size": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge total size (MB) of ad hoc search artifacts currently on disk. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. Available in builds 9.1.2312.207+ and 9.3.x+.",
      "enabled": false,
      "gauge": {
        "aggregation_temporality": "cumulative",
        "monotonic": false,
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{search_artifacts}"
    },
    "splunk.server.searchartifacts.completed": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking number of artifacts currently on disk that belong to finished searches. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. Available in builds 9.1.2312.207+ and 9.3.x+.",
      "enabled": false,
      "gauge": {
        "aggregation_temporality": "cumulative",
        "monotonic": false,
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{search_artifacts}"
    },
    "splunk.server.searchartifacts.completed.size": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge total size (MB) of artifacts currently on disk that belong to finished searches. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. Available in builds 9.1.2312.207+ and 9.3.x+.",
      "enabled": false,
      "gauge": {
        "aggregation_temporality": "cumulative",
        "monotonic": false,
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{search_artifacts}"
    },
    "splunk.server.searchartifacts.incomplete": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking number of artifacts currently on disk that belong to unfinished/running searches. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. Available in builds 9.1.2312.207+ and 9.3.x+.",
      "enabled": false,
      "gauge": {
        "aggregation_temporality": "cumulative",
        "monotonic": false,
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{search_artifacts}"
    },
    "splunk.server.searchartifacts.incomplete.size": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge total size (MB) of artifacts currently on disk that belong to unfinished/running searches. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. Available in builds 9.1.2312.207+ and 9.3.x+.",
      "enabled": false,
      "gauge": {
        "aggregation_temporality": "cumulative",
        "monotonic": false,
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{search_artifacts}"
    },
    "splunk.server.searchartifacts.invalid": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking number of artifacts currently on disk that are not in a valid state, such as missing info.csv file, etc. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. Available in builds 9.1.2312.207+ and 9.3.x+.",
      "enabled": false,
      "gauge": {
        "aggregation_temporality": "cumulative",
        "monotonic": false,
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{search_artifacts}"
    },
    "splunk.server.searchartifacts.job.cache.count": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking number search artifacts metadata stored in memory, available in builds 9.1.2312.207+ and 9.3.x+.",
      "enabled": false,
      "gauge": {
        "aggregation_temporality": "cumulative",
        "monotonic": false,
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{search_artifacts}"
    },
    "splunk.server.searchartifacts.job.cache.size": {
      "attributes": [
        "splunk.host",
        "splunk.searchartifacts.cache.type",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking, in megabytes, memory used to cache job status and job info of all search artifacts, available in builds 9.1.2312.207+ and 9.3.x+.",
      "enabled": false,
      "gauge": {
        "aggregation_temporality": "cumulative",
        "monotonic": false,
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{mb}"
    },
    "splunk.server.searchartifacts.savedsearches": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking, for the `splunk.server.searchartifacts.scheduled` number of scheduled search artifacts, how many different saved-searches they belong to. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. Available in builds 9.1.2312.207+ and 9.3.x+.",
      "enabled": false,
      "gauge": {
        "aggregation_temporality": "cumulative",
        "monotonic": false,
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{search_artifacts}"
    },
    "splunk.server.searchartifacts.scheduled": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking number of scheduled search artifacts currently on disk. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. Available in builds 9.1.2312.207+ and 9.3.x+.",
      "enabled": false,
      "gauge": {
        "aggregation_temporality": "cumulative",
        "monotonic": false,
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{search_artifacts}"
    },
    "splunk.server.searchartifacts.scheduled.size": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge total size (MB) of scheduled search artifacts currently on disk. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. Available in builds 9.1.2312.207+ and 9.3.x+.",
      "enabled": false,
      "gauge": {
        "aggregation_temporality": "cumulative",
        "monotonic": false,
        "value_type": "int"
      },
      "stability": "development",
      "unit": "{search_artifacts}"
    },
    "splunk.typing.queue.ratio": {
      "attributes": [
        "splunk.host",
        "splunk.splunkd.build",
        "splunk.splunkd.version"
      ],
      "description": "Gauge tracking the average indexer typing queue ration (%). *Note:** Search is best run against a Cluster Manager.",
      "enabled": false,
      "gauge": {
        "value_type": "double"
      },
      "stability": "development",
      "unit": "{%}"
    }
  },
  "name": "splunkenterprisereceiver",
  "repository": "opentelemetry-collector-contrib",
  "status": {
    "class": "receiver",
    "codeowners": {
      "active": [
        "shalper2",
        "MovieStoreGuy",
        "greatestusername"
      ]
    },
    "distributions": [
      "contrib"
    ],
    "stability": {
      "alpha": [
        "metrics"
      ]
    }
  },
  "type": "receiver"
}