Skip to content

Commit

Permalink
🎉 Release of add-on OpenTelemetry Collector 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel committed Jul 21, 2024
1 parent a0a89d0 commit 6a15819
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
9 changes: 3 additions & 6 deletions otelcol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
## What’s changed

## 🚨 Breaking changes
## ⬆️ Dependency updates

- Prepare repo-rename @cedricziel (#34)

## 🧰 Maintenance

- Add deploy workflow @cedricziel (#33)
- Bump open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib from 0.59.0-arm64 to 0.103.0-arm64 in /otelcol @dependabot (#68)
- Bump open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib from 0.59.0-arm64 to 0.103.1-arm64 in /otelcol @dependabot (#69)
27 changes: 13 additions & 14 deletions otelcol/config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
apparmor: false
name: OpenTelemetry Collector

Check warning on line 1 in otelcol/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing document start "---"
version: 0.10.2
slug: otelcol
description: Bring the OpenTelemetry collector into your home
url: https://github.com/cedricziel/ha-addon-otelcol
ports:
4317/tcp: null
4318/tcp: null
ports_description:
4317/tcp: OTLP/gRPC
4318/tcp: OTLP/HTTP
arch:
- aarch64

Check failure on line 13 in otelcol/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

wrong indentation: expected 2 but found 0
- amd64
description: Bring the OpenTelemetry collector into your home
image: ghcr.io/cedricziel/{arch}-ha-addon-otelcol
init: false
map:
- share:rw

Check failure on line 17 in otelcol/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

wrong indentation: expected 2 but found 0
- config:rw
name: OpenTelemetry Collector
apparmor: false
options:
config: "receivers:\n otlp:\n protocols:\n grpc:\n http:\nprocessors:\n\

Check failure on line 21 in otelcol/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

line too long
\ batch:\nexporters:\n logging:\n# health-check is activated by default\nextensions:\n\
Expand All @@ -17,15 +25,6 @@ options:
\ [logging]\n metrics:\n receivers: [otlp]\n processors: [batch]\n\
\ exporters: [logging]\n logs:\n receivers: [otlp]\n processors:\
\ [batch]\n exporters: [logging]\n"
ports:
4317/tcp: null
4318/tcp: null
ports_description:
4317/tcp: OTLP/gRPC
4318/tcp: OTLP/HTTP
schema:
config: str
slug: otelcol
url: https://github.com/cedricziel/ha-addon-otelcol
version: 0.10.1
watchdog: http://[HOST]:13133/
image: ghcr.io/cedricziel/{arch}-ha-addon-otelcol

0 comments on commit 6a15819

Please sign in to comment.