Programing

Graphite 이외의 통계 데이터 용 GUI?

lottogame 2020. 9. 4. 08:01
반응형

Graphite 이외의 통계 데이터 용 GUI? [닫은]


방금 생산 용으로 graphite / statsd를 설치했습니다. 정말 만족 스럽지만 동료 중 한 명이 더 예쁘게 보이게하는 방법이 있는지 물었습니다. 솔직히 나도 똑같이 궁금하지 않다고 말할 수 없다.

멋진 프런트 엔드 그래프 라이브러리와 http 푸시 중 하나를 사용하여 더 나은 데이터 렌더링 작업을 수행하는 Graphite UI의 대안이 있습니까?


최신 Graphite 문서 페이지 에는 Graphite와 함께 작동하는 도구 목록이 있습니다. 참고로, 다음은 예민 기반으로 보이는 것입니다.

추가 흥미로운 리소스 :

  • Graphitoid : (안드로이드 앱 대시 보드)
  • Graphitejs : (Graphite 그래프를 만들고 표시하기위한 jQuery 플러그인)
  • Seyren : (Graphite에 대한 경고 대시 보드)

각각에 대한 자세한 내용은 해당 페이지를 확인하거나 Graphite 문서 페이지에 대해 추가 한 첫 번째 링크의 설명을 참조하십시오 .


Grafana 사용해 보기

매우 멋진 UI와 고급 대시 보드 및 그래프 편집 기능이 있습니다. 설치가 매우 간단합니다.


자체 프런트 엔드를 코딩하고 싶지 않다면 Graphiti 를 사용할 수 있습니다 . 사용하기 쉽고 멋져 보입니다!

Graphiti 스크린 샷


아하! 나는 인터넷 검색을하고 내가 필요한 것을 정확히 수행하는 Cubism.js찾았 습니다 .

It has integrated support for graphite and provides the necessary graphing components (as a plugin to D3) to create beautiful real-time dashboards.


I can see this is a bit old, but thought I'd add to it for future prosperity:

I went through a few of the options listed in @troy's response (and a few others). You can see my impressions in my blog post


You can try Graphene which is a layer above Graphite: http://jondot.github.com/graphene/


Anyone tried Orion? Seems to be a good option but overlooked so far. https://github.com/gree/Orion

참고URL : https://stackoverflow.com/questions/10527401/gui-for-statsd-data-other-than-graphite

반응형