Skip to content

Commit 4bb9003

Browse files
committed
make gogenerate
Signed-off-by: Florian Lehner <[email protected]>
1 parent 36137ef commit 4bb9003

File tree

3 files changed

+24
-7
lines changed

3 files changed

+24
-7
lines changed

scraper/scraperhelper/documentation.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ Number of metric points that were unable to be scraped. [Alpha]
2222
| ---- | ----------- | ---------- | --------- | --------- |
2323
| {datapoints} | Sum | Int | true | Alpha |
2424

25+
### otelcol_scraper_errored_profile_records
26+
27+
Number of profile records that were unable to be scraped. [Alpha]
28+
29+
| Unit | Metric Type | Value Type | Monotonic | Stability |
30+
| ---- | ----------- | ---------- | --------- | --------- |
31+
| {datapoints} | Sum | Int | true | Alpha |
32+
2533
### otelcol_scraper_scraped_log_records
2634

2735
Number of log records successfully scraped. [Alpha]
@@ -37,3 +45,11 @@ Number of metric points successfully scraped. [Alpha]
3745
| Unit | Metric Type | Value Type | Monotonic | Stability |
3846
| ---- | ----------- | ---------- | --------- | --------- |
3947
| {datapoints} | Sum | Int | true | Alpha |
48+
49+
### otelcol_scraper_scraped_profile_records
50+
51+
Number of profile records successfully scraped. [Alpha]
52+
53+
| Unit | Metric Type | Value Type | Monotonic | Stability |
54+
| ---- | ----------- | ---------- | --------- | --------- |
55+
| {datapoints} | Sum | Int | true | Alpha |

scraper/scraperhelper/internal/metadatatest/generated_telemetrytest.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scraper/scraperhelper/metadata.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,31 +29,31 @@ telemetry:
2929
value_type: int
3030
monotonic: true
3131

32-
scraper_scraped_log_records:
32+
scraper_errored_profile_records:
3333
enabled: true
3434
stability:
3535
level: alpha
36-
description: Number of log records successfully scraped.
36+
description: Number of profile records that were unable to be scraped.
3737
unit: "{datapoints}"
3838
sum:
3939
value_type: int
4040
monotonic: true
4141

42-
scraper_scraped_metric_points:
42+
scraper_scraped_log_records:
4343
enabled: true
4444
stability:
4545
level: alpha
46-
description: Number of metric points successfully scraped.
46+
description: Number of log records successfully scraped.
4747
unit: "{datapoints}"
4848
sum:
4949
value_type: int
5050
monotonic: true
5151

52-
scraper_errored_profile_records:
52+
scraper_scraped_metric_points:
5353
enabled: true
5454
stability:
5555
level: alpha
56-
description: Number of profile records that were unable to be scraped.
56+
description: Number of metric points successfully scraped.
5757
unit: "{datapoints}"
5858
sum:
5959
value_type: int

0 commit comments

Comments
 (0)