-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat: Implement Monitoring Service #729
base: master
Are you sure you want to change the base?
Conversation
Some notes about this PR:
L.E:
|
7cb3172
to
52b7617
Compare
4a50080
to
4a98774
Compare
4a98774
to
ca005ff
Compare
…to implement-monitoring-service # Conflicts: # internal/framework/services/monitoring/resource_monitoring_pipeline.go # services/monitoring/pipeline.go
@@ -84,12 +84,6 @@ func PreCheck(t *testing.T) { | |||
t.Fatalf("%s/%s or %s must be set for acceptance tests", envar.IonosUsername, envar.IonosPassword, envar.IonosToken) | |||
} | |||
} | |||
|
|||
accessKey := os.Getenv(envar.IonosS3AccessKey) |
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.
@cristiGuranIonos It's good that you removed this since the API will complain about not setting the accessKey
and the secretKey
, so there is no need for us to do this check.
Quality Gate passedIssues Measures |
What does this fix or implement?
Checklist
feat:
/fix:
/doc:
/test:
/refactor:
)