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

docs(changelog): version 1.10.0 [citest skip] #184

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ <h1 class="toc-title">Contents</h1>
<ul>
<li><a href="#metrics_monitored_hosts-"
id="toc-metrics_monitored_hosts-">metrics_monitored_hosts: []</a></li>
<li><a href="#metrics_webhook_endpoint-"
id="toc-metrics_webhook_endpoint-">metrics_webhook_endpoint: ''</a></li>
<li><a href="#metrics_retention_days-14"
id="toc-metrics_retention_days-14">metrics_retention_days: 14</a></li>
<li><a href="#metrics_graph_service-false"
Expand Down Expand Up @@ -222,6 +224,10 @@ <h2 id="metrics_monitored_hosts-">metrics_monitored_hosts: []</h2>
<p>Example:</p>
<div class="sourceCode" id="cb2"><pre
class="sourceCode yaml"><code class="sourceCode yaml"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="fu">metrics_monitored_hosts</span><span class="kw">:</span><span class="at"> </span><span class="kw">[</span><span class="st">&quot;webserver.example.com&quot;</span><span class="kw">,</span><span class="at"> </span><span class="st">&quot;database.example.com&quot;</span><span class="kw">]</span></span></code></pre></div>
<h2 id="metrics_webhook_endpoint-">metrics_webhook_endpoint: ''</h2>
<p>Webhook endpoint (URL) where notification about any automatically
detected performance issues are to be sent. By default, these events are
logged to the local system log only.</p>
<h2 id="metrics_retention_days-14">metrics_retention_days: 14</h2>
<p>Retain historical performance data for the specified number of days;
after this time it will be removed (day by day).</p>
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

[1.10.0] - 2023-12-12
--------------------

### New Features

- feat: sync with latest ansible-pcp (#178)
- feat: support for ostree systems

### Bug Fixes

- fix: add missing pmie webhook action configuration functionality (#183)

### Other Changes

- refactor: improve support for ostree systems (#179)
- ci: bump actions/github-script from 6 to 7 (#180)
- refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#182)

[1.9.0] - 2023-11-06
--------------------

Expand Down
Loading