Skip to content

Commit 1aa785e

Browse files
committed
rename apache.request.bandwidth.rate to apache.traffic.rate
1 parent d2ada63 commit 1aa785e

11 files changed

Lines changed: 214 additions & 214 deletions

File tree

.chloggen/47061-apache-rate-and-max-workers-metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ change_type: enhancement
77
component: receiver/apache
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Add `apache.request.rate`, `apache.request.bandwidth.rate`, and `apache.worker.limit` metrics
10+
note: Add `apache.request.rate`, `apache.traffic.rate`, and `apache.worker.limit` metrics
1111

1212
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
1313
issues: [47061]

receiver/apachereceiver/documentation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ The average server load during the last 5 minutes.
8181
| ---- | ----------- | ---------- | --------- |
8282
| % | Gauge | Double | Development |
8383
84-
### apache.request.bandwidth.rate
85-
86-
Average number of bytes transmitted per second since the server was started, as reported by mod_status.
87-
88-
| Unit | Metric Type | Value Type | Stability |
89-
| ---- | ----------- | ---------- | --------- |
90-
| By/s | Gauge | Double | Development |
91-
9284
### apache.request.rate
9385
9486
Average number of requests served per second since the server was started, as reported by mod_status.
@@ -137,6 +129,14 @@ Total HTTP server traffic.
137129
| ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
138130
| By | Sum | Int | Cumulative | true | Development |
139131
132+
### apache.traffic.rate
133+
134+
Average number of bytes transmitted per second since the server was started, as reported by mod_status.
135+
136+
| Unit | Metric Type | Value Type | Stability |
137+
| ---- | ----------- | ---------- | --------- |
138+
| By/s | Gauge | Double | Development |
139+
140140
### apache.uptime
141141
142142
The amount of time that the server has been running in seconds.

receiver/apachereceiver/internal/metadata/generated_config.go

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

receiver/apachereceiver/internal/metadata/generated_config_test.go

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

0 commit comments

Comments
 (0)