Skip to content

Commit

Permalink
point to to guide, in the configure section
Browse files Browse the repository at this point in the history
  • Loading branch information
sleto-it committed Aug 2, 2024
1 parent 0422a91 commit 2705669
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions docs/release-notes/2.42.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,7 @@ Customizing the resolution settings for individual services means that you can f

This feature is currently accessible via the PMM API and will be integrated into the user interface in a future release.

API call example:
```sh
curl --request POST \
--url https://<your-pmm-address>/v1/inventory/Agents/ChangePostgresExporter \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"common": {
"metrics_resolutions": {
"hr": "60s",
"mr": "300s",
"lr": "3600s"
}
},
"agent_id": "<agent-id>"
} '
```
For more information on configuring per-service metrics resolution, see the [Configure metrics resolution per-service](../how-to/configure.md).

## Improved connection management for PostgreSQL Services and pmm-agent

Expand Down

0 comments on commit 2705669

Please sign in to comment.