Skip to content

Commit 723af62

Browse files
hcsa73Henrique Santos
andauthored
Update docs (#220)
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
1 parent c975a93 commit 723af62

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/data-sources/argus_scrapeconfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ data "stackit_argus_scrapeconfig" "example" {
3535
- `id` (String) Terraform's internal data source. ID. It is structured as "`project_id`,`instance_id`,`name`".
3636
- `metrics_path` (String) Specifies the job scraping url path.
3737
- `saml2` (Attributes) A SAML2 configuration block (see [below for nested schema](#nestedatt--saml2))
38+
- `sample_limit` (Number) Specifies the scrape sample limit.
3839
- `scheme` (String) Specifies the http scheme.
3940
- `scrape_interval` (String) Specifies the scrape interval as duration string.
4041
- `scrape_timeout` (String) Specifies the scrape timeout as duration string.

docs/resources/argus_scrapeconfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ resource "stackit_argus_scrapeconfig" "example" {
4747

4848
- `basic_auth` (Attributes) A basic authentication block. (see [below for nested schema](#nestedatt--basic_auth))
4949
- `saml2` (Attributes) A SAML2 configuration block. (see [below for nested schema](#nestedatt--saml2))
50+
- `sample_limit` (Number) Specifies the scrape sample limit. Upper limit depends on the service plan. Default is `5000`.
5051
- `scheme` (String) Specifies the http scheme. E.g. `https`.
5152
- `scrape_interval` (String) Specifies the scrape interval as duration string. E.g. `5m`.
5253
- `scrape_timeout` (String) Specifies the scrape timeout as duration string. E.g.`2m`.

0 commit comments

Comments
 (0)