ganadara135 / edgrafana

ED fems on grafana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Grafana docker image

make build-docker-full

Push into dockerhub.io

check docker image name in Makefile which is located on build-docker-full line.
docker tag local-image:tagname new-repo:tagname
docker push new-repo:tagname

edgrafan 와 grafana-image-render grafana_reporter 설치

docker-compose up -d
ex) 위 명령어는 DockerCompose 폴더 안에서 실행해도 됨

grafana_reporter 연결 체크

  1. 대시보드 하나 만듦
  2. Apikey 생성
  3. 연결체크

curl http://27.96.135.50:8686/api/v5/report/{대시보드uid}
curl http://27.96.135.50:8686/api/v5/report/4Gs4J46Wk?apitoken=eyJrIjoiTjU5RWhYWGFkWW53SDc2YW9pdmdLZzFWeFhDYlltOWQiLCJuIjoicGRmIiwiaWQiOjF9

  1. 참고 pdf reporting link

https://github.com/IzakMarais/reporter#endpoint

grafana_plugin 설치

  1. docker-compose.yaml 에서 volume 부분에서 plugin 파일과 연결해 줌
    ex) plugin 파일을 호스트 의 특정 폴더에 넣고, 해당 폴더를 volume 과 연결해줌
  2. plugin 과 volume 을 동시에 사용할 수 없음, plugin 폴더에 설치 권한 문제 발생,
  3. 따라서 복수의 plugin 설치시에 volume 이나 원격 plugin 중에 하나로 통일 <br

Grafana

The open-source platform for monitoring and observability.

License Circle CI Go Report Card

Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data driven culture:

  • Visualize: Fast and flexible client side graphs with a multitude of options. Panel plugins for many different way to visualize metrics and logs.
  • Dynamic Dashboards: Create dynamic & reusable dashboards with template variables that appear as dropdowns at the top of the dashboard.
  • Explore Metrics: Explore your data through ad-hoc queries and dynamic drilldown. Split view and compare different time ranges, queries and data sources side by side.
  • Explore Logs: Experience the magic of switching from metrics to logs with preserved label filters. Quickly search through all your logs or streaming them live.
  • Alerting: Visually define alert rules for your most important metrics. Grafana will continuously evaluate and send notifications to systems like Slack, PagerDuty, VictorOps, OpsGenie.
  • Mixed Data Sources: Mix different data sources in the same graph! You can specify a data source on a per-query basis. This works for even custom datasources.

Get started

Unsure if Grafana is for you? Watch Grafana in action on play.grafana.org!

Documentation

The Grafana documentation is available at grafana.com/docs.

Contributing

If you're interested in contributing to the Grafana project:

Get involved

License

Grafana is distributed under the Apache 2.0 License.

About

ED fems on grafana

License:Apache License 2.0


Languages

Language:TypeScript 58.9%Language:Go 26.9%Language:HTML 4.0%Language:Rich Text Format 2.9%Language:JavaScript 2.8%Language:CSS 2.5%Language:Shell 1.2%Language:Python 0.3%Language:Jsonnet 0.3%Language:Dockerfile 0.3%Language:Makefile 0.1%Language:Smarty 0.0%Language:PHP 0.0%