Skip to content

Commit

Permalink
link: trace_to_envelope.go
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Jan 10, 2025
1 parent bad272e commit bddeeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/azuremonitorexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The exporter follows the semantic conventions to fill the Application Insights s
| Dependency.ResultCode | `http.status_code` or `status_code` | `"0"` |
| Dependency.Success | `http.status_code` or `status_code` | `true` |

The exact mapping can be found [here](trace_to_envelope.go).
The exact mapping can be found in [trace_to_envelope.go](trace_to_envelope.go).

All attributes are also mapped to custom properties if they are booleans or strings and to custom measurements if they are ints or doubles.

Expand Down

0 comments on commit bddeeb1

Please sign in to comment.