RedisEnterprise (지원 중단됨)

Supported OS Linux Mac OS Windows

통합 버전1.2.0

img

개요

본 통합은 2024년 11월 1일부터 지원 중단되었습니다. 앞으로는 최신 Redis 엔터프라이즈 Datadog 통합를 사용하세요. 새로운 통합에는 최신 Redis 엔터프라이즈 메트릭이 모두 노출되며 업데이트된 대시보드가 포함되어 있습니다.

이 통합은 Datadog용 Redis 엔터프라이즈 모니터링 및 메트릭을 제공합니다.

Redis Enterprise란 무엇인가요?

Redis 엔터프라이즈는 Redis의 완전 지원 엔터프라이즈 버전입니다. Redis 엔터프라이즈는 핵심 오픈 소스 Redis 기능 세트 외에도 액티브 액티브 지오 배포(active-active geo-distribution), 다중 모델 데이터베이스 기능, 향상된 관측 가능성, 가동 시간 향상을 위한 간편한 멀티테넌시 관리 기능을 추가합니다.

Redis 엔터프라이즈 Datadog 대시보드

Redis 엔터프라이즈 Datadog 통합에서는 클러스터 및 데이터베이스 전반의 템플릿 보기를 제공하여 다른 제품에서는 제공하지 않는 운영 인사이트를 제공해 드립니다. 정보에 기반한 의사 결정에 필요한 데이터로 사용 패턴을 이해하고 성장 계획을 세워 보세요.

데이터베이스 개요

개요

클러스터 개요

개요

Flash의 Redis

rofdash

액티브/액티브 Redis

rofdash

Redis 엔터프라이즈 이벤트

이벤트

공급자

공급자

이 통합은 Redis Labs가 제공합니다.

설정

설치

에이전트 v7.21+/v6.21+를 사용하는 경우, 아래 지침에 따라 호스에 RedisEnterprise 점검을 설치합니다. 에이전트 v7.21 / v6.21 이전 또는 도커(Docker) 에이전트를 사용하여 점검을 설치하려면 커뮤니티 통합을 설치 전용 에이전트 가이드를 참조하세요.

  1. Datadog 에이전트를 다운로드하여 실행합니다.

  2. 다음 명령을 실행해 통합 에이전트와 통합 휠을 설치하세요.

    datadog-agent integration install -t datadog-redisenterprise==<INTEGRATION_VERSION>
    

Datadog 통합 릴리스 페이지에서 최신 버전을 확인할 수 있습니다.

참조: 필요한 경우 설치 명령어에 sudo -u dd-agent 접두어를 덧붙이세요.

  1. 통합을 다른 패키지와 유사하게 설정합니다.

설정

샘플 설정을 복사하고 Redis 엔터프라이즈 클러스터에서 데이터를 수집하는 데 필요한 섹션을 업데이트합니다.

    ## @param host - string - required
    ## The RedisEnterprise host
    #
    host: myrediscluster.example.com

    ## @param port - integer - optional - default: 9443
    #
    port: 9443

    ## @param user - string - required
    ## The RedisEnterprise API user
    #
    username: redisadmin@example.com

    ## @param password - string - required
    ## The RedisEnterprise API credential
    #
    password: mySecretPassword

클러스터 설정에 맞게 사용할 수 있는 다른 옵션 설정은 전체 예제 파일을 참조하세요.

사용자는 문서에 따라 설정할 수 있습니다.

수집한 데이터

메트릭

