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: docs/supported-technologies.asciidoc
+61Lines changed: 61 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,69 @@ If the agent doesn't support your favorite technology yet,
10
10
you can vote for it by participating in https://docs.google.com/forms/d/e/1FAIpQLSf8c3BJVMqaeuqpq-t3_Q4NilNcdsrzK1qJ4Qo9JpJslrmYzA/viewform[our survey].
11
11
We will use the results to add support for the most requested technologies.
12
12
13
+
[float]
14
+
[[supported-os]]
15
+
=== Operating systems
16
+
17
+
The agent supports Linux operating system.
18
+
13
19
[float]
14
20
[[supported-php-versions]]
15
21
=== PHP versions
16
22
17
23
The agent supports PHP versions 7.2-7.4.
24
+
25
+
[float]
26
+
[[supported-web-frameworks]]
27
+
=== Web frameworks
28
+
29
+
Automatic instrumentation for a web framework means
30
+
a transaction is automatically created for each incoming request and it is named after the registered route.
31
+
32
+
We support automatic instrumentation for the following web frameworks.
33
+
34
+
|===
35
+
|Framework |Supported versions
36
+
37
+
|Framework-less PHP application (i.e., application using PHP's built in web support)
38
+
|
39
+
40
+
|Laravel
41
+
|6
42
+
43
+
|===
44
+
45
+
[float]
46
+
[[supported-data-access-technologies]]
47
+
=== Data access technologies
48
+
49
+
We support automatic instrumentation for the following data access technologies.
|The agent automatically creates DB spans for all your PDO queries. This includes PDO queries executed by object relational mappers (ORM) like Doctrine.
57
+
58
+
|===
59
+
60
+
[float]
61
+
[[supported-http-clients]]
62
+
=== HTTP clients
63
+
64
+
Automatic instrumentation for an HTTP client technology means
65
+
an HTTP span is automatically created for each outgoing HTTP request
66
+
and distributed tracing headers are propagated.
67
+
The spans are named after the schema `<method> <host>`, for example `GET elastic.co`.
0 commit comments