DevOps

Grafana, Loki, Prometheus

주인장 꼬비 2023. 2. 19. 00:21

Grafana

Grafana is the open source analytics & monitoring solution for every database.

그라파나는 오픈소스 대화형 데이터 시각화 플랫폼으로, 일종의 툴킷이다. 하나의 대시보드 (또는 여러 대시보드)로 통합된 차트와 그래프를 통해 데이터를 볼 수 있다. 

 

Grafana Sandbox (https://play.grafana.org/)

 

Grafana

If you're seeing this Grafana has failed to load its application files 1. This could be caused by your reverse proxy settings. 2. If you host grafana under subpath make sure your grafana.ini root_url setting includes subpath. If not using a reverse proxy m

play.grafana.org

 

 

Loki

Loki는 Grafana에서 제공하는 플러그인중 하나로, 모든 애플리케이션 및 인프라에서 로그를 저장하고 쿼리하도록 설계된 로그 집계 시스템이다. Prometheus에서 영감을 받았다고 하며 수평확장이 가능하고 가용성이 높다.

 

Prometheus

Prometheus는 오픈소스 모니터링 시스템으로 모니터링 및 경고 툴킷이다. 메트릭 수집, 시각화, 알림, 서비스 디스커버리 등의 기능을 제공한다.

 

 

<공식 사이트>

Grafana

https://grafana.com/grafana/

 

Grafana | Query, visualize, alerting observability platform

Transformations Transformations allow you to rename, summarize, combine, and perform calculations across different queries and data sources. Transform non-time-series data into tables (e.g., JSON files or even simple lookup tables) in seconds without any c

grafana.com

 

Grafana Loki

https://grafana.com/docs/loki/latest/?pg=oss-loki&plcmt=quick-links

 

Grafana Loki OSS | Log aggregation system

Grafana Loki Loki is a horizontally scalable, highly available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels

grafana.com

 

Prometheus

https://prometheus.io/docs/introduction/overview/

 

Prometheus - Monitoring system & time series database

An open-source monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting approach.

prometheus.io

 

'DevOps' 카테고리의 다른 글

AWS Route 53 (+DNS)  (0) 2023.08.12
EC2란 무엇인가  (0) 2023.05.27
Bastion 서버란 무엇인가  (0) 2023.05.13
Jenkins 개념 및 용어 정리  (0) 2023.05.13