You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/10/14 14:52:06 UTC

[skywalking-goapi] 26/31: Merge pull request #13 from mrproliu/import-envoy

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-goapi.git

commit a78cbac8e2bb39749bb18e07ae14cb5e87cfe258
Merge: e10b78b b64ca56
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Oct 1 14:52:08 2021 +0800

    Merge pull request #13 from mrproliu/import-envoy
    
    Import envoy metrics/als protocols

 dependencies.sh                                    |    4 +
 go.mod                                             |    8 +-
 go.sum                                             |   74 +-
 proto/envoy/annotations/deprecation.pb.go          |  155 +
 proto/envoy/api/v2/core/address.pb.go              |  801 ++++
 proto/envoy/api/v2/core/backoff.pb.go              |  187 +
 proto/envoy/api/v2/core/base.pb.go                 | 2150 ++++++++++
 proto/envoy/api/v2/core/config_source.pb.go        |  861 ++++
 proto/envoy/api/v2/core/event_service_config.pb.go |  193 +
 proto/envoy/api/v2/core/grpc_method_list.pb.go     |  237 ++
 proto/envoy/api/v2/core/grpc_service.pb.go         | 1466 +++++++
 proto/envoy/api/v2/core/http_uri.pb.go             |  231 ++
 proto/envoy/api/v2/core/socket_option.pb.go        |  310 ++
 proto/envoy/config/core/v3/address.pb.go           |  931 +++++
 proto/envoy/config/core/v3/backoff.pb.go           |  189 +
 proto/envoy/config/core/v3/base.pb.go              | 2462 ++++++++++++
 proto/envoy/config/core/v3/http_uri.pb.go          |  232 ++
 proto/envoy/config/core/v3/socket_option.pb.go     |  311 ++
 proto/envoy/data/accesslog/v2/accesslog.pb.go      | 2058 ++++++++++
 proto/envoy/data/accesslog/v3/accesslog.pb.go      | 2187 +++++++++++
 proto/envoy/service/accesslog/v2/als.pb.go         |  518 +++
 proto/envoy/service/accesslog/v2/als_grpc.pb.go    |  147 +
 proto/envoy/service/accesslog/v3/als.pb.go         |  543 +++
 proto/envoy/service/accesslog/v3/als_grpc.pb.go    |  147 +
 .../envoy/service/metrics/v2/metrics_service.pb.go |  314 ++
 .../service/metrics/v2/metrics_service_grpc.pb.go  |  139 +
 .../envoy/service/metrics/v3/metrics_service.pb.go |  328 ++
 .../service/metrics/v3/metrics_service_grpc.pb.go  |  139 +
 proto/envoy/type/percent.pb.go                     |  306 ++
 proto/envoy/type/semantic_version.pb.go            |  173 +
 proto/envoy/type/v3/percent.pb.go                  |  313 ++
 proto/envoy/type/v3/semantic_version.pb.go         |  178 +
 proto/io/prometheus/client/metrics.pb.go           | 1096 ++++++
 proto/udpa/annotations/migrate.pb.go               |  415 ++
 proto/udpa/annotations/sensitive.pb.go             |   96 +
 proto/udpa/annotations/status.pb.go                |  257 ++
 proto/udpa/annotations/versioning.pb.go            |  181 +
 proto/validate/validate.pb.go                      | 4104 ++++++++++++++++++++
 proto/xds/core/v3/context_params.pb.go             |  163 +
 satellite/data/v1/SniffData.pb.go                  |  330 +-
 satellite/data/v1/SniffData.proto                  |   13 +
 scripts/envoy-import.sh                            |   70 +
 scripts/protoc.sh                                  |    6 +-
 scripts/update_sniff_protocol.sh                   |   72 +-
 44 files changed, 24952 insertions(+), 143 deletions(-)