maven repo | github star | 구글 검색 결과 | |
pinpoint | 237 | 12,700 | 약 226,000 |
scouter | 16 | 1,900 | 약 77,900 |
prometheus | 532 | 47,400 | 약 721,000 |
elasticAPM | 0 | 314 | 약 485,000 |
# my global config
global:
scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.
evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute.
# scrape_timeout is set to the global default (10s).
# Alertmanager configuration
alerting:
alertmanagers:
- static_configs:
- targets:
# - alertmanager:9093
# Load rules once and periodically evaluate them according to the global 'evaluation_interval'.
rule_files:
# - "first_rules.yml"
# - "second_rules.yml"
# A scrape configuration containing exactly one endpoint to scrape:
# Here it's Prometheus itself.
scrape_configs:
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
- job_name: "prometheus"
metrics_path: '/v1/actuator/prometheus'
scrape_interval: 5s
# metrics_path defaults to '/metrics'
# scheme defaults to 'http'.
static_configs:
- targets: ["localhost:8082"]
Langchain 과 OpenAI 를 이용한 데이터 임베딩과 RAG(Retrieval-Augmented Generation) (2) | 2024.07.05 |
---|---|
Cypress - 클라이언트 테스트 자동화란? + env 동적 전달 (0) | 2023.04.20 |
GIT: Interactive 와 vscode에서 사용하기 (0) | 2022.07.04 |
redis queue system (1) | 2022.03.30 |
SRS 작성방법 (Software Requirements Specification) (0) | 2021.08.03 |