Skip to content

Commit

Permalink
feat: fix kube-state-metrics and upgrade (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv authored Nov 3, 2023
1 parent a7f449a commit ee2d380
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ runs:
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.9.0
version: v3.12.1

- uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: '3.10'

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0

- name: Create kind cluster
uses: helm/[email protected]
Expand Down
6 changes: 6 additions & 0 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## OpenTelemtry-Integration

### v0.0.31 / 2023-11-03

* [FIX] Fix scraping Kube State Metrics
* [CHORE] Update Collector to 0.88.0 (v0.76.0)
* [FIX] Fix consistent k8s.deployment.name attribute

### v0.0.30 / 2023-10-31
* [FEATURE] Add support for defining priority class

Expand Down
8 changes: 4 additions & 4 deletions otel-integration/k8s-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: otel-integration
description: OpenTelemetry Integration
version: 0.0.30
version: 0.0.31
keywords:
- OpenTelemetry Collector
- OpenTelemetry Agent
Expand All @@ -11,17 +11,17 @@ keywords:
dependencies:
- name: opentelemetry-collector
alias: opentelemetry-agent
version: "0.75.2"
version: "0.76.2"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-agent.enabled
- name: opentelemetry-collector
alias: opentelemetry-agent-windows
version: "0.75.2"
version: "0.76.2"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-agent-windows.enabled
- name: opentelemetry-collector
alias: opentelemetry-cluster-collector
version: "0.75.2"
version: "0.76.2"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-cluster-collector.enabled
- name: kube-state-metrics
Expand Down
1 change: 1 addition & 0 deletions otel-integration/k8s-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ opentelemetry-cluster-collector:
enabled: true
kubernetesExtraMetrics:
enabled: true
kubeStateMetricsName: "coralogix-opentelemetry-kube-state-metrics"
kubernetesAttributes:
enabled: true
mysql:
Expand Down

0 comments on commit ee2d380

Please sign in to comment.