-
Notifications
You must be signed in to change notification settings - Fork 25
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 setup-prometheus-adapter #1012
Open
qindotguan
wants to merge
36
commits into
main
Choose a base branch
from
qguan/setup-prometheus-adapter
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+41
−0
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
c2d7603
add setup-prometheus-adapter
qindotguan b9e2bc9
sample servicemonitor and values
HaoYang0000 f39bfb2
update make file
HaoYang0000 1c25379
update sample service monitor
HaoYang0000 6cf5e69
update example values
HaoYang0000 dd38f92
create script
HaoYang0000 b8b2110
update make file
HaoYang0000 1682e71
remove template file
HaoYang0000 5c3da03
remove unused content
HaoYang0000 4cd1754
address comments
HaoYang0000 593441a
add interval in scrpits and fix bug in namespace
HaoYang0000 b83799f
add namespace in undeploy
HaoYang0000 5d8c464
add vdb namespace customize
HaoYang0000 b0b6b88
revert change
HaoYang0000 aabad14
revert make file changes
HaoYang0000 1006b9a
update default values
HaoYang0000 e878ad6
move values file to prometheus directory
HaoYang0000 5e260c8
update file path
HaoYang0000 825cbbc
add e2e test
HaoYang0000 d1a9398
address comments
HaoYang0000 bbbe46b
Update Makefile
HaoYang0000 cabbde9
update e2e test
HaoYang0000 1e4d33b
rename dbname to vdbname in script
HaoYang0000 dd194a6
update script with cmd instead of cat f
HaoYang0000 4e9ca4e
add label for secret
HaoYang0000 9aa2428
assert service as well in e2e check
HaoYang0000 cfc65ca
add cr deletetion and fix namespace issue
HaoYang0000 1910af9
fix namespace issue
HaoYang0000 da6aea4
fix _
HaoYang0000 22e4958
add undeploy-prometheus-adapter
qindotguan e53300b
Merge branch 'deploy-prometheus' into qguan/setup-prometheus-adapter
qindotguan 57ae07c
deploy with configuration file adapter.yaml
qindotguan 7df6b27
correct the tabs
qindotguan 22c2a63
Merge branch 'main' into qguan/setup-prometheus-adapter
qindotguan 9756feb
add prometheus-adapter back after merge
qindotguan a2c953a
remove prometheustest as it renamed
qindotguan 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 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.
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.
Make the release name and namespace a parameter. Default release name and namespace can be prometheus-adapter.
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.
--set prometheus.url
,--set prometheus.port
, and--set replicas
. I will make them configurable later