redisenterprise.avg_latency
(gauge)
Number of seconds from when request hits proxy until results are returned
Shown as microsecond
redisenterprise.avg_latency_max
(gauge)
Maximum number of seconds from when request hits proxy until results are returned
Shown as microsecond
redisenterprise.avg_read_latency
(gauge)
Number of seconds from when a read request hits proxy until results are returned
Shown as microsecond
redisenterprise.avg_other_latency
(gauge)
Number of seconds from when other request hits proxy until results are returned
Shown as microsecond
redisenterprise.avg_write_latency
(gauge)
Number of seconds from when a write request hits proxy until results are returned
Shown as microsecond
redisenterprise.cache_hit_rate
(gauge)
Percentage of hits in the cache
Shown as percent
redisenterprise.conns
(gauge)
Number of clients currently connected to the database
Shown as item
redisenterprise.egress_bytes
(gauge)
Amount of network traffic sent by the database
Shown as byte
redisenterprise.endpoints
(gauge)
Number of proxy endpoints
Shown as item
redisenterprise.evicted_objects
(gauge)
Number of items evicted from the cache
Shown as item
redisenterprise.expired_objects
(gauge)
Number of items expired from the cache
Shown as item
redisenterprise.fork_cpu_system
(gauge)
% cores utilization in system mode for all redis shard fork child processes of this database
Shown as percent
redisenterprise.ingress_bytes
(gauge)
Amount of network traffic received by the database
Shown as byte
redisenterprise.listener_acc_latency
(gauge)
Accumulative latency of all types of commands on DB
Shown as second
redisenterprise.main_thread_cpu_system
(gauge)
% cores utilization in system mode for all redis shard main threas of this database
Shown as percent
redisenterprise.main_thread_cpu_system_max
(gauge)
Highest value of % cores utilization in system mode for all redis shard main threas of this database
Shown as percent
redisenterprise.memory_limit
(gauge)
Number of bytes allocated to this database
Shown as byte
redisenterprise.no_of_keys
(gauge)
Number of keys in the database
Shown as item
redisenterprise.other_req
(gauge)
Rate of other (non read/write) requests on DB (ops/sec) ie: PING, ECHO etc
Shown as operation
redisenterprise.read_req
(gauge)
Rate of read requests on DB (ops/sec)
Shown as operation
redisenterprise.read_hits
(gauge)
Rate of read hit requests on DB (ops/sec)
Shown as operation
redisenterprise.read_misses
(gauge)
Rate of read misses requests on DB (ops/sec)
Shown as operation
redisenterprise.shard_cpu_system
(gauge)
% cores utilization in system mode for all redis shard processes of this database
Shown as percent
redisenterprise.shard_cpu_system_max
(gauge)
Highest Value of % cores utilization in system mode for all redis shard processes of this database
Shown as percent
redisenterprise.total_req
(gauge)
Rate of all requests on DB (ops/sec)
Shown as operation
redisenterprise.total_req_max
(gauge)
Highest value of rate of all requests on DB (ops/sec)
Shown as operation
redisenterprise.used_memory
(gauge)
Amount of memory in use for the database
Shown as byte
redisenterprise.used_memory_percent
(gauge)
Percentage of memory used by the database
Shown as percent
redisenterprise.write_req
(gauge)
Rate of write requests on DB (ops/sec)
Shown as operation
redisenterprise.write_hits
(gauge)
Rate of write hit requests on DB (ops/sec)
Shown as operation
redisenterprise.write_misses
(gauge)
Rate of write misses requests on DB (ops/sec)
Shown as operation
redisenterprise.bigstore_objs_ram
(gauge)
Number of items stored in RAM only when Redis on Flash Enabled
Shown as item
redisenterprise.bigstore_objs_flash
(gauge)
Number of items stored on Flash only when Redis on Flash Enabled
Shown as item
redisenterprise.bigstore_objs_percent
(gauge)
Percentage items stored on Flash only when Redis on Flash Enabled
Shown as percent
redisenterprise.bigstore_io_reads
(gauge)
Rate of read requests on Redis on Flash Device (ops/sec)
Shown as operation
redisenterprise.bigstore_io_writes
(gauge)
Rate of write requests on Redis on Flash Device (ops/sec)
Shown as operation
redisenterprise.bigstore_throughput
(gauge)
Throughput for Redis on Flash for items stored on Flash Device
Shown as byte
redisenterprise.big_write_ram
(gauge)
Rate for Redis on Flash where items are written to RAM (ops/sec)
Shown as operation
redisenterprise.big_write_flash
(gauge)
Rate for Redis on Flash where items are written to Flash (ops/sec)
Shown as operation
redisenterprise.big_del_ram
(gauge)
Rate for Redis on Flash where items are deleted from RAM (ops/sec)
Shown as operation
redisenterprise.big_del_flash
(gauge)
Rate for Redis on Flash where items are deleted from Flash (ops/sec)
Shown as operation
redisenterprise.total_shards_used
(gauge)
Number of shards in use by the Redis Enterprise Cluster
Shown as item
redisenterprise.license_shards
(gauge)
Number of shards licensed to the Redis Enterprise Cluster
Shown as item
redisenterprise.license_days
(gauge)
Number of days remaining on the license of the Redis Enterprise Cluster
Shown as item
redisenterprise.total_node_cores
(gauge)
Number of CPU cores in the Redis Enterprise Cluster
Shown as item
redisenterprise.total_node_memory
(gauge)
Byte of memory in the Redis Enterprise Cluster
Shown as byte
redisenterprise.total_node_count
(gauge)
Number of nodes in the Redis Enterprise Cluster
Shown as item
redisenterprise.total_active_nodes
(gauge)
Number of active nodes in the Redis Enterprise Cluster
Shown as item
redisenterprise.crdt_egress_bytes
(gauge)
The bytes being sent to the CRDT peer
Shown as byte
redisenterprise.crdt_egress_bytes_decompressed
(gauge)
The decompressed bytes being sent to the CRDT peer
Shown as byte
redisenterprise.crdt_ingress_bytes
(gauge)
The bytes being received from the CRDT peer
Shown as byte
redisenterprise.crdt_ingress_bytes_decompressed
(gauge)
The decompressed bytes being received from the CRDT peer
Shown as byte
redisenterprise.crdt_local_lag
(gauge)
The local lag in the CRDT applies
Shown as second
redisenterprise.crdt_pending_max
(gauge)
The local pending writes in the CRDT max
Shown as item
redisenterprise.crdt_pending_min
(gauge)
The local pending writes in the CRDT min
Shown as item

서비스 점검

redisenterprise.running

점검은 다음을 반환합니다.

  • RedisEnterprise 클러스터 API가 명령에 제대로 응답하는 경우 OK
  • API가 제대로 응답하지 않는 경우 CRITICAL

redisenterprise.license_check

점검은 다음을 반환합니다.

  • 클러스터 라이선스가 1주일 이상 유효할 경우 OK.
  • 클러스터 라이선스가 7일 안에 만료되는 경우 WARNING.
  • 클러스터 라이선스가 만료된 경우 CRITICAL.

참고: 라이선스가 만료되어도 클러스터는 정상적으로 작동하지만, 이 기간 동안에는 설정 변경이 불가능합니다. 라이선스 갱신은 영업 담당자에게 문의하세요.

이벤트

모든 Redis 엔터프라이즈 이벤트가 수집됩니다.

트러블슈팅

Redis 필드 엔지니어링 팀에 문의하세요.

PREVIEWING: guacbot/translation-pipeline