File tree 2 files changed +10
-7
lines changed
instrumentation/opentelemetry_req
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## 0.2.0
4
+
5
+ ### Fixes
6
+
7
+ * Add support for Req v0.4
4
8
5
- * Change span_name to follow [ OpenTelemetry http spec] ( https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions/http/#name )
6
- * Use span_name if provided, otherwise use path_params. If there are no path_params,
7
- default to http.method
8
9
* Change http.url to follow [ OpenTelemetry http spec] ( https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions/http/#http-client ) .
9
- Full HTTP request URL in the form scheme://host[ : port ] /path?query[ #fragment] .
10
- Must not contain credentials passed via URL.
10
+
11
+ * Full HTTP request URL in the form ` scheme://host[:port]/path?query[#fragment] `
12
+
13
+ * Strip user credentials passed via URL
11
14
12
15
## 0.1.2
13
16
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule OpentelemetryReq.MixProject do
5
5
[
6
6
app: :opentelemetry_req ,
7
7
description: description ( ) ,
8
- version: "0.1.2 " ,
8
+ version: "0.2.0 " ,
9
9
elixir: "~> 1.11" ,
10
10
start_permanent: Mix . env ( ) == :prod ,
11
11
deps: deps ( ) ,
You can’t perform that action at this time.
0 commit comments