Skip to content

Commit

Permalink
Commit config file rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
nubtron committed Jan 3, 2025
1 parent 391fb5b commit 04117ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions amazon_kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This OpenMetrics-based integration has a latest mode (`use_openmetrics`: true) a

### Configuration

1. Edit the `amazon_msk.d/conf.yaml` file, in the `conf.d/` folder at the root of your Agent's configuration directory to start collecting your Amazon MSK performance data.
1. Edit the `amazon_kafka.d/conf.yaml` file, in the `conf.d/` folder at the root of your Agent's configuration directory to start collecting your Amazon MSK performance data.

Include custom [tags][17] that attach to every metric and service check provided by this integration.

Expand All @@ -33,7 +33,7 @@ This OpenMetrics-based integration has a latest mode (`use_openmetrics`: true) a
- <KEY_2>:<VALUE_2>
```

See the [sample amazon_msk.d/conf.yaml][9] for all available configuration options for the latest mode. For the legacy mode of this integration, see the [legacy example][10].
See the [sample amazon_kafka.d/conf.yaml][9] for all available configuration options for the latest mode. For the legacy mode of this integration, see the [legacy example][10].

2. [Restart the Agent][11].

Expand Down
2 changes: 1 addition & 1 deletion amazon_kafka/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Amazon Kafka
files:
- name: amazon_msk.yaml
- name: amazon_kafka.yaml
options:
- template: init_config
options:
Expand Down

0 comments on commit 04117ee

Please sign in to comment.