Skip to content

Commit

Permalink
feat: Support for enabling metrics in OpenTelemetry Collector (#534)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Kerkhove <[email protected]>
Co-authored-by: SpiritZhou <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
  • Loading branch information
3 people authored Sep 28, 2023
1 parent 84973f6 commit ced6295
Show file tree
Hide file tree
Showing 6 changed files with 161 additions and 107 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,14 @@ jobs:
- name: Install Helm chart
run: helm install keda ./keda/ --namespace ${{ matrix.namespace }} --values test-values.yaml --wait

- name: Show Kubernetes resources
- name: Show Kubernetes resources (KEDA)
run: kubectl get all --namespace ${{ matrix.namespace }}
if: always()

- name: Show Kubernetes resources (Monitoring)
run: kubectl get all --namespace monitoring
if: always()

- name: Get all CRDs
run: kubectl get crds -o wide

Expand Down
Loading

0 comments on commit ced6295

Please sign in to comment.