Skip to content

Commit 8721b68

Browse files
update README.md + chloggen
1 parent a0f8b82 commit 8721b68

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2+
change_type: 'enhancement'
3+
4+
# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action)
5+
component: 'operator'
6+
7+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8+
note: "Add Prometheus CR namespace selectors"
9+
10+
# One or more tracking issues related to the change
11+
issues:
12+
- 3086
13+
14+
# (Optional) One or more lines of additional information to render under the primary note.
15+
# These lines will be padded with 2 spaces and then inserted directly into the document.
16+
# Use pipe (|) for multiline entries.
17+
subtext:

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -709,8 +709,15 @@ spec:
709709
serviceAccount: everything-prometheus-operator-needs
710710
prometheusCR:
711711
enabled: true
712+
scrapeInterval: 30s
712713
serviceMonitorSelector: {}
714+
serviceMonitorNamespaceSelector: {}
713715
podMonitorSelector: {}
716+
podMonitorNamespaceSelector: {}
717+
scrapeConfigSelector: {}
718+
scrapeConfigNamespaceSelector: {}
719+
probeSelector: {}
720+
probeNamespaceSelector: {}
714721
config:
715722
receivers:
716723
prometheus:

0 commit comments

Comments
 (0)