From 70d2449db07cd00c89ebc91f3ab4be854de994af Mon Sep 17 00:00:00 2001 From: Cedric Ziel Date: Sun, 21 Jul 2024 12:49:07 +0000 Subject: [PATCH] :tada: Release of add-on OpenTelemetry Collector 0.10.7 --- ha-addon-otelcol/CHANGELOG.md | 4 +++- ha-addon-otelcol/DOCS.md | 9 ++------- ha-addon-otelcol/config.yaml | 4 ++-- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/ha-addon-otelcol/CHANGELOG.md b/ha-addon-otelcol/CHANGELOG.md index b1bab7c..0e6141f 100644 --- a/ha-addon-otelcol/CHANGELOG.md +++ b/ha-addon-otelcol/CHANGELOG.md @@ -1,3 +1,5 @@ ## What’s changed -* No changes +## 🚀 Enhancements + +- chore: migrate to homeassistant_config @cedricziel (#72) diff --git a/ha-addon-otelcol/DOCS.md b/ha-addon-otelcol/DOCS.md index 72aff35..8901cac 100644 --- a/ha-addon-otelcol/DOCS.md +++ b/ha-addon-otelcol/DOCS.md @@ -1,12 +1,7 @@ # Home Assistant Add-on: OpenTelemetry collector addon -This AddOn brings the [OpenTelemetry collector](#) to your HomeAssistant. +This AddOn brings the [OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector-contrib) to your HomeAssistant. ## How to use -This add-on really does nothing. It is just an example. - -When started it will print the configured message or "Hello world" in the log. - -It will also print "All done!" in `/share/example_addon_output.txt` to show -simple example of the usage of `map` in addon config. +By default, it will do nothing except trying to scrape its own metrics. diff --git a/ha-addon-otelcol/config.yaml b/ha-addon-otelcol/config.yaml index d638bc0..446d95e 100644 --- a/ha-addon-otelcol/config.yaml +++ b/ha-addon-otelcol/config.yaml @@ -1,5 +1,5 @@ name: OpenTelemetry Collector -version: 0.10.5 +version: 0.10.7 slug: otelcol description: Bring the OpenTelemetry collector into your home url: https://github.com/cedricziel/ha-addon-otelcol @@ -14,8 +14,8 @@ arch: - amd64 init: false map: +- homeassistant_config:rw - share:rw -- config:rw apparmor: false options: config: "receivers:\n otlp:\n protocols:\n grpc:\n http:\nprocessors:\n\