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

feat: Add insecure option for Prometheus. Fixes #2913 #2914

Merged
merged 2 commits into from
Aug 4, 2023

Conversation

OpenGuidou
Copy link
Contributor

@OpenGuidou OpenGuidou commented Jul 28, 2023

Resolves #2913

Checklist:

  • Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this is a chore.
  • The title of the PR is (a) conventional with a list of types and scopes found here, (b) states what changed, and (c) suffixes the related issues number. E.g. "fix(controller): Updates such and such. Fixes #1234".
  • I've signed my commits with DCO
  • I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
  • My builds are green. Try syncing with master if they are not.
  • My organization is added to USERS.md.

@OpenGuidou OpenGuidou changed the title feat: Add insecure option for Prometheus feat: Add insecure option for Prometheus. Fixes #2913 Jul 28, 2023
@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (378e3d3) 81.75% compared to head (04d7ec5) 81.76%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2914   +/-   ##
=======================================
  Coverage   81.75%   81.76%           
=======================================
  Files         133      133           
  Lines       20338    20348   +10     
=======================================
+ Hits        16627    16637   +10     
  Misses       2855     2855           
  Partials      856      856           
Files Changed Coverage Δ
metricproviders/prometheus/prometheus.go 88.59% <100.00%> (+0.82%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 28, 2023

Go Published Test Results

2 033 tests   2 033 ✔️  2m 39s ⏱️
   118 suites         0 💤
       1 files           0

Results for commit 04d7ec5.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 28, 2023

E2E Tests Published Test Results

    4 files      4 suites   3h 50m 24s ⏱️
102 tests   83 ✔️   6 💤 13
436 runs  384 ✔️ 24 💤 28

For more details on these failures, see this check.

Results for commit 48e16e7.

♻️ This comment has been updated with latest results.

@OpenGuidou OpenGuidou force-pushed the Insecure-Prom branch 4 times, most recently from 62d3dc6 to b13764f Compare July 28, 2023 11:14
Signed-off-by: zachaller <[email protected]>
@sonarcloud
Copy link

sonarcloud bot commented Aug 4, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
56.3% 56.3% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@zachaller zachaller enabled auto-merge (squash) August 4, 2023 21:58
@zachaller zachaller merged commit c9bc3bc into argoproj:master Aug 4, 2023
20 of 21 checks passed
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.

Add insecure option to Prometheus provider
2 participants