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
# HAProxy Stream Processing Offload (SPOA) with Datadog App & API Protection
2
+
3
+
[GCP Services Extensions](https://cloud.google.com/service-extensions/docs/overview) enable Google Cloud users to provide programmability and extensibility on Cloud Load Balancing data paths and at the edge.
4
+
5
+
## Installation
6
+
7
+
### From Release
8
+
9
+
This package provides a docker image to be used with Google Cloud Service Extensions.
10
+
The images are published at each release of the tracer and can be found in [the repo registry](https://github.com/DataDog/dd-trace-go/pkgs/container/dd-trace-go%2Fservice-extensions-callout).
11
+
12
+
### Build image
13
+
14
+
The docker image can be build locally using docker. Start by cloning the `dd-trace-go` repo, `cd` inside it and run that command:
The ASM Service Extension expose some configuration. The configuration can be tweaked if the Service Extension is only used as an External Processor for Envoy that is not operated by GCP.
22
+
23
+
>**GCP requires that the default configuration for the Service Extension should not change.**
24
+
25
+
| Environment variable | Default value | Description |
|`DD_SERVICE_EXTENSION_HOST`|`0.0.0.0`| Host on where the gRPC and HTTP server should listen to. |
28
+
|`DD_SERVICE_EXTENSION_PORT`|`443`| Port used by the gRPC Server.<br>Envoy Google backend’s is only using secure connection to Service Extension. |
29
+
|`DD_SERVICE_EXTENSION_HEALTHCHECK_PORT`|`80`| Port used for the HTTP server for the health check. |
30
+
|`DD_SERVICE_EXTENSION_OBSERVABILITY_MODE`|`false`| Enable observability mode. This will process a request asynchronously (blocking would be disabled). |
31
+
32
+
> The Service Extension need to be connected to a deployed [Datadog agent](https://docs.datadoghq.com/agent).
33
+
34
+
| Environment variable | Default value | Description |
35
+
|---|---|---|
36
+
|`DD_AGENT_HOST`|`N/A`| Host of a running Datadog Agent. |
37
+
|`DD_TRACE_AGENT_PORT`|`8126`| Port of a running Datadog Agent. |
38
+
39
+
### SSL Configuration
40
+
41
+
The Envoy of GCP is configured to communicate to the Service Extension with TLS.
42
+
43
+
`localhost` self signed certificates are generated and bundled into the ASM Service Extension docker image and loaded at the start of the gRPC server.
0 commit comments