Skip to content

Commit

Permalink
change opencensus tracing to opentelemetry tracing fix fix
Browse files Browse the repository at this point in the history
Add trace space to Filter Gateway (#1780)
fix

Signed-off-by: kpango <kpango@vdaas.org>
  • Loading branch information
kpango committed Aug 30, 2022
1 parent 5262c62 commit 30810e1
Show file tree
Hide file tree
Showing 303 changed files with 4,206 additions and 5,880 deletions.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ TEMP_DIR := $(eval TEMP_DIR := $(shell mktemp -d))$(TEMP_DIR)
OPERATOR_SDK_VERSION := $(eval OPERATOR_SDK_VERSION := $(shell cat versions/OPERATOR_SDK_VERSION))$(OPERATOR_SDK_VERSION)

KIND_VERSION ?= v0.14.0
HELM_VERSION ?= v3.9.0
HELM_VERSION ?= v3.9.3
HELM_DOCS_VERSION ?= 1.11.0
YQ_VERSION ?= v4.25.3
VALDCLI_VERSION ?= v1.5.4
TELEPRESENCE_VERSION ?= 2.6.8
KUBELINTER_VERSION ?= 0.3.0
GOLANGCILINT_VERSION ?= v1.46.2
YQ_VERSION ?= v4.27.2
VALDCLI_VERSION ?= v1.5.6
TELEPRESENCE_VERSION ?= 2.7.1
KUBELINTER_VERSION ?= 0.4.0
GOLANGCILINT_VERSION ?= v1.48.0
REVIEWDOG_VERSION ?= v0.14.1
PROTOBUF_VERSION ?= 21.2
PROTOBUF_VERSION ?= 21.5
JAEGER_OPERATOR_VERSION ?= 2.30.0

SWAP_DEPLOYMENT_TYPE ?= deployment
Expand Down
2 changes: 1 addition & 1 deletion apis/grpc/v1/agent/core/agent.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/agent/sidecar/sidecar.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/discoverer/discoverer.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/filter/egress/egress_filter.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/filter/ingress/ingress_filter.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/manager/index/index_manager.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions apis/grpc/v1/payload/interface.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
//
// Copyright (C) 2019-2022 vdaas.org vald team <vald@vdaas.org>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
package payload

import proto "google.golang.org/protobuf/proto"
Expand Down
7 changes: 6 additions & 1 deletion apis/grpc/v1/payload/payload.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/vald/filter.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/vald/insert.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/vald/object.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/vald/remove.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/vald/search.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/vald/update.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/grpc/v1/vald/upsert.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions charts/vald/values.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
//
// Copyright (C) 2019-2022 vdaas.org vald team <vald@vdaas.org>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
package vald

import (
Expand Down
4 changes: 1 addition & 3 deletions cmd/tools/cli/loadtest/main.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
//
// Copyright (C) 2019-2022 vdaas.org vald team <vald@vdaas.org>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
package main

import (
Expand Down
4 changes: 1 addition & 3 deletions cmd/tools/cli/loadtest/main_test.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
//
// Copyright (C) 2019-2022 vdaas.org vald team <vald@vdaas.org>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
package main

import (
Expand Down
4 changes: 1 addition & 3 deletions example/client/agent/main.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
//
// Copyright (C) 2019-2022 vdaas.org vald team <vald@vdaas.org>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
package main

import (
Expand Down
12 changes: 6 additions & 6 deletions example/client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ go 1.18

replace (
github.com/envoyproxy/protoc-gen-validate => github.com/envoyproxy/protoc-gen-validate v0.6.7
github.com/goccy/go-json => github.com/goccy/go-json v0.9.10
github.com/goccy/go-json => github.com/goccy/go-json v0.9.11
github.com/golang/protobuf => github.com/golang/protobuf v1.5.2
github.com/kpango/glg => github.com/kpango/glg v1.6.12
github.com/pkg/sftp => github.com/pkg/sftp v1.13.5
golang.org/x/crypto => golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
golang.org/x/net => golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48
golang.org/x/crypto => golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
golang.org/x/net => golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
golang.org/x/text => golang.org/x/text v0.3.7
google.golang.org/genproto => google.golang.org/genproto v0.0.0-20220805133916-01dd62135a58
google.golang.org/grpc => google.golang.org/grpc v1.48.0
google.golang.org/genproto => google.golang.org/genproto v0.0.0-20220829175752-36a9c930ecbf
google.golang.org/grpc => google.golang.org/grpc v1.49.0
google.golang.org/protobuf => google.golang.org/protobuf v1.28.1
gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.1
Expand All @@ -35,5 +35,5 @@ require (
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90 // indirect
google.golang.org/protobuf v1.28.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)
Loading

0 comments on commit 30810e1

Please sign in to comment.