Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[receivercreator] fix typo in examples #30227

Merged
merged 2 commits into from
Dec 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion receiver/receivercreator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ instantiate that receiver.
**receivers.<receiver_type/id>.rule**

Rule expression using [expvar
syntax](https://github.com/antonmedv/expr/blob/master/docs/Language-Definition.md).
syntax](https://github.com/antonmedv/expr/blob/master/docs/language-definition.md).
Variables available are detailed below in [Rule
Expressions](#rule-expressions).

Expand Down Expand Up @@ -247,6 +247,8 @@ targeting it will have different variables available.
extensions:
# Configures the Kubernetes observer to watch for pod start and stop events.
k8s_observer:
observe_nodes: true
observe_services: true
host_observer:

receivers:
Expand Down