-
Notifications
You must be signed in to change notification settings - Fork 4
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
Added grafana loki dashboard and restructured repo #2
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ononiwu Maureen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this restructuring. Please check comments.
README.md
Outdated
- [ELK-kafka stack](https://github.com/Chinwendu20/kubearmor-dashboards/tree/otel/kubearmor-kafka-elk-stack) | ||
- [Grafana-loki stack](https://github.com/Chinwendu20/kubearmor-dashboards/tree/otel/kubearmor-grafana-loki) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not use personal repo targets. You can use relative paths.
|
||
### Steps | ||
1. Follow [this tutorial](https://github.com/kubearmor/KubeArmor/blob/ce18fee4f87be7786dc1275aeb94ab7096c8b590/getting-started/deployment_guide.md#L20-L19) to set up Kubearmor | ||
2. Follow this [tutorial](https://github.com/Chinwendu20/OTel-receiver/blob/otel/example/tutorial.md#create-a-custom-opentelemetry-collector-distribution) to create an opentelemetry custom collector. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not use personal repos.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Here just that the tutorial file is currently in my personal repo as my PR on the receiver has not yet been merged in kubearmor's org
"displayLabels": [ | ||
"percent", | ||
"name" | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this required, since we are using legends anyway? And displaying labels for a pie chart can lead to overlapping.
"displayLabels": [ | ||
"percent", | ||
"name" | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as #2 (comment)
Signed-off-by: Ononiwu Maureen <[email protected]>
This PR restructures the repo to reflect its current purpose and also includes the grafana loki dashboard