diff --git a/CHANGELOG.md b/CHANGELOG.md index 5191ae73bc9..133527d4e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ **Internal**: -- Update sentry-conventions to 0.20.0. ([#6315](https://github.com/getsentry/relay/pull/6315)) +- Update sentry-conventions to 0.21.0. Resource size sentry tags and measurements now use `http.response.body.size`, `http.response.body.decoded_size`, and `http.response.size`. ([#6339](https://github.com/getsentry/relay/pull/6339), [#6315](https://github.com/getsentry/relay/pull/6315)) ## 26.8.0 diff --git a/relay-conventions/sentry-conventions b/relay-conventions/sentry-conventions index 5f08e3bf85c..3640a0ec409 160000 --- a/relay-conventions/sentry-conventions +++ b/relay-conventions/sentry-conventions @@ -1 +1 @@ -Subproject commit 5f08e3bf85c521456c5cbcb271525f2cfb236e94 +Subproject commit 3640a0ec409a45e746420ec16664ce752f3fdacf diff --git a/relay-conventions/src/lib.rs b/relay-conventions/src/lib.rs index f70e17d3c8c..ca136f6b418 100644 --- a/relay-conventions/src/lib.rs +++ b/relay-conventions/src/lib.rs @@ -247,6 +247,7 @@ mod tests { apply_scrubbing: Auto, aliases: [ "params.", + "url.path.params.", ], } "#); diff --git a/relay-event-normalization/src/normalize/span/tag_extraction.rs b/relay-event-normalization/src/normalize/span/tag_extraction.rs index e46346c00cd..18d8ed096d7 100644 --- a/relay-event-normalization/src/normalize/span/tag_extraction.rs +++ b/relay-event-normalization/src/normalize/span/tag_extraction.rs @@ -1020,7 +1020,7 @@ pub fn extract_tags( } if let Some(value) = data - .get_value(HTTP__DECODED_RESPONSE_CONTENT_LENGTH) + .get_value(HTTP__RESPONSE__BODY__DECODED_SIZE) .and_then(|v| String::try_from(v).ok()) { span_tags.http_decoded_response_content_length = value.into(); @@ -1203,7 +1203,7 @@ pub fn extract_measurements(span: &mut Span, is_mobile: bool) { { for (attribute, key) in [ ( - HTTP__DECODED_RESPONSE_CONTENT_LENGTH, + HTTP__RESPONSE__BODY__DECODED_SIZE, "http.decoded_response_content_length", ), (HTTP__RESPONSE__BODY__SIZE, "http.response_content_length"), @@ -1938,7 +1938,7 @@ LIMIT 1 "trace_id": "ff62a8b040f340bda5d830223def1d81", "data": { "http.response.body.size": 1, - "http.decoded_response_content_length": 2.0, + "http.response.body.decoded_size": 2.0, "http.response.size": 3.3 } } diff --git a/relay-server/src/metrics_extraction/snapshots/relay_server__metrics_extraction__event__tests__extract_span_metrics_mobile.snap b/relay-server/src/metrics_extraction/snapshots/relay_server__metrics_extraction__event__tests__extract_span_metrics_mobile.snap deleted file mode 100644 index 7f496a2dffa..00000000000 --- a/relay-server/src/metrics_extraction/snapshots/relay_server__metrics_extraction__event__tests__extract_span_metrics_mobile.snap +++ /dev/null @@ -1,1964 +0,0 @@ ---- -source: relay-server/src/metrics_extraction/event.rs -expression: "(&event.value().unwrap().spans, metrics.project_metrics)" ---- -( - [ - Span { - timestamp: Timestamp( - 2020-08-21T02:18:22Z, - ), - start_timestamp: Timestamp( - 2020-08-21T02:18:20Z, - ), - exclusive_time: 2000.0, - op: "app.start.cold", - span_id: SpanId("bd429c44b67a3eb4"), - parent_span_id: ~, - trace_id: TraceId("ff62a8b040f340bda5d830223def1d81"), - segment_id: ~, - is_segment: ~, - is_remote: ~, - status: ~, - description: ~, - tags: ~, - origin: ~, - profile_id: ~, - data: ~, - links: ~, - sentry_tags: SentryTags { - release: "1.2.3", - user: "id:user123", - user_id: "user123", - user_ip: ~, - user_username: ~, - user_email: ~, - environment: ~, - transaction: "gEt /api/:version/users/", - transaction_method: "GET", - transaction_op: "ui.load", - browser_name: ~, - sdk_name: "sentry.javascript.react-native", - sdk_version: "unknown", - platform: "cocoa", - mobile: "true", - device_class: "1", - device_family: ~, - device_arch: ~, - device_battery_level: ~, - device_brand: ~, - device_charging: ~, - device_locale: ~, - device_model_id: ~, - device_name: ~, - device_online: ~, - device_orientation: ~, - device_screen_density: ~, - device_screen_dpi: ~, - device_screen_height_pixels: ~, - device_screen_width_pixels: ~, - device_simulator: ~, - device_uuid: ~, - app_device: ~, - device_model: ~, - runtime: ~, - runtime_name: ~, - browser: ~, - os: ~, - os_rooted: ~, - gpu_name: ~, - gpu_vendor: ~, - monitor_id: ~, - monitor_slug: ~, - request_url: ~, - request_method: ~, - os_name: "iOS", - action: ~, - ai_pipeline_group: ~, - category: "app", - description: ~, - domain: ~, - raw_domain: ~, - group: ~, - http_decoded_response_content_length: ~, - http_response_content_length: ~, - http_response_transfer_size: ~, - resource_render_blocking_status: ~, - op: "app.start.cold", - status: ~, - status_code: ~, - system: ~, - ttid: "ttid", - ttfd: ~, - file_extension: ~, - main_thread: ~, - app_start_type: "warm", - replay_id: ~, - cache_hit: ~, - cache_key: ~, - trace_status: "unknown", - messaging_destination_name: ~, - messaging_message_id: ~, - messaging_operation_name: ~, - messaging_operation_type: ~, - thread_name: ~, - thread_id: ~, - profiler_id: ~, - user_country_code: "US", - user_subregion: "21", - }, - received: ~, - measurements: ~, - platform: ~, - was_transaction: ~, - kind: ~, - _performance_issues_spans: ~, - other: {}, - }, - Span { - timestamp: Timestamp( - 2020-08-21T02:18:23Z, - ), - start_timestamp: Timestamp( - 2020-08-21T02:18:20Z, - ), - exclusive_time: 3000.0, - op: "ui.load.initial_display", - span_id: SpanId("bd429c44b67a3eb2"), - parent_span_id: ~, - trace_id: TraceId("ff62a8b040f340bda5d830223def1d81"), - segment_id: ~, - is_segment: ~, - is_remote: ~, - status: ~, - description: ~, - tags: ~, - origin: ~, - profile_id: ~, - data: SpanData { - app_start_type: ~, - gen_ai_request_max_tokens: ~, - gen_ai_usage_total_tokens: ~, - gen_ai_usage_input_tokens: ~, - gen_ai_usage_input_tokens_cached: ~, - gen_ai_usage_output_tokens: ~, - gen_ai_usage_output_tokens_reasoning: ~, - gen_ai_response_model: ~, - gen_ai_request_model: ~, - gen_ai_usage_total_cost: ~, - gen_ai_prompt: ~, - gen_ai_request_messages: ~, - gen_ai_tool_input: ~, - gen_ai_tool_output: ~, - gen_ai_response_tool_calls: ~, - gen_ai_response_text: ~, - gen_ai_response_object: ~, - gen_ai_response_tokens_per_second: ~, - gen_ai_request_available_tools: ~, - gen_ai_request_frequency_penalty: ~, - gen_ai_request_presence_penalty: ~, - gen_ai_request_seed: ~, - gen_ai_request_temperature: ~, - gen_ai_request_top_k: ~, - gen_ai_request_top_p: ~, - gen_ai_response_finish_reason: ~, - gen_ai_response_id: ~, - gen_ai_system: ~, - gen_ai_tool_name: ~, - browser_name: ~, - code_filepath: ~, - code_lineno: ~, - code_function: ~, - code_namespace: ~, - db_operation: ~, - db_system: ~, - db_collection_name: ~, - environment: ~, - release: ~, - http_decoded_response_content_length: ~, - http_request_method: ~, - http_response_content_length: ~, - http_response_transfer_size: ~, - resource_render_blocking_status: ~, - server_address: ~, - cache_hit: ~, - cache_key: ~, - cache_item_size: ~, - http_response_status_code: ~, - ai_pipeline_name: ~, - ai_model_id: ~, - ai_input_messages: ~, - ai_responses: ~, - thread_name: ~, - thread_id: ~, - segment_name: ~, - ui_component_name: ~, - url_scheme: ~, - user: ~, - user_email: ~, - user_full_name: ~, - user_geo_country_code: ~, - user_geo_city: ~, - user_geo_subdivision: ~, - user_geo_region: ~, - user_hash: ~, - user_id: ~, - user_name: ~, - user_roles: ~, - exclusive_time: ~, - profile_id: ~, - replay_id: ~, - sdk_name: ~, - sdk_version: ~, - frames_slow: I64( - 1, - ), - frames_frozen: I64( - 2, - ), - frames_total: I64( - 9, - ), - frames_delay: F64( - 0.1, - ), - messaging_destination_name: ~, - messaging_message_retry_count: ~, - messaging_message_receive_latency: ~, - messaging_message_body_size: ~, - messaging_message_id: ~, - messaging_operation_name: ~, - messaging_operation_type: ~, - user_agent_original: ~, - url_full: ~, - client_address: ~, - route: ~, - previous_route: ~, - lcp_element: ~, - lcp_size: ~, - lcp_id: ~, - lcp_url: ~, - other: {}, - }, - links: ~, - sentry_tags: SentryTags { - release: "1.2.3", - user: "id:user123", - user_id: "user123", - user_ip: ~, - user_username: ~, - user_email: ~, - environment: ~, - transaction: "gEt /api/:version/users/", - transaction_method: "GET", - transaction_op: "ui.load", - browser_name: ~, - sdk_name: "sentry.javascript.react-native", - sdk_version: "unknown", - platform: "cocoa", - mobile: "true", - device_class: "1", - device_family: ~, - device_arch: ~, - device_battery_level: ~, - device_brand: ~, - device_charging: ~, - device_locale: ~, - device_model_id: ~, - device_name: ~, - device_online: ~, - device_orientation: ~, - device_screen_density: ~, - device_screen_dpi: ~, - device_screen_height_pixels: ~, - device_screen_width_pixels: ~, - device_simulator: ~, - device_uuid: ~, - app_device: ~, - device_model: ~, - runtime: ~, - runtime_name: ~, - browser: ~, - os: ~, - os_rooted: ~, - gpu_name: ~, - gpu_vendor: ~, - monitor_id: ~, - monitor_slug: ~, - request_url: ~, - request_method: ~, - os_name: "iOS", - action: ~, - ai_pipeline_group: ~, - category: ~, - description: ~, - domain: ~, - raw_domain: ~, - group: ~, - http_decoded_response_content_length: ~, - http_response_content_length: ~, - http_response_transfer_size: ~, - resource_render_blocking_status: ~, - op: "ui.load.initial_display", - status: ~, - status_code: ~, - system: ~, - ttid: "ttid", - ttfd: ~, - file_extension: ~, - main_thread: ~, - app_start_type: "warm", - replay_id: ~, - cache_hit: ~, - cache_key: ~, - trace_status: "unknown", - messaging_destination_name: ~, - messaging_message_id: ~, - messaging_operation_name: ~, - messaging_operation_type: ~, - thread_name: ~, - thread_id: ~, - profiler_id: ~, - user_country_code: "US", - user_subregion: "21", - }, - received: ~, - measurements: Measurements( - { - "frames.delay": Measurement { - value: 0.1, - unit: Duration( - Second, - ), - }, - "frames.frozen": Measurement { - value: 2.0, - unit: None, - }, - "frames.slow": Measurement { - value: 1.0, - unit: None, - }, - "frames.total": Measurement { - value: 9.0, - unit: None, - }, - }, - ), - platform: ~, - was_transaction: ~, - kind: ~, - _performance_issues_spans: ~, - other: {}, - }, - Span { - timestamp: Timestamp( - 2020-08-21T02:18:23Z, - ), - start_timestamp: Timestamp( - 2020-08-21T02:18:20Z, - ), - exclusive_time: 3000.0, - op: "app.start.cold", - span_id: SpanId("bd429c44b67a3eb2"), - parent_span_id: ~, - trace_id: TraceId("ff62a8b040f340bda5d830223def1d81"), - segment_id: ~, - is_segment: ~, - is_remote: ~, - status: ~, - description: "Cold Start", - tags: ~, - origin: ~, - profile_id: ~, - data: ~, - links: ~, - sentry_tags: SentryTags { - release: "1.2.3", - user: "id:user123", - user_id: "user123", - user_ip: ~, - user_username: ~, - user_email: ~, - environment: ~, - transaction: "gEt /api/:version/users/", - transaction_method: "GET", - transaction_op: "ui.load", - browser_name: ~, - sdk_name: "sentry.javascript.react-native", - sdk_version: "unknown", - platform: "cocoa", - mobile: "true", - device_class: "1", - device_family: ~, - device_arch: ~, - device_battery_level: ~, - device_brand: ~, - device_charging: ~, - device_locale: ~, - device_model_id: ~, - device_name: ~, - device_online: ~, - device_orientation: ~, - device_screen_density: ~, - device_screen_dpi: ~, - device_screen_height_pixels: ~, - device_screen_width_pixels: ~, - device_simulator: ~, - device_uuid: ~, - app_device: ~, - device_model: ~, - runtime: ~, - runtime_name: ~, - browser: ~, - os: ~, - os_rooted: ~, - gpu_name: ~, - gpu_vendor: ~, - monitor_id: ~, - monitor_slug: ~, - request_url: ~, - request_method: ~, - os_name: "iOS", - action: ~, - ai_pipeline_group: ~, - category: "app", - description: "Cold Start", - domain: ~, - raw_domain: ~, - group: "2d675185edfeb30c", - http_decoded_response_content_length: ~, - http_response_content_length: ~, - http_response_transfer_size: ~, - resource_render_blocking_status: ~, - op: "app.start.cold", - status: ~, - status_code: ~, - system: ~, - ttid: "ttid", - ttfd: ~, - file_extension: ~, - main_thread: ~, - app_start_type: "warm", - replay_id: ~, - cache_hit: ~, - cache_key: ~, - trace_status: "unknown", - messaging_destination_name: ~, - messaging_message_id: ~, - messaging_operation_name: ~, - messaging_operation_type: ~, - thread_name: ~, - thread_id: ~, - profiler_id: ~, - user_country_code: "US", - user_subregion: "21", - }, - received: ~, - measurements: ~, - platform: ~, - was_transaction: ~, - kind: ~, - _performance_issues_spans: ~, - other: {}, - }, - Span { - timestamp: Timestamp( - 2020-08-21T02:18:23Z, - ), - start_timestamp: Timestamp( - 2020-08-21T02:18:20Z, - ), - exclusive_time: 3000.0, - op: "custom.op", - span_id: SpanId("bd429c44b67a3eb2"), - parent_span_id: ~, - trace_id: TraceId("ff62a8b040f340bda5d830223def1d81"), - segment_id: ~, - is_segment: ~, - is_remote: ~, - status: ~, - description: "Custom Op", - tags: ~, - origin: ~, - profile_id: ~, - data: ~, - links: ~, - sentry_tags: SentryTags { - release: "1.2.3", - user: "id:user123", - user_id: "user123", - user_ip: ~, - user_username: ~, - user_email: ~, - environment: ~, - transaction: "gEt /api/:version/users/", - transaction_method: "GET", - transaction_op: "ui.load", - browser_name: ~, - sdk_name: "sentry.javascript.react-native", - sdk_version: "unknown", - platform: "cocoa", - mobile: "true", - device_class: "1", - device_family: ~, - device_arch: ~, - device_battery_level: ~, - device_brand: ~, - device_charging: ~, - device_locale: ~, - device_model_id: ~, - device_name: ~, - device_online: ~, - device_orientation: ~, - device_screen_density: ~, - device_screen_dpi: ~, - device_screen_height_pixels: ~, - device_screen_width_pixels: ~, - device_simulator: ~, - device_uuid: ~, - app_device: ~, - device_model: ~, - runtime: ~, - runtime_name: ~, - browser: ~, - os: ~, - os_rooted: ~, - gpu_name: ~, - gpu_vendor: ~, - monitor_id: ~, - monitor_slug: ~, - request_url: ~, - request_method: ~, - os_name: "iOS", - action: ~, - ai_pipeline_group: ~, - category: ~, - description: ~, - domain: ~, - raw_domain: ~, - group: ~, - http_decoded_response_content_length: ~, - http_response_content_length: ~, - http_response_transfer_size: ~, - resource_render_blocking_status: ~, - op: "custom.op", - status: ~, - status_code: ~, - system: ~, - ttid: "ttid", - ttfd: ~, - file_extension: ~, - main_thread: ~, - app_start_type: "warm", - replay_id: ~, - cache_hit: ~, - cache_key: ~, - trace_status: "unknown", - messaging_destination_name: ~, - messaging_message_id: ~, - messaging_operation_name: ~, - messaging_operation_type: ~, - thread_name: ~, - thread_id: ~, - profiler_id: ~, - user_country_code: "US", - user_subregion: "21", - }, - received: ~, - measurements: ~, - platform: ~, - was_transaction: ~, - kind: ~, - _performance_issues_spans: ~, - other: {}, - }, - Span { - timestamp: Timestamp( - 2020-08-21T02:18:23Z, - ), - start_timestamp: Timestamp( - 2020-08-21T02:18:20Z, - ), - exclusive_time: 3000.0, - op: "contentprovider.load", - span_id: SpanId("bd429c44b67a3eb2"), - parent_span_id: ~, - trace_id: TraceId("ff62a8b040f340bda5d830223def1d81"), - segment_id: ~, - is_segment: ~, - is_remote: ~, - status: ~, - description: "io.sentry.android.core.SentryPerformanceProvider.onCreate", - tags: ~, - origin: ~, - profile_id: ~, - data: ~, - links: ~, - sentry_tags: SentryTags { - release: "1.2.3", - user: "id:user123", - user_id: "user123", - user_ip: ~, - user_username: ~, - user_email: ~, - environment: ~, - transaction: "gEt /api/:version/users/", - transaction_method: "GET", - transaction_op: "ui.load", - browser_name: ~, - sdk_name: "sentry.javascript.react-native", - sdk_version: "unknown", - platform: "cocoa", - mobile: "true", - device_class: "1", - device_family: ~, - device_arch: ~, - device_battery_level: ~, - device_brand: ~, - device_charging: ~, - device_locale: ~, - device_model_id: ~, - device_name: ~, - device_online: ~, - device_orientation: ~, - device_screen_density: ~, - device_screen_dpi: ~, - device_screen_height_pixels: ~, - device_screen_width_pixels: ~, - device_simulator: ~, - device_uuid: ~, - app_device: ~, - device_model: ~, - runtime: ~, - runtime_name: ~, - browser: ~, - os: ~, - os_rooted: ~, - gpu_name: ~, - gpu_vendor: ~, - monitor_id: ~, - monitor_slug: ~, - request_url: ~, - request_method: ~, - os_name: "iOS", - action: ~, - ai_pipeline_group: ~, - category: ~, - description: "io.sentry.android.core.SentryPerformanceProvider.onCreate", - domain: ~, - raw_domain: ~, - group: "cfb484dec50a18c9", - http_decoded_response_content_length: ~, - http_response_content_length: ~, - http_response_transfer_size: ~, - resource_render_blocking_status: ~, - op: "contentprovider.load", - status: ~, - status_code: ~, - system: ~, - ttid: "ttid", - ttfd: ~, - file_extension: ~, - main_thread: ~, - app_start_type: "warm", - replay_id: ~, - cache_hit: ~, - cache_key: ~, - trace_status: "unknown", - messaging_destination_name: ~, - messaging_message_id: ~, - messaging_operation_name: ~, - messaging_operation_type: ~, - thread_name: ~, - thread_id: ~, - profiler_id: ~, - user_country_code: "US", - user_subregion: "21", - }, - received: ~, - measurements: ~, - platform: ~, - was_transaction: ~, - kind: ~, - _performance_issues_spans: ~, - other: {}, - }, - Span { - timestamp: Timestamp( - 2020-08-21T02:18:23Z, - ), - start_timestamp: Timestamp( - 2020-08-21T02:18:20Z, - ), - exclusive_time: 3000.0, - op: "application.load", - span_id: SpanId("bd429c44b67a3eb2"), - parent_span_id: ~, - trace_id: TraceId("ff62a8b040f340bda5d830223def1d81"), - segment_id: ~, - is_segment: ~, - is_remote: ~, - status: ~, - description: "io.sentry.samples.android.MyApplication.onCreate", - tags: ~, - origin: ~, - profile_id: ~, - data: ~, - links: ~, - sentry_tags: SentryTags { - release: "1.2.3", - user: "id:user123", - user_id: "user123", - user_ip: ~, - user_username: ~, - user_email: ~, - environment: ~, - transaction: "gEt /api/:version/users/", - transaction_method: "GET", - transaction_op: "ui.load", - browser_name: ~, - sdk_name: "sentry.javascript.react-native", - sdk_version: "unknown", - platform: "cocoa", - mobile: "true", - device_class: "1", - device_family: ~, - device_arch: ~, - device_battery_level: ~, - device_brand: ~, - device_charging: ~, - device_locale: ~, - device_model_id: ~, - device_name: ~, - device_online: ~, - device_orientation: ~, - device_screen_density: ~, - device_screen_dpi: ~, - device_screen_height_pixels: ~, - device_screen_width_pixels: ~, - device_simulator: ~, - device_uuid: ~, - app_device: ~, - device_model: ~, - runtime: ~, - runtime_name: ~, - browser: ~, - os: ~, - os_rooted: ~, - gpu_name: ~, - gpu_vendor: ~, - monitor_id: ~, - monitor_slug: ~, - request_url: ~, - request_method: ~, - os_name: "iOS", - action: ~, - ai_pipeline_group: ~, - category: ~, - description: "io.sentry.samples.android.MyApplication.onCreate", - domain: ~, - raw_domain: ~, - group: "a928f42bab6aff5b", - http_decoded_response_content_length: ~, - http_response_content_length: ~, - http_response_transfer_size: ~, - resource_render_blocking_status: ~, - op: "application.load", - status: ~, - status_code: ~, - system: ~, - ttid: "ttid", - ttfd: ~, - file_extension: ~, - main_thread: ~, - app_start_type: "warm", - replay_id: ~, - cache_hit: ~, - cache_key: ~, - trace_status: "unknown", - messaging_destination_name: ~, - messaging_message_id: ~, - messaging_operation_name: ~, - messaging_operation_type: ~, - thread_name: ~, - thread_id: ~, - profiler_id: ~, - user_country_code: "US", - user_subregion: "21", - }, - received: ~, - measurements: ~, - platform: ~, - was_transaction: ~, - kind: ~, - _performance_issues_spans: ~, - other: {}, - }, - Span { - timestamp: Timestamp( - 2020-08-21T02:18:23Z, - ), - start_timestamp: Timestamp( - 2020-08-21T02:18:20Z, - ), - exclusive_time: 3000.0, - op: "activity.load", - span_id: SpanId("bd429c44b67a3eb2"), - parent_span_id: ~, - trace_id: TraceId("ff62a8b040f340bda5d830223def1d81"), - segment_id: ~, - is_segment: ~, - is_remote: ~, - status: ~, - description: "io.sentry.samples.android.MainActivity.onCreate", - tags: ~, - origin: ~, - profile_id: ~, - data: SpanData { - app_start_type: String( - "cold", - ), - gen_ai_request_max_tokens: ~, - gen_ai_usage_total_tokens: ~, - gen_ai_usage_input_tokens: ~, - gen_ai_usage_input_tokens_cached: ~, - gen_ai_usage_output_tokens: ~, - gen_ai_usage_output_tokens_reasoning: ~, - gen_ai_response_model: ~, - gen_ai_request_model: ~, - gen_ai_usage_total_cost: ~, - gen_ai_prompt: ~, - gen_ai_request_messages: ~, - gen_ai_tool_input: ~, - gen_ai_tool_output: ~, - gen_ai_response_tool_calls: ~, - gen_ai_response_text: ~, - gen_ai_response_object: ~, - gen_ai_response_tokens_per_second: ~, - gen_ai_request_available_tools: ~, - gen_ai_request_frequency_penalty: ~, - gen_ai_request_presence_penalty: ~, - gen_ai_request_seed: ~, - gen_ai_request_temperature: ~, - gen_ai_request_top_k: ~, - gen_ai_request_top_p: ~, - gen_ai_response_finish_reason: ~, - gen_ai_response_id: ~, - gen_ai_system: ~, - gen_ai_tool_name: ~, - browser_name: ~, - code_filepath: ~, - code_lineno: ~, - code_function: ~, - code_namespace: ~, - db_operation: ~, - db_system: ~, - db_collection_name: ~, - environment: ~, - release: ~, - http_decoded_response_content_length: ~, - http_request_method: ~, - http_response_content_length: ~, - http_response_transfer_size: ~, - resource_render_blocking_status: ~, - server_address: ~, - cache_hit: ~, - cache_key: ~, - cache_item_size: ~, - http_response_status_code: ~, - ai_pipeline_name: ~, - ai_model_id: ~, - ai_input_messages: ~, - ai_responses: ~, - thread_name: ~, - thread_id: ~, - segment_name: ~, - ui_component_name: ~, - url_scheme: ~, - user: ~, - user_email: ~, - user_full_name: ~, - user_geo_country_code: ~, - user_geo_city: ~, - user_geo_subdivision: ~, - user_geo_region: ~, - user_hash: ~, - user_id: ~, - user_name: ~, - user_roles: ~, - exclusive_time: ~, - profile_id: ~, - replay_id: ~, - sdk_name: ~, - sdk_version: ~, - frames_slow: ~, - frames_frozen: ~, - frames_total: ~, - frames_delay: ~, - messaging_destination_name: ~, - messaging_message_retry_count: ~, - messaging_message_receive_latency: ~, - messaging_message_body_size: ~, - messaging_message_id: ~, - messaging_operation_name: ~, - messaging_operation_type: ~, - user_agent_original: ~, - url_full: ~, - client_address: ~, - route: ~, - previous_route: ~, - lcp_element: ~, - lcp_size: ~, - lcp_id: ~, - lcp_url: ~, - other: {}, - }, - links: ~, - sentry_tags: SentryTags { - release: "1.2.3", - user: "id:user123", - user_id: "user123", - user_ip: ~, - user_username: ~, - user_email: ~, - environment: ~, - transaction: "gEt /api/:version/users/", - transaction_method: "GET", - transaction_op: "ui.load", - browser_name: ~, - sdk_name: "sentry.javascript.react-native", - sdk_version: "unknown", - platform: "cocoa", - mobile: "true", - device_class: "1", - device_family: ~, - device_arch: ~, - device_battery_level: ~, - device_brand: ~, - device_charging: ~, - device_locale: ~, - device_model_id: ~, - device_name: ~, - device_online: ~, - device_orientation: ~, - device_screen_density: ~, - device_screen_dpi: ~, - device_screen_height_pixels: ~, - device_screen_width_pixels: ~, - device_simulator: ~, - device_uuid: ~, - app_device: ~, - device_model: ~, - runtime: ~, - runtime_name: ~, - browser: ~, - os: ~, - os_rooted: ~, - gpu_name: ~, - gpu_vendor: ~, - monitor_id: ~, - monitor_slug: ~, - request_url: ~, - request_method: ~, - os_name: "iOS", - action: ~, - ai_pipeline_group: ~, - category: ~, - description: "io.sentry.samples.android.MainActivity.onCreate", - domain: ~, - raw_domain: ~, - group: "6d931be5b5897006", - http_decoded_response_content_length: ~, - http_response_content_length: ~, - http_response_transfer_size: ~, - resource_render_blocking_status: ~, - op: "activity.load", - status: ~, - status_code: ~, - system: ~, - ttid: "ttid", - ttfd: ~, - file_extension: ~, - main_thread: ~, - app_start_type: "cold", - replay_id: ~, - cache_hit: ~, - cache_key: ~, - trace_status: "unknown", - messaging_destination_name: ~, - messaging_message_id: ~, - messaging_operation_name: ~, - messaging_operation_type: ~, - thread_name: ~, - thread_id: ~, - profiler_id: ~, - user_country_code: "US", - user_subregion: "21", - }, - received: ~, - measurements: ~, - platform: ~, - was_transaction: ~, - kind: ~, - _performance_issues_spans: ~, - other: {}, - }, - Span { - timestamp: Timestamp( - 2020-08-21T02:18:23Z, - ), - start_timestamp: Timestamp( - 2020-08-21T02:18:20Z, - ), - exclusive_time: 3000.0, - op: "process.load", - span_id: SpanId("bd429c44b67a3eb2"), - parent_span_id: ~, - trace_id: TraceId("ff62a8b040f340bda5d830223def1d81"), - segment_id: ~, - is_segment: ~, - is_remote: ~, - status: ~, - description: "Process Initialization", - tags: ~, - origin: ~, - profile_id: ~, - data: SpanData { - app_start_type: String( - "cold", - ), - gen_ai_request_max_tokens: ~, - gen_ai_usage_total_tokens: ~, - gen_ai_usage_input_tokens: ~, - gen_ai_usage_input_tokens_cached: ~, - gen_ai_usage_output_tokens: ~, - gen_ai_usage_output_tokens_reasoning: ~, - gen_ai_response_model: ~, - gen_ai_request_model: ~, - gen_ai_usage_total_cost: ~, - gen_ai_prompt: ~, - gen_ai_request_messages: ~, - gen_ai_tool_input: ~, - gen_ai_tool_output: ~, - gen_ai_response_tool_calls: ~, - gen_ai_response_text: ~, - gen_ai_response_object: ~, - gen_ai_response_tokens_per_second: ~, - gen_ai_request_available_tools: ~, - gen_ai_request_frequency_penalty: ~, - gen_ai_request_presence_penalty: ~, - gen_ai_request_seed: ~, - gen_ai_request_temperature: ~, - gen_ai_request_top_k: ~, - gen_ai_request_top_p: ~, - gen_ai_response_finish_reason: ~, - gen_ai_response_id: ~, - gen_ai_system: ~, - gen_ai_tool_name: ~, - browser_name: ~, - code_filepath: ~, - code_lineno: ~, - code_function: ~, - code_namespace: ~, - db_operation: ~, - db_system: ~, - db_collection_name: ~, - environment: ~, - release: ~, - http_decoded_response_content_length: ~, - http_request_method: ~, - http_response_content_length: ~, - http_response_transfer_size: ~, - resource_render_blocking_status: ~, - server_address: ~, - cache_hit: ~, - cache_key: ~, - cache_item_size: ~, - http_response_status_code: ~, - ai_pipeline_name: ~, - ai_model_id: ~, - ai_input_messages: ~, - ai_responses: ~, - thread_name: ~, - thread_id: ~, - segment_name: ~, - ui_component_name: ~, - url_scheme: ~, - user: ~, - user_email: ~, - user_full_name: ~, - user_geo_country_code: ~, - user_geo_city: ~, - user_geo_subdivision: ~, - user_geo_region: ~, - user_hash: ~, - user_id: ~, - user_name: ~, - user_roles: ~, - exclusive_time: ~, - profile_id: ~, - replay_id: ~, - sdk_name: ~, - sdk_version: ~, - frames_slow: ~, - frames_frozen: ~, - frames_total: ~, - frames_delay: ~, - messaging_destination_name: ~, - messaging_message_retry_count: ~, - messaging_message_receive_latency: ~, - messaging_message_body_size: ~, - messaging_message_id: ~, - messaging_operation_name: ~, - messaging_operation_type: ~, - user_agent_original: ~, - url_full: ~, - client_address: ~, - route: ~, - previous_route: ~, - lcp_element: ~, - lcp_size: ~, - lcp_id: ~, - lcp_url: ~, - other: {}, - }, - links: ~, - sentry_tags: SentryTags { - release: "1.2.3", - user: "id:user123", - user_id: "user123", - user_ip: ~, - user_username: ~, - user_email: ~, - environment: ~, - transaction: "gEt /api/:version/users/", - transaction_method: "GET", - transaction_op: "ui.load", - browser_name: ~, - sdk_name: "sentry.javascript.react-native", - sdk_version: "unknown", - platform: "cocoa", - mobile: "true", - device_class: "1", - device_family: ~, - device_arch: ~, - device_battery_level: ~, - device_brand: ~, - device_charging: ~, - device_locale: ~, - device_model_id: ~, - device_name: ~, - device_online: ~, - device_orientation: ~, - device_screen_density: ~, - device_screen_dpi: ~, - device_screen_height_pixels: ~, - device_screen_width_pixels: ~, - device_simulator: ~, - device_uuid: ~, - app_device: ~, - device_model: ~, - runtime: ~, - runtime_name: ~, - browser: ~, - os: ~, - os_rooted: ~, - gpu_name: ~, - gpu_vendor: ~, - monitor_id: ~, - monitor_slug: ~, - request_url: ~, - request_method: ~, - os_name: "iOS", - action: ~, - ai_pipeline_group: ~, - category: ~, - description: ~, - domain: ~, - raw_domain: ~, - group: ~, - http_decoded_response_content_length: ~, - http_response_content_length: ~, - http_response_transfer_size: ~, - resource_render_blocking_status: ~, - op: "process.load", - status: ~, - status_code: ~, - system: ~, - ttid: "ttid", - ttfd: ~, - file_extension: ~, - main_thread: ~, - app_start_type: "cold", - replay_id: ~, - cache_hit: ~, - cache_key: ~, - trace_status: "unknown", - messaging_destination_name: ~, - messaging_message_id: ~, - messaging_operation_name: ~, - messaging_operation_type: ~, - thread_name: ~, - thread_id: ~, - profiler_id: ~, - user_country_code: "US", - user_subregion: "21", - }, - received: ~, - measurements: ~, - platform: ~, - was_transaction: ~, - kind: ~, - _performance_issues_spans: ~, - other: {}, - }, - Span { - timestamp: Timestamp( - 2020-08-21T02:18:23Z, - ), - start_timestamp: Timestamp( - 2020-08-21T02:18:20Z, - ), - exclusive_time: 3000.0, - op: "file.read", - span_id: SpanId("bd429c44b67a3eb2"), - parent_span_id: ~, - trace_id: TraceId("ff62a8b040f340bda5d830223def1d81"), - segment_id: ~, - is_segment: ~, - is_remote: ~, - status: ~, - description: "somebackup.212321", - tags: ~, - origin: ~, - profile_id: ~, - data: ~, - links: ~, - sentry_tags: SentryTags { - release: "1.2.3", - user: "id:user123", - user_id: "user123", - user_ip: ~, - user_username: ~, - user_email: ~, - environment: ~, - transaction: "gEt /api/:version/users/", - transaction_method: "GET", - transaction_op: "ui.load", - browser_name: ~, - sdk_name: "sentry.javascript.react-native", - sdk_version: "unknown", - platform: "cocoa", - mobile: "true", - device_class: "1", - device_family: ~, - device_arch: ~, - device_battery_level: ~, - device_brand: ~, - device_charging: ~, - device_locale: ~, - device_model_id: ~, - device_name: ~, - device_online: ~, - device_orientation: ~, - device_screen_density: ~, - device_screen_dpi: ~, - device_screen_height_pixels: ~, - device_screen_width_pixels: ~, - device_simulator: ~, - device_uuid: ~, - app_device: ~, - device_model: ~, - runtime: ~, - runtime_name: ~, - browser: ~, - os: ~, - os_rooted: ~, - gpu_name: ~, - gpu_vendor: ~, - monitor_id: ~, - monitor_slug: ~, - request_url: ~, - request_method: ~, - os_name: "iOS", - action: ~, - ai_pipeline_group: ~, - category: "file", - description: "*", - domain: ~, - raw_domain: ~, - group: "3389dae361af79b0", - http_decoded_response_content_length: ~, - http_response_content_length: ~, - http_response_transfer_size: ~, - resource_render_blocking_status: ~, - op: "file.read", - status: ~, - status_code: ~, - system: ~, - ttid: "ttid", - ttfd: ~, - file_extension: ~, - main_thread: ~, - app_start_type: "warm", - replay_id: ~, - cache_hit: ~, - cache_key: ~, - trace_status: "unknown", - messaging_destination_name: ~, - messaging_message_id: ~, - messaging_operation_name: ~, - messaging_operation_type: ~, - thread_name: ~, - thread_id: ~, - profiler_id: ~, - user_country_code: "US", - user_subregion: "21", - }, - received: ~, - measurements: ~, - platform: ~, - was_transaction: ~, - kind: ~, - _performance_issues_spans: ~, - other: {}, - }, - Span { - timestamp: Timestamp( - 2020-08-21T02:18:23Z, - ), - start_timestamp: Timestamp( - 2020-08-21T02:18:20Z, - ), - exclusive_time: 3000.0, - op: "http.client", - span_id: SpanId("bd429c44b67a3eb2"), - parent_span_id: ~, - trace_id: TraceId("ff62a8b040f340bda5d830223def1d81"), - segment_id: ~, - is_segment: ~, - is_remote: ~, - status: ~, - description: "www.example.com", - tags: ~, - origin: ~, - profile_id: ~, - data: SpanData { - app_start_type: ~, - gen_ai_request_max_tokens: ~, - gen_ai_usage_total_tokens: ~, - gen_ai_usage_input_tokens: ~, - gen_ai_usage_input_tokens_cached: ~, - gen_ai_usage_output_tokens: ~, - gen_ai_usage_output_tokens_reasoning: ~, - gen_ai_response_model: ~, - gen_ai_request_model: ~, - gen_ai_usage_total_cost: ~, - gen_ai_prompt: ~, - gen_ai_request_messages: ~, - gen_ai_tool_input: ~, - gen_ai_tool_output: ~, - gen_ai_response_tool_calls: ~, - gen_ai_response_text: ~, - gen_ai_response_object: ~, - gen_ai_response_tokens_per_second: ~, - gen_ai_request_available_tools: ~, - gen_ai_request_frequency_penalty: ~, - gen_ai_request_presence_penalty: ~, - gen_ai_request_seed: ~, - gen_ai_request_temperature: ~, - gen_ai_request_top_k: ~, - gen_ai_request_top_p: ~, - gen_ai_response_finish_reason: ~, - gen_ai_response_id: ~, - gen_ai_system: ~, - gen_ai_tool_name: ~, - browser_name: ~, - code_filepath: ~, - code_lineno: ~, - code_function: ~, - code_namespace: ~, - db_operation: ~, - db_system: ~, - db_collection_name: ~, - environment: ~, - release: ~, - http_decoded_response_content_length: ~, - http_request_method: ~, - http_response_content_length: ~, - http_response_transfer_size: ~, - resource_render_blocking_status: ~, - server_address: ~, - cache_hit: ~, - cache_key: ~, - cache_item_size: ~, - http_response_status_code: String( - "200", - ), - ai_pipeline_name: ~, - ai_model_id: ~, - ai_input_messages: ~, - ai_responses: ~, - thread_name: ~, - thread_id: ~, - segment_name: ~, - ui_component_name: ~, - url_scheme: ~, - user: ~, - user_email: ~, - user_full_name: ~, - user_geo_country_code: ~, - user_geo_city: ~, - user_geo_subdivision: ~, - user_geo_region: ~, - user_hash: ~, - user_id: ~, - user_name: ~, - user_roles: ~, - exclusive_time: ~, - profile_id: ~, - replay_id: ~, - sdk_name: ~, - sdk_version: ~, - frames_slow: ~, - frames_frozen: ~, - frames_total: ~, - frames_delay: ~, - messaging_destination_name: ~, - messaging_message_retry_count: ~, - messaging_message_receive_latency: ~, - messaging_message_body_size: ~, - messaging_message_id: ~, - messaging_operation_name: ~, - messaging_operation_type: ~, - user_agent_original: ~, - url_full: ~, - client_address: ~, - route: ~, - previous_route: ~, - lcp_element: ~, - lcp_size: ~, - lcp_id: ~, - lcp_url: ~, - other: {}, - }, - links: ~, - sentry_tags: SentryTags { - release: "1.2.3", - user: "id:user123", - user_id: "user123", - user_ip: ~, - user_username: ~, - user_email: ~, - environment: ~, - transaction: "gEt /api/:version/users/", - transaction_method: "GET", - transaction_op: "ui.load", - browser_name: ~, - sdk_name: "sentry.javascript.react-native", - sdk_version: "unknown", - platform: "cocoa", - mobile: "true", - device_class: "1", - device_family: ~, - device_arch: ~, - device_battery_level: ~, - device_brand: ~, - device_charging: ~, - device_locale: ~, - device_model_id: ~, - device_name: ~, - device_online: ~, - device_orientation: ~, - device_screen_density: ~, - device_screen_dpi: ~, - device_screen_height_pixels: ~, - device_screen_width_pixels: ~, - device_simulator: ~, - device_uuid: ~, - app_device: ~, - device_model: ~, - runtime: ~, - runtime_name: ~, - browser: ~, - os: ~, - os_rooted: ~, - gpu_name: ~, - gpu_vendor: ~, - monitor_id: ~, - monitor_slug: ~, - request_url: ~, - request_method: ~, - os_name: "iOS", - action: ~, - ai_pipeline_group: ~, - category: "http", - description: ~, - domain: ~, - raw_domain: ~, - group: ~, - http_decoded_response_content_length: ~, - http_response_content_length: ~, - http_response_transfer_size: ~, - resource_render_blocking_status: ~, - op: "http.client", - status: ~, - status_code: "200", - system: ~, - ttid: "ttid", - ttfd: ~, - file_extension: ~, - main_thread: ~, - app_start_type: "warm", - replay_id: ~, - cache_hit: ~, - cache_key: ~, - trace_status: "unknown", - messaging_destination_name: ~, - messaging_message_id: ~, - messaging_operation_name: ~, - messaging_operation_type: ~, - thread_name: ~, - thread_id: ~, - profiler_id: ~, - user_country_code: "US", - user_subregion: "21", - }, - received: ~, - measurements: ~, - platform: ~, - was_transaction: ~, - kind: ~, - _performance_issues_spans: ~, - other: {}, - }, - Span { - timestamp: Timestamp( - 2020-08-21T02:18:23Z, - ), - start_timestamp: Timestamp( - 2020-08-21T02:18:20Z, - ), - exclusive_time: 3000.0, - op: "http.client", - span_id: SpanId("bd429c44b67a3eb2"), - parent_span_id: ~, - trace_id: TraceId("ff62a8b040f340bda5d830223def1d81"), - segment_id: ~, - is_segment: ~, - is_remote: ~, - status: ~, - description: "www.example.com", - tags: ~, - origin: ~, - profile_id: ~, - data: SpanData { - app_start_type: ~, - gen_ai_request_max_tokens: ~, - gen_ai_usage_total_tokens: ~, - gen_ai_usage_input_tokens: ~, - gen_ai_usage_input_tokens_cached: ~, - gen_ai_usage_output_tokens: ~, - gen_ai_usage_output_tokens_reasoning: ~, - gen_ai_response_model: ~, - gen_ai_request_model: ~, - gen_ai_usage_total_cost: ~, - gen_ai_prompt: ~, - gen_ai_request_messages: ~, - gen_ai_tool_input: ~, - gen_ai_tool_output: ~, - gen_ai_response_tool_calls: ~, - gen_ai_response_text: ~, - gen_ai_response_object: ~, - gen_ai_response_tokens_per_second: ~, - gen_ai_request_available_tools: ~, - gen_ai_request_frequency_penalty: ~, - gen_ai_request_presence_penalty: ~, - gen_ai_request_seed: ~, - gen_ai_request_temperature: ~, - gen_ai_request_top_k: ~, - gen_ai_request_top_p: ~, - gen_ai_response_finish_reason: ~, - gen_ai_response_id: ~, - gen_ai_system: ~, - gen_ai_tool_name: ~, - browser_name: ~, - code_filepath: ~, - code_lineno: ~, - code_function: ~, - code_namespace: ~, - db_operation: ~, - db_system: ~, - db_collection_name: ~, - environment: ~, - release: ~, - http_decoded_response_content_length: ~, - http_request_method: ~, - http_response_content_length: ~, - http_response_transfer_size: ~, - resource_render_blocking_status: ~, - server_address: ~, - cache_hit: ~, - cache_key: ~, - cache_item_size: ~, - http_response_status_code: I64( - 200, - ), - ai_pipeline_name: ~, - ai_model_id: ~, - ai_input_messages: ~, - ai_responses: ~, - thread_name: ~, - thread_id: ~, - segment_name: ~, - ui_component_name: ~, - url_scheme: ~, - user: ~, - user_email: ~, - user_full_name: ~, - user_geo_country_code: ~, - user_geo_city: ~, - user_geo_subdivision: ~, - user_geo_region: ~, - user_hash: ~, - user_id: ~, - user_name: ~, - user_roles: ~, - exclusive_time: ~, - profile_id: ~, - replay_id: ~, - sdk_name: ~, - sdk_version: ~, - frames_slow: ~, - frames_frozen: ~, - frames_total: ~, - frames_delay: ~, - messaging_destination_name: ~, - messaging_message_retry_count: ~, - messaging_message_receive_latency: ~, - messaging_message_body_size: ~, - messaging_message_id: ~, - messaging_operation_name: ~, - messaging_operation_type: ~, - user_agent_original: ~, - url_full: ~, - client_address: ~, - route: ~, - previous_route: ~, - lcp_element: ~, - lcp_size: ~, - lcp_id: ~, - lcp_url: ~, - other: {}, - }, - links: ~, - sentry_tags: SentryTags { - release: "1.2.3", - user: "id:user123", - user_id: "user123", - user_ip: ~, - user_username: ~, - user_email: ~, - environment: ~, - transaction: "gEt /api/:version/users/", - transaction_method: "GET", - transaction_op: "ui.load", - browser_name: ~, - sdk_name: "sentry.javascript.react-native", - sdk_version: "unknown", - platform: "cocoa", - mobile: "true", - device_class: "1", - device_family: ~, - device_arch: ~, - device_battery_level: ~, - device_brand: ~, - device_charging: ~, - device_locale: ~, - device_model_id: ~, - device_name: ~, - device_online: ~, - device_orientation: ~, - device_screen_density: ~, - device_screen_dpi: ~, - device_screen_height_pixels: ~, - device_screen_width_pixels: ~, - device_simulator: ~, - device_uuid: ~, - app_device: ~, - device_model: ~, - runtime: ~, - runtime_name: ~, - browser: ~, - os: ~, - os_rooted: ~, - gpu_name: ~, - gpu_vendor: ~, - monitor_id: ~, - monitor_slug: ~, - request_url: ~, - request_method: ~, - os_name: "iOS", - action: ~, - ai_pipeline_group: ~, - category: "http", - description: ~, - domain: ~, - raw_domain: ~, - group: ~, - http_decoded_response_content_length: ~, - http_response_content_length: ~, - http_response_transfer_size: ~, - resource_render_blocking_status: ~, - op: "http.client", - status: ~, - status_code: "200", - system: ~, - ttid: "ttid", - ttfd: ~, - file_extension: ~, - main_thread: ~, - app_start_type: "warm", - replay_id: ~, - cache_hit: ~, - cache_key: ~, - trace_status: "unknown", - messaging_destination_name: ~, - messaging_message_id: ~, - messaging_operation_name: ~, - messaging_operation_type: ~, - thread_name: ~, - thread_id: ~, - profiler_id: ~, - user_country_code: "US", - user_subregion: "21", - }, - received: ~, - measurements: ~, - platform: ~, - was_transaction: ~, - kind: ~, - _performance_issues_spans: ~, - other: {}, - }, - ], - [ - Bucket { - timestamp: UnixTimestamp(1619420400), - width: 0, - name: MetricName( - "c:spans/usage@none", - ), - value: Counter( - 1.0, - ), - tags: {}, - metadata: BucketMetadata { - merges: 1, - received_at: Some( - UnixTimestamp(0), - ), - extracted_from_indexed: false, - }, - }, - Bucket { - timestamp: UnixTimestamp(1597976302), - width: 0, - name: MetricName( - "c:spans/usage@none", - ), - value: Counter( - 1.0, - ), - tags: {}, - metadata: BucketMetadata { - merges: 1, - received_at: Some( - UnixTimestamp(0), - ), - extracted_from_indexed: false, - }, - }, - Bucket { - timestamp: UnixTimestamp(1597976303), - width: 0, - name: MetricName( - "c:spans/usage@none", - ), - value: Counter( - 1.0, - ), - tags: {}, - metadata: BucketMetadata { - merges: 1, - received_at: Some( - UnixTimestamp(0), - ), - extracted_from_indexed: false, - }, - }, - Bucket { - timestamp: UnixTimestamp(1597976303), - width: 0, - name: MetricName( - "c:spans/usage@none", - ), - value: Counter( - 1.0, - ), - tags: {}, - metadata: BucketMetadata { - merges: 1, - received_at: Some( - UnixTimestamp(0), - ), - extracted_from_indexed: false, - }, - }, - Bucket { - timestamp: UnixTimestamp(1597976303), - width: 0, - name: MetricName( - "c:spans/usage@none", - ), - value: Counter( - 1.0, - ), - tags: {}, - metadata: BucketMetadata { - merges: 1, - received_at: Some( - UnixTimestamp(0), - ), - extracted_from_indexed: false, - }, - }, - Bucket { - timestamp: UnixTimestamp(1597976303), - width: 0, - name: MetricName( - "c:spans/usage@none", - ), - value: Counter( - 1.0, - ), - tags: {}, - metadata: BucketMetadata { - merges: 1, - received_at: Some( - UnixTimestamp(0), - ), - extracted_from_indexed: false, - }, - }, - Bucket { - timestamp: UnixTimestamp(1597976303), - width: 0, - name: MetricName( - "c:spans/usage@none", - ), - value: Counter( - 1.0, - ), - tags: {}, - metadata: BucketMetadata { - merges: 1, - received_at: Some( - UnixTimestamp(0), - ), - extracted_from_indexed: false, - }, - }, - Bucket { - timestamp: UnixTimestamp(1597976303), - width: 0, - name: MetricName( - "c:spans/usage@none", - ), - value: Counter( - 1.0, - ), - tags: {}, - metadata: BucketMetadata { - merges: 1, - received_at: Some( - UnixTimestamp(0), - ), - extracted_from_indexed: false, - }, - }, - Bucket { - timestamp: UnixTimestamp(1597976303), - width: 0, - name: MetricName( - "c:spans/usage@none", - ), - value: Counter( - 1.0, - ), - tags: {}, - metadata: BucketMetadata { - merges: 1, - received_at: Some( - UnixTimestamp(0), - ), - extracted_from_indexed: false, - }, - }, - Bucket { - timestamp: UnixTimestamp(1597976303), - width: 0, - name: MetricName( - "c:spans/usage@none", - ), - value: Counter( - 1.0, - ), - tags: {}, - metadata: BucketMetadata { - merges: 1, - received_at: Some( - UnixTimestamp(0), - ), - extracted_from_indexed: false, - }, - }, - Bucket { - timestamp: UnixTimestamp(1597976303), - width: 0, - name: MetricName( - "c:spans/usage@none", - ), - value: Counter( - 1.0, - ), - tags: {}, - metadata: BucketMetadata { - merges: 1, - received_at: Some( - UnixTimestamp(0), - ), - extracted_from_indexed: false, - }, - }, - Bucket { - timestamp: UnixTimestamp(1597976303), - width: 0, - name: MetricName( - "c:spans/usage@none", - ), - value: Counter( - 1.0, - ), - tags: {}, - metadata: BucketMetadata { - merges: 1, - received_at: Some( - UnixTimestamp(0), - ), - extracted_from_indexed: false, - }, - }, - ], -)