Skip to content

Commit

Permalink
feat(opentelemetry): propagate GCP header
Browse files Browse the repository at this point in the history
  • Loading branch information
jonabc committed Jul 19, 2023
1 parent 3e49186 commit fd34f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/_hub/kong-inc/opentelemetry/_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
**{{site.base_gateway}} 3.4.x**
* Added support for [AWS X-Ray header](https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-tracingheader) propagation.
* Support the `endpoint` parameter as referenceable.
* Added support for [Google Cloud Project's X-Cloud-Trace-Context header](https://cloud.google.com/trace/docs/setup#force-trace)

**{{site.base_gateway}} 3.2.x**
* This plugin can now be scoped to individual services, routes, and consumers.
Expand Down
1 change: 1 addition & 0 deletions app/_hub/kong-inc/opentelemetry/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ The OpenTelemetry plugin propagates the following headers:
- `datadog`: [Datadog headers](https://docs.datadoghq.com/tracing/trace_collection/library_config/go/#trace-context-propagation-for-distributed-tracing) (Enterprise only)
{% if_plugin_version gte:3.4.x %}
- `aws`: [AWS X-Ray header](https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-tracingheader)
- `gcp`: [GCP X-Cloud-Trace-Context header](https://cloud.google.com/trace/docs/setup#force-trace)
{% endif_plugin_version %}

The plugin detects the propagation format from the headers and will use the appropriate format to propagate the span context.
Expand Down

0 comments on commit fd34f63

Please sign in to comment.