We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a634e commit 8529b3fCopy full SHA for 8529b3f
otel-extensions/src/main/java/org/hypertrace/agent/otel/extensions/MetricViewConfiguration.java
@@ -29,10 +29,18 @@ public static View createView() {
29
new HashSet<>(
30
Arrays.asList(
31
"net.sock.peer.addr",
32
+ "net.sock.host.addr",
33
"net.sock.peer.port",
34
+ "net.sock.host.port",
35
+ "net.host.name",
36
+ "net.host.port",
37
+ "net.protocol.name",
38
+ "net.protocol.version",
39
"http.user_agent",
40
"enduser.id",
41
"http.client_ip",
42
+ "http.route",
43
+ "http.target",
44
"http.request_content_length",
45
"http.response_content_length",
46
"user_agent.original"));
0 commit comments