- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
본 통합은 2024년 11월 1일부터 지원 중단되었습니다. 앞으로는 최신 Redis 엔터프라이즈 Datadog 통합를 사용하세요. 새로운 통합에는 최신 Redis 엔터프라이즈 메트릭이 모두 노출되며 업데이트된 대시보드가 포함되어 있습니다.
이 통합은 Datadog용 Redis 엔터프라이즈 모니터링 및 메트릭을 제공합니다.
Redis 엔터프라이즈는 Redis의 완전 지원 엔터프라이즈 버전입니다. Redis 엔터프라이즈는 핵심 오픈 소스 Redis 기능 세트 외에도 액티브 액티브 지오 배포(active-active geo-distribution), 다중 모델 데이터베이스 기능, 향상된 관측 가능성, 가동 시간 향상을 위한 간편한 멀티테넌시 관리 기능을 추가합니다.
Redis 엔터프라이즈 Datadog 통합에서는 클러스터 및 데이터베이스 전반의 템플릿 보기를 제공하여 다른 제품에서는 제공하지 않는 운영 인사이트를 제공해 드립니다. 정보에 기반한 의사 결정에 필요한 데이터로 사용 패턴을 이해하고 성장 계획을 세워 보세요.
이 통합은 Redis Labs가 제공합니다.
에이전트 v7.21+/v6.21+를 사용하는 경우, 아래 지침에 따라 호스에 RedisEnterprise 점검을 설치합니다. 에이전트 v7.21 / v6.21 이전 또는 도커(Docker) 에이전트를 사용하여 점검을 설치하려면 커뮤니티 통합을 설치 전용 에이전트 가이드를 참조하세요.
Datadog 에이전트를 다운로드하여 실행합니다.
다음 명령을 실행해 통합 에이전트와 통합 휠을 설치하세요.
datadog-agent integration install -t datadog-redisenterprise==<INTEGRATION_VERSION>
Datadog 통합 릴리스 페이지에서 최신 버전을 확인할 수 있습니다.
참조: 필요한 경우 설치 명령어에 sudo -u dd-agent
접두어를 덧붙이세요.
샘플 설정을 복사하고 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
점검은 다음을 반환합니다.
OK
CRITICAL
redisenterprise.license_check
점검은 다음을 반환합니다.
OK
.WARNING
.CRITICAL
.참고: 라이선스가 만료되어도 클러스터는 정상적으로 작동하지만, 이 기간 동안에는 설정 변경이 불가능합니다. 라이선스 갱신은 영업 담당자에게 문의하세요.
모든 Redis 엔터프라이즈 이벤트가 수집됩니다.
Redis 필드 엔지니어링 팀에 문의하세요.