프로메테우스 공식 레퍼런스를 한글로 번역한 문서입니다.
버전은 2.32(Prometheus), 0.23(Alerting) 기준입니다.
원문 레포지토리에 있는 페이지 중에는
sort_rank
를 지정하지 않거나, 지정했더라도 값이 겹치는 페이지들이 있기 때문에 조회할 때마다 한 번씩 문서 순서가 달라집니다. 따라서 원문과는 보이는 문서 순서가 다를 수 있으니 참고하시길 바랍니다.
목차:
- INTRODUCTION
- CONCEPTS
- PROMETHEUS
- Getting started
- Downloading and running Prometheus
- Configuring Prometheus to monitor itself
- Starting Prometheus
- Using the expression browser
- Using the graphing interface
- Starting up some sample targets
- Configure Prometheus to monitor the sample targets
- Configure rules for aggregating scraped data into new time series
- Installation
- Configuration
- Querying
- Storage
- Federation
- HTTP SD
- Management API
- Migration
- API Stability
- Feature flags
- Getting started
- VISUALIZATION
- INSTRUMENTING
- OPERATING
- ALERTING
- BEST PRACTICES
- GUIDES
- Basic auth
- Understanding and using the multi-target exporter pattern
- Use file-based service discovery to discover scrape targets
- Monitoring Docker container metrics using cAdvisor
- Instrumenting a Go application
- Monitoring Linux host metrics with the Node Exporter
- TLS encryption
- Query Log
- Docker Swarm
Next :INTRODUCTION
프로메테우스 소개