Skip to content

Commit

Permalink
replace span.kind with type
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamfuller1 committed Jul 24, 2020
1 parent b3e8bf2 commit 7e0c306
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions specification/metrics/semantic_conventions/http-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ from them. By adding HTTP labels to metric events it allows for finely tuned fil
Below is a table of the metric instruments that MUST be used for HTTP spans. They MUST be of the specified
type and units.

| Name | Span kind | Type | Units | Description |
|-------------------------------------|-----------------|---------------|--------------|-------------|
| `http.{span.kind}.duration` | Client & Server | ValueRecorder | milliseconds | measure a request duration |
| `http.{span.kind}.request` | Client & Server | Count | requests | measure number of requests |
| Name | Type | Instrument | Units | Description |
|------------------------|-----------------|---------------|--------------|-------------|
| `http.{type}.duration` | Client & Server | ValueRecorder | milliseconds | measure a request duration |
| `http.{type}.request` | Client & Server | Count | requests | measure number of requests |

### Labels

Expand Down

0 comments on commit 7e0c306

Please sign in to comment.