@@ -75,15 +75,20 @@ set(couchbase_cxx_client_FILES
7575 core/agent_group.cxx
7676 core/agent_group_config.cxx
7777 core/analytics_query_options.cxx
78+ core/app_telemetry_address.cxx
79+ core/app_telemetry_meter.cxx
80+ core/app_telemetry_reporter.cxx
7881 core/bucket.cxx
82+ core/chrono_utils.cxx
7983 core/cluster.cxx
8084 core/cluster_agent.cxx
8185 core/cluster_agent_config.cxx
86+ core/cluster_credentials.cxx
8287 core/cluster_options.cxx
8388 core/collections_component.cxx
89+ core/columnar/backoff_calculator.cxx
8490 core/columnar/columnar_agent.cxx
8591 core/columnar/columnar_agent_config.cxx
86- core/columnar/backoff_calculator.cxx
8792 core/columnar/columnar_error.cxx
8893 core/columnar/error_codes.cxx
8994 core/columnar/management_component.cxx
@@ -105,14 +110,13 @@ set(couchbase_cxx_client_FILES
105110 core/impl/binary_collection.cxx
106111 core/impl/boolean_field_query.cxx
107112 core/impl/boolean_query.cxx
108- core/impl/public_bucket.cxx
109113 core/impl/bucket_manager.cxx
110- core/impl/public_cluster.cxx
111114 core/impl/collection.cxx
112115 core/impl/collection_manager.cxx
113116 core/impl/common_error_category.cxx
114117 core/impl/configuration_profiles_registry.cxx
115118 core/impl/conjunction_query.cxx
119+ core/impl/crypto.cxx
116120 core/impl/date_range.cxx
117121 core/impl/date_range_facet.cxx
118122 core/impl/date_range_facet_result.cxx
@@ -141,7 +145,6 @@ set(couchbase_cxx_client_FILES
141145 core/impl/internal_term_facet_result.cxx
142146 core/impl/key_value_error_category.cxx
143147 core/impl/key_value_error_context.cxx
144- core/impl/public_logger.cxx
145148 core/impl/lookup_in_replica.cxx
146149 core/impl/management_error_category.cxx
147150 core/impl/match_all_query.cxx
@@ -157,6 +160,11 @@ set(couchbase_cxx_client_FILES
157160 core/impl/observe_seqno.cxx
158161 core/impl/phrase_query.cxx
159162 core/impl/prefix_query.cxx
163+ core/impl/public_bucket.cxx
164+ core/impl/public_cluster.cxx
165+ core/impl/public_logger.cxx
166+ core/impl/public_scan_result.cxx
167+ core/impl/public_transaction_get_result.cxx
160168 core/impl/query.cxx
161169 core/impl/query_error_category.cxx
162170 core/impl/query_error_context.cxx
@@ -166,7 +174,6 @@ set(couchbase_cxx_client_FILES
166174 core/impl/replica_utils.cxx
167175 core/impl/retry_action.cxx
168176 core/impl/retry_reason.cxx
169- core/impl/public_scan_result.cxx
170177 core/impl/scope.cxx
171178 core/impl/search.cxx
172179 core/impl/search_error_category.cxx
@@ -206,13 +213,11 @@ set(couchbase_cxx_client_FILES
206213 core/impl/transaction_error_category.cxx
207214 core/impl/transaction_get_multi_replicas_from_preferred_server_group_spec.cxx
208215 core/impl/transaction_get_multi_spec.cxx
209- core/impl/public_transaction_get_result.cxx
210216 core/impl/transaction_op_error_category.cxx
211217 core/impl/vector_query.cxx
212218 core/impl/vector_search.cxx
213219 core/impl/view_error_category.cxx
214220 core/impl/wildcard_query.cxx
215- core/impl/crypto.cxx
216221 core/io/config_tracker.cxx
217222 core/io/dns_client.cxx
218223 core/io/dns_config.cxx
@@ -225,6 +230,7 @@ set(couchbase_cxx_client_FILES
225230 core/io/mcbp_session.cxx
226231 core/io/streams.cxx
227232 core/key_value_config.cxx
233+ core/log_entry.cxx
228234 core/logger/custom_rotating_file_sink.cxx
229235 core/logger/logger.cxx
230236 core/management/analytics_link_azure_blob_external.cxx
@@ -241,6 +247,7 @@ set(couchbase_cxx_client_FILES
241247 core/mcbp/queue_request.cxx
242248 core/mcbp/server_duration.cxx
243249 core/meta/version .cxx
250+ core/metric_measurement.cxx
244251 core/metrics/logging_meter.cxx
245252 core/metrics/meter_wrapper.cxx
246253 core/n1ql_query_options.cxx
@@ -339,6 +346,7 @@ set(couchbase_cxx_client_FILES
339346 core/operations/management/view_index_get_all.cxx
340347 core/operations/management/view_index_upsert.cxx
341348 core/origin.cxx
349+ core/orphan_reporter.cxx
342350 core/platform/base64.cc
343351 core/platform/dirutils.cc
344352 core/platform/random.cc
@@ -395,10 +403,10 @@ set(couchbase_cxx_client_FILES
395403 core/seed_config.cxx
396404 core/signal_bridge.cxx
397405 core/signal_data.cxx
398- core/metric_measurement.cxx
399- core/chrono_utils.cxx
400406 core/topology/capabilities.cxx
401407 core/topology/configuration .cxx
408+ core/trace_span.cxx
409+ core/tracing/file_tracer.cxx
402410 core/tracing/threshold_logging_tracer.cxx
403411 core/tracing/tracer_wrapper.cxx
404412 core/transactions/active_transaction_record.cxx
@@ -436,11 +444,6 @@ set(couchbase_cxx_client_FILES
436444 core/utils/url_codec.cxx
437445 core/view_query_options.cxx
438446 core/websocket_codec.cxx
439- core/app_telemetry_address.cxx
440- core/app_telemetry_meter.cxx
441- core/app_telemetry_reporter.cxx
442- core/cluster_credentials.cxx
443- core/orphan_reporter.cxx
444447)
445448
446449set (couchbase_cxx_client_LIBRARIES)
0 commit comments