data-plane-api(Azure Pipelines)
a8a27127d5
zipkin tracing: support to make the envoy as the independent hop for tracing ( #22987 )
...
* zipkin tracing: support to make the envoy as the independent hop for tracing
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* fix test
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* simply impl
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* Update source/extensions/tracers/zipkin/tracer.cc
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
* Update source/extensions/tracers/zipkin/tracer.cc
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
* minor update of comments
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* Update api/envoy/config/trace/v3/zipkin.proto
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
Signed-off-by: code <wangbaiping@corp.netease.com>
* Update api/envoy/config/trace/v3/zipkin.proto
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
Signed-off-by: code <wangbaiping@corp.netease.com>
* Update changelogs/current.yaml
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
Signed-off-by: code <wangbaiping@corp.netease.com>
* add attention
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* rename the api and add more comment
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* fix format
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* fix format
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* Update api/envoy/config/trace/v3/zipkin.proto
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
Signed-off-by: code <wangbaiping@corp.netease.com>
* address comment
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* Update source/extensions/tracers/zipkin/tracer.cc
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
Signed-off-by: code <wangbaiping@corp.netease.com>
* fix format
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
Signed-off-by: code <wangbaiping@corp.netease.com>
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ ad800292a630c273fb548ac6d320522ffdbd2a8a
2 years ago
data-plane-api(Azure Pipelines)
5ba669d8a5
protos: add support for go_option package ( #17460 )
...
Signed-off-by: Rémy Léone <rleone@scaleway.com>
Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 42f82c257a049589b5c15788c774342268124921
3 years ago
data-plane-api(Azure Pipelines)
21e0a097d3
Remove the support for `hidden_envoy_deprecated_HTTP_JSON_V1` ( #17806 )
...
- Removed the JsonV1Serializer and added exception for HTTP_JSON_V1version in Serializer creation.
- Specified collector_endpoint_version in the test
- Removed the default value for endpoint_, it is redundant here because in the zipkin.proto, it has PGV rule [(validate.rules).string = {min_len: 1}], so we always need to provide the config for this field.
- Modified the ConstructBuffer test to create the buffer using ZipkinConfig::HTTP_JSON
Risk Level: LOW
Testing: CI
Signed-off-by: Tianyu Xia <tyxia@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ db74e313b3651588e59c671af45077714ac32cef
3 years ago
data-plane-api(Azure Pipelines)
8987b3c53f
tracing: Add hostname to Zipkin config. ( #14186 ) ( #14187 )
...
Signed-off-by: John Esmet <john.esmet@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 940958e539b5cece4677d18c9f1d2b15f57d3265
4 years ago
data-plane-api(Azure Pipelines)
f1d7ea4543
tracer: fix zipkin proto documentation ( #14112 )
...
#10526 allowed tracers to use CDS clusters. But zipkin proto doc still says bootstrap cluster is mandatory
Risk Level: Low
Testing: N/A
Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
Mirrored from https://github.com/envoyproxy/envoy @ 6706d4413ad168d58267ee456428e56c9f0f78a5
4 years ago
data-plane-api(CircleCI)
16b31ae6b5
Fix for issue Switch PGV string annotations using min_bytes to min_len. ( #12631 )
...
Risk Level: LOW
Testing: Unit and format
Fixes #10535
Signed-off-by: Abhay Narayan Katare <abhay.katare@india.nec.com>
Mirrored from https://github.com/envoyproxy/envoy @ 6321e5d95f7e435625d762ea82316b7a9f7071a4
4 years ago
data-plane-api(CircleCI)
5467393763
api: move configuration of tracer provider implementations out of `config.trace` into `extensions.tracers.<provider>` ( #10743 )
...
Split Tracing.Http and provider-specific configurations out of trace.proto
Risk Level: Medium
Testing: unit tests
Docs Changes: N/A
Release Notes: N/A
Fixes : #10576 , #10737
Signed-off-by: Yaroslav Skopets <yaroslav@tetrate.io>
Mirrored from https://github.com/envoyproxy/envoy @ 4325949734fa10e4725bab5e096aa77cc8f85b06
5 years ago