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

adds documentation on how to configure Metering data collection. #45

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

cah-link
Copy link
Contributor

@cah-link cah-link commented Aug 4, 2023

No description provided.

Copy link
Contributor

@maxwolfs maxwolfs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

found some typos


## 1. ceilometer metering configuration

there is the pollimng.yaml file that describes what metrics to poll and when. It allows to create multiple sources for the ceilometer pipeline with different metrics and intervals.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
there is the pollimng.yaml file that describes what metrics to poll and when. It allows to create multiple sources for the ceilometer pipeline with different metrics and intervals.
there is the polling.yaml file that describes what metrics to poll and when. It allows to create multiple sources for the ceilometer pipeline with different metrics and intervals.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed that. Many thanks!


```

The pipeline.yaml can be used to filter and pipeline all metrics and events since events send via the notifier also appeas in the meters and send them to different publishers.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The pipeline.yaml can be used to filter and pipeline all metrics and events since events send via the notifier also appeas in the meters and send them to different publishers.
The pipeline.yaml can be used to filter and pipeline all metrics and events since events send via the notifier also appears in the meters and send them to different publishers.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed that. Many thanks!

# - "*" # 'using all pollsters
```

in the event_definitions file all data structure of events are defined. If a message with a distinct event_type apears, the Fields and values from the message are matched with the Event-object.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
in the event_definitions file all data structure of events are defined. If a message with a distinct event_type apears, the Fields and values from the message are matched with the Event-object.
in the event_definitions file all data structure of events are defined. If a message with a distinct event_type appears, the Fields and values from the message are matched with the Event-object.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed that. Many thanks!

track: Global
---

The Metrics and events we want to use in the metering process can be defined in two ways. the first one is to allow ceilometer to poll distinct metrics and events.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The Metrics and events we want to use in the metering process can be defined in two ways. the first one is to allow ceilometer to poll distinct metrics and events.
The Metrics and events we want to use in the metering process can be defined in two ways. The first one is to allow ceilometer to poll distinct metrics and events.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed that. Many thanks!

@cah-link cah-link force-pushed the feature/add_metering_configuration branch from 35a9c29 to 9433b4f Compare August 7, 2023 11:52
@cah-link cah-link requested a review from maxwolfs August 9, 2023 08:08
Copy link
Contributor

@maxwolfs maxwolfs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@garloff garloff merged commit ee03df1 into main Aug 9, 2023
3 checks passed
@garloff garloff deleted the feature/add_metering_configuration branch August 9, 2023 08:24
garloff pushed a commit that referenced this pull request Aug 28, 2023
Signed-off-by: maxwolfs <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants