All Projects → stagemonitor → stagemonitor-kibana

stagemonitor / stagemonitor-kibana

Licence: Apache-2.0 license
Kibana-Plugin for stagemonitor trace visualization

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
groovy
2714 projects
shell
77523 projects

Projects that are alternatives of or similar to stagemonitor-kibana

easeagent
An agent component for the Java system
Stars: ✭ 437 (+3261.54%)
Mutual labels:  tracing, distributed-tracing
quacktors
The quacking awesome Go actor model framework!
Stars: ✭ 14 (+7.69%)
Mutual labels:  tracing, distributed-tracing
kibana notification center
This plugin helps you to use kibana's notifications more usefully.
Stars: ✭ 33 (+153.85%)
Mutual labels:  kibana, kibana-plugin
kbn radar
Radar visualization for Kibana
Stars: ✭ 35 (+169.23%)
Mutual labels:  kibana, kibana-plugin
kibana calendar vis
Calendar heatmap visualization Kibana plugin
Stars: ✭ 38 (+192.31%)
Mutual labels:  kibana, kibana-plugin
cleaner
An awesome Kibana plugin for setting elasticsearch index ttl
Stars: ✭ 16 (+23.08%)
Mutual labels:  kibana, kibana-plugin
nodejs
Node.js in-process collectors for Instana
Stars: ✭ 66 (+407.69%)
Mutual labels:  tracing, distributed-tracing
malice-kibana-plugin
Malice Kibana Plugin
Stars: ✭ 21 (+61.54%)
Mutual labels:  kibana, kibana-plugin
uptrace
Open source APM: OpenTelemetry traces, metrics, and logs
Stars: ✭ 1,187 (+9030.77%)
Mutual labels:  tracing, distributed-tracing
thundra-agent-python
Thundra Lambda Python Agent
Stars: ✭ 36 (+176.92%)
Mutual labels:  tracing, distributed-tracing
Stagemonitor
an open source solution to application performance monitoring for java server applications
Stars: ✭ 1,664 (+12700%)
Mutual labels:  kibana, tracing
spring-boot-microservice-eureka-zuul-docker-gateway-kubernetes
Spring Boot rest microservices using Kubernetes, ConfigMap, Eureka, Zuul / Spring Boot Gateway, Docker. Monitoring with logstash, logback, elasticsearch, kibana.
Stars: ✭ 86 (+561.54%)
Mutual labels:  kibana, distributed-tracing
Spring Boot Microservice Eureka Zuul Docker
Spring-Boot rest microservices using Eureka, Zuul, Docker. Monitoring with logstash, logback, elasticsearch, kibana
Stars: ✭ 45 (+246.15%)
Mutual labels:  kibana, distributed-tracing
serverless-plugin-epsagon
Epsagon's plugin for Serverless Framework ⚡️
Stars: ✭ 53 (+307.69%)
Mutual labels:  tracing, distributed-tracing
kibana markdown doc view
A plugin for custom doc view using markdown+handlebars template.
Stars: ✭ 35 (+169.23%)
Mutual labels:  kibana, kibana-plugin
lambda-python
SignalFx AWS Lambda Python Wrapper
Stars: ✭ 15 (+15.38%)
Mutual labels:  tracing, distributed-tracing
Go2sky
Distributed tracing and monitor SDK in Go for Apache SkyWalking APM
Stars: ✭ 234 (+1700%)
Mutual labels:  tracing, distributed-tracing
Opencensus Node
A stats collection and distributed tracing framework
Stars: ✭ 249 (+1815.38%)
Mutual labels:  tracing, distributed-tracing
smallrye-opentracing
An MicroProfile-OpenTracing implementation
Stars: ✭ 17 (+30.77%)
Mutual labels:  tracing, distributed-tracing
dropwizard-zipkin
Dropwizard Zipkin Bundle
Stars: ✭ 48 (+269.23%)
Mutual labels:  tracing, distributed-tracing

stagemonitor-kibana Build Status

This incubating plug-in for Kibana allows you to visualize distributed traces from spans collected by stagemonitor.

It looks like this:

  1. The initial view after opening the plugin
    Screenshot stagemonitor kibana plugin

  2. After clicking a trace, the basic trace visualization is shown Screenshot stagemonitor kibana plugin

  3. In the trace visualization you may select a span to view the span details Screenshot stagemonitor kibana plugin

  4. In the trace visualization you may select a span to view the span details Screenshot stagemonitor kibana plugin

  5. This plugin also adds a scripted field in Kibana to open the trace visualization from a span in the discover tab Screenshot stagemonitor kibana plugin

Installation

Have a look at our release page. Be sure to use the plugin version corresponding to your version of kibana, down to the minor patch level.

Caveats

This plugin currently only works with Chrome and Firefox. Internet Explorer is not supported.

Development

Start elasticsearch on your machine and run the following commands

git clone https://github.com/elastic/kibana
git checkout tags/v5.5.0
npm install
cd plugins
git clone [email protected]:stagemonitor/stagemonitor-kibana.git
cd stagemonitor-kibana
npm install
cd ../..
npm start

Access Kibana under https://localhost:5601 -> the lazy optimizations may take some minutes for the initial pageload.

Tests

In the tests folder, run the following command to run the tests on localhost:5601:

./gradlew test

If you are running the development instance you have to adjust the base url, as it will have a randomly generated suffix:

./gradlew test -Dgeb.build.baseUrlTest=https://localhost:5601/znr/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].