Commit c0d1fda 1 parent 0c8e8eb commit c0d1fda Copy full SHA for c0d1fda
File tree 1 file changed +12
-0
lines changed
website/cue/reference/components/sources
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -730,6 +730,14 @@ components: sources: internal_metrics: {
730
730
status : _status
731
731
}
732
732
}
733
+ http_client_requests_sent_total : {
734
+ description : " The total number of sent HTTP requests, tagged with the request method. "
735
+ type : " counter "
736
+ default_namespace : " vector "
737
+ tags : _component_tags & {
738
+ method : _method
739
+ }
740
+ }
733
741
http_client_responses_total : {
734
742
description : " The total number of HTTP requests, tagged with the response code. "
735
743
type : " counter "
@@ -1183,6 +1191,10 @@ components: sources: internal_metrics: {
1183
1191
description : " The HTTP status code of the request. "
1184
1192
required : false
1185
1193
}
1194
+ _method : {
1195
+ description : " The HTTP method of the request. "
1196
+ required : false
1197
+ }
1186
1198
_path : {
1187
1199
description : " The path that produced the error. "
1188
1200
required : true
You can’t perform that action at this time.
0 commit comments