From 723af623d49ac972b7957b9746fc889e2dab2f34 Mon Sep 17 00:00:00 2001 From: Henrique Santos <118177985+hcsa73@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:25:21 +0000 Subject: [PATCH] Update docs (#220) Co-authored-by: Henrique Santos --- docs/data-sources/argus_scrapeconfig.md | 1 + docs/resources/argus_scrapeconfig.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/data-sources/argus_scrapeconfig.md b/docs/data-sources/argus_scrapeconfig.md index 91d356cc..08c63f09 100644 --- a/docs/data-sources/argus_scrapeconfig.md +++ b/docs/data-sources/argus_scrapeconfig.md @@ -35,6 +35,7 @@ data "stackit_argus_scrapeconfig" "example" { - `id` (String) Terraform's internal data source. ID. It is structured as "`project_id`,`instance_id`,`name`". - `metrics_path` (String) Specifies the job scraping url path. - `saml2` (Attributes) A SAML2 configuration block (see [below for nested schema](#nestedatt--saml2)) +- `sample_limit` (Number) Specifies the scrape sample limit. - `scheme` (String) Specifies the http scheme. - `scrape_interval` (String) Specifies the scrape interval as duration string. - `scrape_timeout` (String) Specifies the scrape timeout as duration string. diff --git a/docs/resources/argus_scrapeconfig.md b/docs/resources/argus_scrapeconfig.md index 9a09cdd8..5247f852 100644 --- a/docs/resources/argus_scrapeconfig.md +++ b/docs/resources/argus_scrapeconfig.md @@ -47,6 +47,7 @@ resource "stackit_argus_scrapeconfig" "example" { - `basic_auth` (Attributes) A basic authentication block. (see [below for nested schema](#nestedatt--basic_auth)) - `saml2` (Attributes) A SAML2 configuration block. (see [below for nested schema](#nestedatt--saml2)) +- `sample_limit` (Number) Specifies the scrape sample limit. Upper limit depends on the service plan. Default is `5000`. - `scheme` (String) Specifies the http scheme. E.g. `https`. - `scrape_interval` (String) Specifies the scrape interval as duration string. E.g. `5m`. - `scrape_timeout` (String) Specifies the scrape timeout as duration string. E.g.`2m`.