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
This module adds distributed tracing to [Apache HTTP Server](https://httpd.apache.org/). Leveraging [Datadog's tracing library](https://github.com/DataDog/dd-trace-cpp/), it provides access to Datadog-specific functionality.
5
4
6
-
## Getting started
5
+
## Getting Started
7
6
8
7
> [!IMPORTANT]
9
8
> Only Apache HTTP Server 2.4.x is supported.
10
9
>
11
-
> For a detail understanding of our release cycle and Apache HTTPD support, read our [Release documentation.](./doc/release.md)
10
+
> For a detail understanding of our release cycle and Apache HTTPD support, read our [Release documentation](./doc/release.md).
12
11
13
12
### Installation
13
+
14
14
Download a gzipped tarball compatible with your version of Apache HTTPD, extract it to wherever `httpd` looks for modules and add the following line to the top of your configuration file:
Then run `httpd -t <CONFIG_FILE>` to test the new configuration.
20
21
21
22
## Configuration
22
-
Once the module is loaded, by default all requests are traced and sent to the Datadog Agent.
23
-
To change the module default behaviour, check our [Configuration page.](./doc/configuration.md)
24
23
25
-
## Development / Contribution
24
+
Once the module is loaded, by default all requests are traced and sent to the Datadog Agent. To change the module default behaviour, check our [Configuration page.](./doc/configuration.md)
26
25
27
-
We welcome contribution, before doing so, please read our [CONTRIBUTING.md](./CONTRIBUTING.md).
26
+
## Development / Contribution
28
27
28
+
We welcome contributions. Before doing so, please read our [CONTRIBUTING.md](./CONTRIBUTING.md).
0 commit comments