Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add grafana integration #40

Merged
merged 1 commit into from
Aug 1, 2023
Merged

Add grafana integration #40

merged 1 commit into from
Aug 1, 2023

Conversation

rgrandl
Copy link
Collaborator

@rgrandl rgrandl commented Aug 1, 2023

Grafana is a tool to visualize metrics, traces, and logs. It has a nice UI and integration with N different data sources, including prometheus, and jaeger.

Grafana should be the default way for someone to get insights into a Service Weaver app when deployed with kube.

This PR launches a Grafana service and provides a Prometheus and a Jaeger data source by default. We can simply open Grafana and see the metrics, traces as exported by prometheus and jaeger.

In a future PR we will add integration with Loki to visualize the logs as well.

grafana_integration.webm

Copy link
Contributor

@spetrovic77 spetrovic77 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

internal/impl/kube.go Outdated Show resolved Hide resolved
internal/impl/kube.go Outdated Show resolved Hide resolved
Grafana is a tool to visualize metrics, traces, and logs. It has a nice
UI and integration with N different data sources, including prometheus,
and jaeger.

Grafana should be the default way for someone to get insights into a
Service Weaver app when deployed with kube.

This PR launches a Grafana service and provides a Prometheus and a
Jaeger data source by default. We can simply open Grafana and see the
metrics, traces as exported by prometheus and jaeger.

In a future PR we will add integration with Loki to visualize the logs
as well.
@rgrandl rgrandl merged commit 1c43a18 into main Aug 1, 2023
8 of 9 checks passed
@spetrovic77 spetrovic77 deleted the add_grafana branch August 1, 2023 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants