We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1a2d3 commit c660991Copy full SHA for c660991
1 file changed
rust/src/sentry_protos.snuba.v1.rs
@@ -817,6 +817,10 @@ pub struct RequestMeta {
817
/// how to query the downsampled storages
818
#[prost(message, optional, tag = "12")]
819
pub downsampled_storage_config: ::core::option::Option<DownsampledStorageConfig>,
820
+ /// full fidelity retention setting. allows for querying data that
821
+ /// differs from the standard retention_days
822
+ #[prost(uint32, tag = "13")]
823
+ pub retention_days: u32,
824
}
825
#[derive(Clone, PartialEq, ::prost::Message)]
826
pub struct ResponseMeta {
0 commit comments