-
Notifications
You must be signed in to change notification settings - Fork 63
Metrics investigation for CSI driver and dashboard creation on Grafana #274
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
Merged
Merged
Changes from 20 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
8387728
Added ports for the sidecars to allow prometheus to scrape the metrics
prajwalvathreya 0c39d75
Fixed error in linode-csi-plugin container due to incorrect metrics port
prajwalvathreya 68b9b98
Added documentation and example graphs for metrics in the csi-driver.
prajwalvathreya 361c077
updated graphs and documentation.
prajwalvathreya 0a4609e
added line break after future scope to keep the doc consistent
prajwalvathreya 4df77e3
added additional node metrics
prajwalvathreya 06d04b3
added clarification on the unit of measurement of time
prajwalvathreya fcf133b
fixed typo
prajwalvathreya aedc721
Moved metrics-documentation.md and example-images folder to the docs …
prajwalvathreya 1db1a39
Merge branch 'refs/heads/main' into metrics-endpoint
prajwalvathreya 28691b8
- Created make target for creating a grafana-dashboard
prajwalvathreya 7f133cc
- created services to expose metrics to prometheus
prajwalvathreya cb43eff
- updated install script to run process in the background
prajwalvathreya 4b09fbf
Merge branch 'main' into metrics-endpoint
prajwalvathreya c10ee59
- fixed conflict in Makefile
prajwalvathreya 960c574
Update hack/install-monitoring-tools.sh
prajwalvathreya 016edfa
Updated the syntax of passing the CLUSTER_NAME variable
prajwalvathreya efeea6e
Update hack/install-monitoring-tools.sh, namespace creation
prajwalvathreya 9370d03
Update hack/install-monitoring-tools.sh Grafana helm chart update
prajwalvathreya 5d92fbb
Update hack/install-monitoring-tools.sh Prometheus helm chart update
prajwalvathreya c0a1c56
- added environment variables for username, password, data retention …
prajwalvathreya 069b55d
- removed echo used for debugging
prajwalvathreya 802245f
Merge branch 'main' into metrics-endpoint
prajwalvathreya 9bc3beb
- updated the script to 3 make targets
prajwalvathreya c120fa7
- updated templates to opt in to install using helm
prajwalvathreya 3276b46
- fixed container port mapping which was causing containers to crash …
prajwalvathreya 9e18c05
- resolving Makefile conflict
prajwalvathreya ceac735
Merge branch 'main' into metrics-endpoint
prajwalvathreya 2977e89
- updated to helm chart to expose drivers based on passed flag `enabl…
prajwalvathreya 9380f5d
- updated documentation to explain how to use the helm chart to enabl…
prajwalvathreya 6fe3e49
Merge branch 'main' into metrics-endpoint
prajwalvathreya 9d97d6e
- made changes to install metrics services through helm chart
prajwalvathreya 79750ca
- reverted csi-driver image to latest
prajwalvathreya 07c63df
- updated documentation to explain modifications to make targets
prajwalvathreya 6ac52d6
- updated comment to a more sensible one
prajwalvathreya 62e806d
- updated documentation to be less verbose
prajwalvathreya File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Could we potentially move all of the metrics related yaml updates to the helm chart on an opt in basis instead of here by default?
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.
Agree with Evan. If we can do this, that would be a better approach.