File tree Expand file tree Collapse file tree 3 files changed +24
-7
lines changed Expand file tree Collapse file tree 3 files changed +24
-7
lines changed Original file line number Diff line number Diff 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
2735Number 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 |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments