본문으로 건너뛰기

OpenMetrics 지원 환경

OpenAgent는 Prometheus / OpenMetrics 포맷을 노출하는 엔드포인트라면 언어·프레임워크에 관계없이 수집할 수 있는 언어 독립적(Language-Agnostic) 에이전트입니다. Go로 컴파일된 단일 바이너리로 제공되며, 별도 런타임 설치 없이 리눅스 호스트에서 실행할 수 있습니다.

본 문서는 OpenAgent가 공식적으로 지원하는 운영체제, 스크래핑 대상, 네트워크 요구사항 등을 정리합니다.

에이전트 배포 형태

PlatformSupportNote
단일 바이너리 (Linux)AMD64 / ARM64
Windows Native 바이너리미지원
macOS (Apple Silicon)미지원

별도 런타임 요구사항

OpenAgent는 Go로 빌드된 정적 바이너리이므로 JVM, Node.js, Python 등의 런타임을 별도 설치할 필요가 없습니다.

운영체제(OS)

Linux

ArchitectureSupportDownload URL
x86_64 / AMD64 (Intel, AMD 64비트)https://repo.whatap.io/openagent/latest/amd/openagent
ARM64 / AArch64 (Linux ARM 프로세서)https://repo.whatap.io/openagent/latest/arm/openagent
x86 (32비트)-

배포판 호환성

glibc 기반의 주요 리눅스 배포판에서 동작합니다.

DistributionVersion
Red Hat Enterprise Linux / CentOS / Rocky / AlmaLinux7.x 이상
Ubuntu18.04 LTS 이상
Debian10 이상
Amazon Linux2 / 2023
SUSE Linux Enterprise Server12 이상

미지원 플랫폼

  • Windows (Windows Server 포함)
  • macOS (Intel 및 Apple Silicon)
  • FreeBSD, OpenBSD 등 기타 Unix 계열

컨테이너 환경

Docker

PlatformSupport
Docker Engine 20.x 이상
containerd 1.6 이상
CRI-O

스크래핑 대상(Exporter)

OpenAgent는 Prometheus /metrics 엔드포인트를 노출하는 모든 Exporter 및 애플리케이션을 수집할 수 있습니다.

지원 메트릭 포맷

FormatSupportNote
Prometheus Exposition Format (text)기본
OpenMetrics Text Formatapplication/openmetrics-text
Protobuf미지원

대표 지원 Exporter(예시)

CategoryExporter
시스템 / 호스트node_exporter, windows_exporter
데이터베이스mysqld_exporter, postgres_exporter, redis_exporter, mongodb_exporter
메시지 큐kafka_exporter, rabbitmq_exporter
웹 서버nginx-prometheus-exporter, apache_exporter
GPU / AIdcgm-exporter (NVIDIA)
클라우드cloudwatch_exporter, azure_metrics_exporter
애플리케이션Spring Boot Actuator, Micrometer, OpenTelemetry Collector
노트

표에 없는 Exporter도 Prometheus 텍스트 포맷을 따르면 대부분 수집 가능합니다.

타겟 디스커버리 방식

TypeDescription
StaticEndpoints고정된 IP:PORT 직접 지정

시스템 리소스 요구사항(권장)

ItemMinimumRecommended
CPU0.1 core0.5 core 이상
Memory128 MB256 MB 이상
Disk100 MB (로그 포함)1 GB 이상
노트

실제 리소스 사용량은 스크래핑 대상 수와 수집 주기, 메트릭 개수에 따라 달라집니다. 수백 개 이상의 타겟을 수집하는 환경에서는 CPU/Memory 사양을 상향 조정해야 할 수 있습니다.

방화벽 / 네트워크 요구사항

와탭 OpenAgent는 수집 서버 TCP 6600 포트로 접근할 수 있어야 합니다. 방화벽이 있는 환경에서는 아래 대역대로의 Outbound 트래픽을 허용해주세요.

AWS 클라우드 서버

RegionDestination IPPort
서울13.124.11.223 / 13.209.172.35TCP 6600
도쿄52.68.36.166 / 52.193.60.176TCP 6600
싱가포르18.138.0.93 / 18.139.67.236TCP 6600
자카르타108.136.91.69 / 108.137.158.44TCP 6600
뭄바이13.127.125.69 / 13.235.15.118TCP 6600
캘리포니아52.8.223.130 / 52.8.239.99TCP 6600
버지니아107.23.220.101 / 54.236.221.105TCP 6600
프랑크푸르트3.125.142.162 / 3.127.76.140TCP 6600

Azure 클라우드 서버

RegionDestination IPPort
서울52.231.66.38 / 20.194.5.115TCP 6600
도쿄52.246.169.54 / 20.210.27.232TCP 6600

Kakao 클라우드 서버

RegionDestination IPPort
서울61.109.237.237 / 61.109.238.166TCP 6600
노트

수집 서버에 직접 접속이 어려운 내부망 환경에서는 별도로 제공되는 Proxy 모듈을 통해 데이터를 전송할 수 있습니다.