Skip to content

Commit

Permalink
Merge pull request #79 from vyzigold/collect_logging
Browse files Browse the repository at this point in the history
Add observability.openshift.io to collected CRs
  • Loading branch information
openshift-merge-bot[bot] authored Dec 20, 2024
2 parents cd3d272 + c52e266 commit 17f971f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collection-scripts/gather_crs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ crs=()
# Explictly adding rabbit in the grep because its CRD is named with a different domain.
# Also adding monitoring.rhobs, because telemetry uses observability-operator
# to deploy a `MonitoringStack` for storing and scraping metrics.
# Adding grafana.com and logging.openshift.io because of resources used by telemetry logging.
for i in $(/usr/bin/oc get crd | grep -E "(openstack|rabbitmq|monitoring|grafana|logging\.openshift)\.(org|com|rhobs|io)" | awk '{print $1}')
# Adding grafana.com, observability.openshift.io and logging.openshift.io because of resources used by telemetry logging.
for i in $(/usr/bin/oc get crd | grep -E "(openstack|rabbitmq|monitoring|grafana|observability\.openshift|logging\.openshift)\.(org|com|rhobs|io)" | awk '{print $1}')
do
crs+=("$i")
done
Expand Down

0 comments on commit 17f971f

Please sign in to comment.