Prometheus Metric Name | Metric Description | Type |
sag_tc_server_dataroot_total_disk_usage_bytes | Dataroot total disk usage in bytes. | Gauge. |
sag_tc_server_offheap_allocated_memory_bytes | Offheap memory allocated in bytes. | Gauge. |
sag_tc_server_restartable_store_total_usage_bytes | FRS usage in bytes. | Gauge. |
Prometheus Metric Name | Metric Description | Type |
sag_tc_server_caching_pool_allocated_size_bytes | Caching pool allocated size in bytes. | Gauge. |
sag_tc_server_caching_store_allocated_memory_bytes | Caching store allocated memory in bytes. | Gauge. |
sag_tc_server_caching_store_data_size_bytes | Caching store data size in bytes. | Gauge. |
sag_tc_server_caching_store_entries_count | Number of Caching store entries. | Gauge. |
Prometheus Metric Name | Metric Description | Type |
sag_tc_server_dataset_main_record_occupied_storage_bytes | Total occupied storage by the dataset in bytes - this is the sum of the 3 dataset_occupied metrics below | Gauge. |
sag_tc_server_dataset_occupied_primary_key_bytes | Gauge. | |
sag_tc_server_dataset_occupied_persistent_support_bytes | Gauge. | |
sag_tc_server_dataset_occupied_heap_bytes | Gauge. | |
sag_tc_server_dataset_allocated_memory_bytes | Total allocated storage by the dataset in bytes - this is the sum of the 4 dataset_allocated metrics below | Gauge. |
sag_tc_server_dataset_allocated_primary_key_bytes | Gauge. | |
sag_tc_server_dataset_allocated_persistent_support_bytes | Gauge. | |
sag_tc_server_dataset_allocated_heap_bytes | Gauge. | |
sag_tc_server_dataset_allocated_index_bytes | Gauge. | |
sag_tc_server_dataset_index_access_count | Dataset index access count. | Counter. |
sag_tc_server_dataset_index_occupied_storage_bytes | Dataset index occupied storage in bytes. | Gauge. |
sag_tc_server_dataset_index_record_count | Dataset index record count. | Gauge. |
sag_tc_server_dataset_record_count | Dataset record count. | Gauge. |
Server Metric Label | Label Description |
alias | This label can represent a server-side cache resource name, an offheap resource name, a dataroot name, or a dataset name. |
connection_name | Name of the connection set by the user in TMC web application. |
entity_name | A technical attribute that represents the server-side entity name. |
entity_type | A technical attribute that represents the server-side entity type. |
server | Represents the server name. |
stripe | Represents the stripe name. |
cluster_tier_manager | For caching resource only. Matches the alias of the entity given by the user when connecting to a clustered cache, e.g. - terracotta://myhost:9410/anEntity |
Prometheus Metric Name | Metric Description | Type |
sag_tc_cache_get_hit_latency_100_percentile | Latency maxima of successful cache.get(key) operations (hits). | Gauge. |
sag_tc_cache_get_hit_latency_95_percentile | 95th percentile of latencies of successful cache.get(key) operations (hits). | Gauge. |
sag_tc_cache_get_hit_latency_99_percentile | 99th percentile of latencies of successful cache.get(key) operations (hits). | Gauge. |
sag_tc_cache_get_miss_latency_100_percentile | Latency maxima of misses of cache.get(key) operations. | Gauge. |
sag_tc_cache_get_miss_latency_95_percentile | 95th percentile of latencies of misses of cache.get(key) operations. | Gauge. |
sag_tc_cache_get_miss_latency_99_percentile | 99th percentile of latencies of misses of cache.get(key) operations. | Gauge. |
sag_tc_cache_put_latency_100_percentile | Latency maxima of successful cache.put(key, val) operations. | Gauge. |
sag_tc_cache_put_latency_95_percentile | 95th percentile of latencies of successful cache.put(key, val) operations. | Gauge. |
sag_tc_cache_put_latency_99_percentile | 99th percentile of latencies of successful cache.put(key, val) operations. | Gauge. |
sag_tc_cache_remove_latency_100_percentile | Latency maxima of successful cache.remove(key) operations. | Gauge. |
sag_tc_cache_remove_latency_95_percentile | 95th percentile of latencies of successful cache.remove(key) operations | Gauge. |
sag_tc_cache_remove_latency_99_percentile | 99th percentile of latencies of successful cache.remove(key) operations | Gauge. |
sag_tc_cache_hit_count_total | Total times a get command returned a value. | Counter. |
sag_tc_cache_miss_count_total | Total times a get command did not return a value. | Counter. |
sag_tc_cache_put_count_total | Total number of puts to the cache. | Counter. |
sag_tc_cache_removal_count_total | Total number of removes from the cache. | Counter. |
sag_tc_clustered_hit_count_total | Total number of get commands that returned a value from the cluster tier. | Counter. |
sag_tc_clustered_miss_count_total | Total number of get commands that failed to return a value from the cluster tier. | Counter. |
sag_tc_clustered_put_count_total | Total number of puts to the cluster tier. | Counter. |
sag_tc_clustered_removal_count_total | Total number of removes from the cluster tier. | Counter. |
Cache Metric Label | Label Description |
cache | Name of the cache. |
cache_manager | Name of the cache manager. |
client | Gives information about client. (e.g. 32164@127.0.0.1:Ehcache:CacheManager1) |
client_address | Address part of client. (e.g. 127.0.0.1) |
client_name | Name part of client. (e.g. Ehcache:CacheManager1) |
client_pid | PID part of client (e.g. 32164) |
connection_name | Name of the connection set by the user in TMC web application. |
clustered | `Y` if cache is clustered, `N` if not clustered. |
instance_id | Unique ID representing client. |
Prometheus Metric Name | Metric Description | Type |
sag_tc_dataset_add_latency_100_percentile | Latency maxima of dataset add operations. | Gauge. |
sag_tc_dataset_add_latency_95_percentile | 95th percentile of latencies of dataset add operations. | Gauge. |
sag_tc_dataset_add_latency_99_percentile | 99th percentile of latencies of dataset add operations. | Gauge. |
sag_tc_dataset_delete_latency_100_percentile | Latency maxima of dataset delete operations. | Gauge. |
sag_tc_dataset_delete_latency_95_percentile | 95th percentile of latencies of dataset delete operations. | Gauge. |
sag_tc_dataset_delete_latency_99_percentile | 99th percentile of latencies of dataset delete operations. | Gauge. |
sag_tc_dataset_get_latency_100_percentile | Latency maxima of dataset read operations. | Gauge. |
sag_tc_dataset_get_latency_95_percentile | 95th percentile of latencies of dataset read operations. | Gauge. |
sag_tc_dataset_get_latency_99_percentile | 99th percentile of latencies of dataset read operations. | Gauge. |
sag_tc_dataset_update_latency_100_percentile | Latency maxima of dataset update operations. | Gauge. |
sag_tc_dataset_update_latency_95_percentile | 95th percentile of latencies of dataset update operations. | Gauge. |
sag_tc_dataset_update_latency_99_percentile | 99th percentile of latencies of dataset update operations. | Gauge. |
sag_tc_dataset_add_already_exists_total | The number of Add:AlreadyExists operations. | Counter. |
sag_tc_dataset_add_failure_total | The number of Add:Failure operations. | Counter. |
sag_tc_dataset_add_success_total | The number of Add:Success operations. | Counter. |
sag_tc_dataset_delete_failure_total | The number of Delete:Failure operations. | Counter. |
sag_tc_dataset_delete_not_found_total | The number of Delete:NotFound operations. | Counter. |
sag_tc_dataset_delete_success_total | The number of Delete:Success operations. | Counter. |
sag_tc_dataset_get_failure_total | The number of Get:Failure operations. | Counter. |
sag_tc_dataset_get_not_found_total | The number of Get:NotFound operations. | Counter. |
sag_tc_dataset_get_success_total | The number of Get:Success operations. | Counter. |
sag_tc_dataset_stream_failure_total | The number of Stream:Failure operations. | Counter. |
sag_tc_dataset_stream_request_total | The number of Stream:Request operations. | Counter. |
sag_tc_dataset_update_failure_total | The number of Update:Failure operations. | Counter. |
sag_tc_dataset_update_not_found_total | The number of Update:NotFound operations. | Counter. |
sag_tc_dataset_update_success_total | The number of Update:Success operations. | Counter. |
Store Metric Label | Label Description |
dataset | Name of the dataset. |
dataset_manager | Name of the dataset manager. |
dataset_instance | Name of the dataset instance. |
client | Gives information about client. (e.g. 32164@127.0.0.1:Store:TinyPounderDataset) |
client_address | Address part of client. (e.g. 127.0.0.1) |
client_name | Name part of client. (e.g. Store:TinyPounderDataset) |
client_pid | PID part of client (e.g. 32164) |
connection_name | Name of the connection set by the user in TMC web application. |
instance_id | Unique ID associated with each client. |