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

Fjernet spec.prometheus.enabled #135

Closed
wants to merge 1 commit into from
Closed

Conversation

Kyrremann
Copy link
Contributor

Fixes #120

@Kyrremann Kyrremann requested a review from a team as a code owner December 4, 2019 12:31
if len(port) == 0 {
port = strconv.Itoa(app.Spec.Port)
}
if app.Spec.Prometheus.Path != "" {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ingen grunn til å lage annotation hvis man ikke skal scrape.

Copy link
Member

@terjesannum terjesannum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Kyrremann
Copy link
Contributor Author

Vi har valgt å ikke merge denne inn, da vi heller ønsker å vente til flere features som ikke er bakoverkompatible skal rulles ut.

Det er for å minske jobben til utviklere, og at dette er mer kjekt å ha enn nødvendig.

@Kyrremann Kyrremann closed this Dec 11, 2019
@Kyrremann Kyrremann deleted the remove_prometheus_enabled branch December 11, 2019 09:48
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.

Enable Prometheus scraping by default
2 participants