Skip to content

Commit 3d0189d

Browse files
authored
Upgrade proto and generate profiles (open-telemetry#10155)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This upgrades the proto to their latest version, and generates the profiles. <!-- Issue number if applicable --> #### Link to tracking issue Part of open-telemetry#10109 cc @mx-psi
1 parent 27f59cb commit 3d0189d

File tree

5 files changed

+7285
-3
lines changed

5 files changed

+7285
-3
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ ocb:
157157
OPENTELEMETRY_PROTO_SRC_DIR=pdata/internal/opentelemetry-proto
158158

159159
# The branch matching the current version of the proto to use
160-
OPENTELEMETRY_PROTO_VERSION=v1.2.0
160+
OPENTELEMETRY_PROTO_VERSION=v1.3.1
161161

162162
# Find all .proto files.
163-
OPENTELEMETRY_PROTO_FILES := $(subst $(OPENTELEMETRY_PROTO_SRC_DIR)/,,$(wildcard $(OPENTELEMETRY_PROTO_SRC_DIR)/opentelemetry/proto/*/v1/*.proto $(OPENTELEMETRY_PROTO_SRC_DIR)/opentelemetry/proto/collector/*/v1/*.proto))
163+
OPENTELEMETRY_PROTO_FILES := $(subst $(OPENTELEMETRY_PROTO_SRC_DIR)/,,$(wildcard $(OPENTELEMETRY_PROTO_SRC_DIR)/opentelemetry/proto/*/v1/*.proto $(OPENTELEMETRY_PROTO_SRC_DIR)/opentelemetry/proto/collector/*/v1/*.proto $(OPENTELEMETRY_PROTO_SRC_DIR)/opentelemetry/proto/*/v1experimental/*.proto $(OPENTELEMETRY_PROTO_SRC_DIR)/opentelemetry/proto/collector/*/v1experimental/*.proto))
164164

165165
# Target directory to write generated files to.
166166
PROTO_TARGET_GEN_DIR=pdata/internal/data/protogen

0 commit comments

Comments
 (0)