Skip to content

Commit

Permalink
fix(docs): add the 'http_client_requests_sent_total' (vectordotdev#18299
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pront authored and jszwedko committed Aug 18, 2023
1 parent 38e95b5 commit 2dcaf30
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/cue/reference/components/sources/internal_metrics.cue
Expand Up @@ -730,6 +730,14 @@ components: sources: internal_metrics: {
status: _status
}
}
http_client_requests_sent_total: {
description: "The total number of sent HTTP requests, tagged with the request method."
type: "counter"
default_namespace: "vector"
tags: _component_tags & {
method: _method
}
}
http_client_responses_total: {
description: "The total number of HTTP requests, tagged with the response code."
type: "counter"
Expand Down Expand Up @@ -1183,6 +1191,10 @@ components: sources: internal_metrics: {
description: "The HTTP status code of the request."
required: false
}
_method: {
description: "The HTTP method of the request."
required: false
}
_path: {
description: "The path that produced the error."
required: true
Expand Down

0 comments on commit 2dcaf30

Please sign in to comment.