Skip to content

Commit

Permalink
🎉 Release of add-on OpenTelemetry Collector 0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel committed Jul 21, 2024
1 parent 52a698b commit 70d2449
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
4 changes: 3 additions & 1 deletion ha-addon-otelcol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## What’s changed

* No changes
## 🚀 Enhancements

- chore: migrate to homeassistant_config @cedricziel (#72)
9 changes: 2 additions & 7 deletions ha-addon-otelcol/DOCS.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions ha-addon-otelcol/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: OpenTelemetry Collector

Check warning on line 1 in ha-addon-otelcol/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing document start "---"
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
Expand All @@ -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\
Expand Down

0 comments on commit 70d2449

Please sign in to comment.