Skip to content

Commit

Permalink
update README.md + chloggen
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter0195 authored and alessio-trivisonno-shift committed Dec 23, 2024
1 parent a0f8b82 commit 8721b68
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .chloggen/feat-add-prometheuscr-namespaceselectors.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: 'enhancement'

# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action)
component: 'operator'

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Add Prometheus CR namespace selectors"

# One or more tracking issues related to the change
issues:
- 3086

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -709,8 +709,15 @@ spec:
serviceAccount: everything-prometheus-operator-needs
prometheusCR:
enabled: true
scrapeInterval: 30s
serviceMonitorSelector: {}
serviceMonitorNamespaceSelector: {}
podMonitorSelector: {}
podMonitorNamespaceSelector: {}
scrapeConfigSelector: {}
scrapeConfigNamespaceSelector: {}
probeSelector: {}
probeNamespaceSelector: {}
config:
receivers:
prometheus:
Expand Down

0 comments on commit 8721b68

Please sign in to comment.