Skip to content

Latest commit

 

History

History
62 lines (56 loc) · 5.53 KB

File metadata and controls

62 lines (56 loc) · 5.53 KB

elasticsearchreceiver

Metrics

These are the metrics available for this scraper.

Name Description Unit Type Attributes
elasticsearch.cluster.data_nodes The number of data nodes in the cluster. {nodes} Sum(Int)
elasticsearch.cluster.nodes The total number of nodes in the cluster. {nodes} Sum(Int)
elasticsearch.cluster.shards The number of shards in the cluster. {shards} Sum(Int)
  • shard_state
elasticsearch.node.cache.evictions The number of evictions from the cache. {evictions} Sum(Int)
  • cache_name
elasticsearch.node.cache.memory.usage The size in bytes of the cache. By Sum(Int)
  • cache_name
elasticsearch.node.cluster.connections The number of open tcp connections for internal cluster communication. {connections} Sum(Int)
elasticsearch.node.cluster.io The number of bytes sent and received on the network for internal cluster communication. By Sum(Int)
  • direction
elasticsearch.node.documents The number of documents on the node. {documents} Sum(Int)
  • document_state
elasticsearch.node.fs.disk.available The amount of disk space available across all file stores for this node. By Sum(Int)
elasticsearch.node.http.connections The number of HTTP connections to the node. {connections} Sum(Int)
elasticsearch.node.jvm.gc.classes.loaded The number of loaded classes. {classes} Sum(Int)
elasticsearch.node.jvm.gc.collections.count The number of garbage collections performed by the JVM. {collections} Sum(Int)
  • generation
elasticsearch.node.jvm.gc.collections.time The total time spent by the JVM running the garbage collector. ms Sum(Int)
  • generation
elasticsearch.node.jvm.memory.committed The amount of committed memory. By Sum(Int)
  • segment
elasticsearch.node.jvm.memory.init The initial size of memory. By Sum(Int)
  • segment
elasticsearch.node.jvm.memory.limit The maximum memory used by the JVM. By Gauge(Int)
  • segment
elasticsearch.node.jvm.memory.pool.commit The memory committed by the memory pool. By Sum(Int)
  • memory_pool_name
elasticsearch.node.jvm.memory.pool.init The initial size of the memory pool. By Sum(Int)
  • memory_pool_name
elasticsearch.node.jvm.memory.pool.limit The max memory in use by the memory pool. By Gauge(Int)
  • memory_pool_name
elasticsearch.node.jvm.memory.pool.usage The memory in use by the memory pool. By Sum(Int)
  • memory_pool_name
elasticsearch.node.jvm.memory.usage The memory in use by the JVM. By Sum(Int)
  • segment
elasticsearch.node.jvm.threads.count The number of running threads in the node's JVM process. {threads} Sum(Int)
elasticsearch.node.jvm.threads.peak The highest number of concurrently running threads in the current lifetime of the node's JVM process. {threads} Gauge(Int)
elasticsearch.node.open_files The number of open file descriptors held by the node. {files} Sum(Int)
elasticsearch.node.operations.completed The number of operations completed. {operations} Sum(Int)
  • operation
elasticsearch.node.operations.time Time spent on operations. ms Sum(Int)
  • operation
elasticsearch.node.shards.size The size of the shards assigned to this node. By Sum(Int)
elasticsearch.node.thread_pool.tasks.finished The number of tasks finished by the thread pool. {tasks} Sum(Int)
  • thread_pool_name
  • task_state
elasticsearch.node.thread_pool.tasks.queued The number of queued tasks in the thread pool. {tasks} Sum(Int)
  • thread_pool_name
elasticsearch.node.thread_pool.threads The number of threads in the thread pool. {threads} Sum(Int)
  • thread_state
elasticserach.cluster.health The health status of the cluster. Health status is based on the state of its primary and replica shards. Green indicates all shards are assigned. Yellow indicates that one or more replica shards are unassigned. Red indicates that one or more primary shards are unassigned, making some data unavailable. {status} Sum(Int)
  • health_status

Attributes

Name Description
cache_name The name of cache.
direction The direction of network data.
disk_usage_state The state of a section of space on disk.
document_state The state of the document.
elasticsearch.cluster.name The name of the elasticsearch cluster.
elasticsearch.node.name The name of the elasticsearch node.
fs_direction The direction of filesystem IO.
generation The generation on which garbage collection was performed.
health_status The health status of the cluster.
memory_pool_name The name of the JVM memory pool
operation The type of operation.
segment The segment of JVM memory.
shard_state The state of the shard.
task_state The state of the task.
thread_pool_name The name of the thread pool.
thread_state The state of the thread.