You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: instrumentation/activej-http-6.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/activejhttp/ActiveJHttpServerConnectionInstrumentation.java
-43
Original file line number
Diff line number
Diff line change
@@ -34,27 +34,14 @@
34
34
* {@code serve} method of classes that extend {@code io.activej.http.AsyncServlet}. The
35
35
* instrumentation is designed to integrate with OpenTelemetry for distributed tracing, capturing
36
36
* and propagating trace context through HTTP requests and responses.
Copy file name to clipboardexpand all lines: instrumentation/activej-http-6.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/activejhttp/ActiveJHttpServerConnectionSingletons.java
Copy file name to clipboardexpand all lines: instrumentation/activej-http-6.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/activejhttp/ActiveJHttpServerHeaders.java
-7
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,6 @@
16
16
importjava.util.Map;
17
17
importjava.util.stream.Collectors;
18
18
19
-
/**
20
-
* This enum implements the {@code ExtendedTextMapGetter<HttpRequest>} interface and provides
21
-
* methods for extracting HTTP headers from an ActiveJ {@code HttpRequest}. It is used in the
22
-
* context of OpenTelemetry instrumentation to propagate trace context across service boundaries.
Copy file name to clipboardexpand all lines: instrumentation/activej-http-6.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/activejhttp/ActiveJHttpServerHttpAttributesGetter.java
-8
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,6 @@
12
12
importjava.util.List;
13
13
importjavax.annotation.Nullable;
14
14
15
-
/**
16
-
* This class implements the {@code HttpServerAttributesGetter<HttpRequest, HttpResponse>} interface
17
-
* and provides methods for extracting HTTP-related attributes from ActiveJ {@code HttpRequest} and
18
-
* {@code HttpResponse} objects. These attributes are used by OpenTelemetry to enrich telemetry
19
-
* data, such as spans, with detailed information about HTTP requests and responses.
Copy file name to clipboardexpand all lines: instrumentation/activej-http-6.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/activejhttp/ActiveJHttpServerUtil.java
-8
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,6 @@
15
15
importjava.util.stream.Collectors;
16
16
importjavax.annotation.Nullable;
17
17
18
-
/**
19
-
* This utility class provides helper methods for extracting and manipulating HTTP-related
20
-
* attributes from ActiveJ {@code HttpRequest} and {@code HttpResponse} objects. It is designed to
21
-
* simplify the process of retrieving information such as HTTP methods, headers, status codes, and
22
-
* other metadata, which are essential for OpenTelemetry instrumentation and distributed tracing.
Copy file name to clipboardexpand all lines: instrumentation/activej-http/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/activejhttp/ActiveJHttpServerConnectionInstrumentationModule.java
Copy file name to clipboardexpand all lines: instrumentation/activej-http/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/activejhttp/ActiveJHttpServerHelper.java
0 commit comments