@@ -139,14 +139,6 @@ set(PROFILES_SERVICE_PB_CPP_FILE
139
139
"${GENERATED_PROTOBUF_PATH} /opentelemetry/proto/collector/profiles/v1experimental/profiles_service.pb.cc" )
140
140
141
141
if (WITH_OTLP_GRPC)
142
- set (PROFILES_GRPC_CPP_FILE
143
- "${GENERATED_PROTOBUF_PATH} /opentelemetry/proto/profiles/v1experimental/profiles.grpc.pb.cc" )
144
- set (PROFILES_GRPC_H_FILE
145
- "${GENERATED_PROTOBUF_PATH} /opentelemetry/proto/profiles/v1experimental/profiles.grpc.pb.h" )
146
- set (PROFILES_EXT_GRPC_CPP_FILE
147
- "${GENERATED_PROTOBUF_PATH} /opentelemetry/proto/profiles/v1experimental/pprofextended.grpc.pb.cc" )
148
- set (PROFILES_EXT_GRPC_H_FILE
149
- "${GENERATED_PROTOBUF_PATH} /opentelemetry/proto/profiles/v1experimental/pprofextended.grpc.pb.h" )
150
142
set (PROFILES_SERVICE_GRPC_PB_H_FILE
151
143
"${GENERATED_PROTOBUF_PATH} /opentelemetry/proto/collector/profiles/v1experimental/profiles_service.grpc.pb.h" )
152
144
set (PROFILES_SERVICE_GRPC_PB_CPP_FILE
@@ -229,14 +221,17 @@ set(PROTOBUF_GENERATED_FILES
229
221
${LOGS_PB_CPP_FILE}
230
222
${METRICS_PB_H_FILE}
231
223
${METRICS_PB_CPP_FILE}
224
+ ${PROFILES_H_FILE}
232
225
${PROFILES_CPP_FILE}
226
+ ${PROFILES_EXT_H_FILE}
233
227
${PROFILES_EXT_CPP_FILE}
234
228
${TRACE_SERVICE_PB_H_FILE}
235
229
${TRACE_SERVICE_PB_CPP_FILE}
236
230
${LOGS_SERVICE_PB_H_FILE}
237
231
${LOGS_SERVICE_PB_CPP_FILE}
238
232
${METRICS_SERVICE_PB_H_FILE}
239
233
${METRICS_SERVICE_PB_CPP_FILE}
234
+ ${PROFILES_SERVICE_PB_H_FILE}
240
235
${PROFILES_SERVICE_PB_CPP_FILE} )
241
236
242
237
if (WITH_OTLP_GRPC)
@@ -253,10 +248,6 @@ if(WITH_OTLP_GRPC)
253
248
${LOGS_SERVICE_GRPC_PB_CPP_FILE}
254
249
${METRICS_SERVICE_GRPC_PB_H_FILE}
255
250
${METRICS_SERVICE_GRPC_PB_CPP_FILE}
256
- ${PROFILES_GRPC_CPP_FILE}
257
- ${PROFILES_GRPC_H_FILE}
258
- ${PROFILES_EXT_GRPC_CPP_FILE}
259
- ${PROFILES_EXT_GRPC_H_FILE}
260
251
${PROFILES_SERVICE_GRPC_PB_H_FILE}
261
252
${PROFILES_SERVICE_GRPC_PB_CPP_FILE} )
262
253
endif ()
0 commit comments