cx_api/generated/
com.coralogixapis.spans2metrics.v2.rs

1// This file is @generated by prost-build.
2#[derive(serde::Serialize, serde::Deserialize)]
3#[serde(rename_all = "snake_case")]
4#[derive(Clone, PartialEq, ::prost::Message)]
5pub struct SpansQuery {
6    /// lucene query
7    #[prost(message, optional, tag = "1")]
8    pub lucene: ::core::option::Option<::prost::alloc::string::String>,
9    /// application name filters
10    #[prost(message, repeated, tag = "2")]
11    pub applicationname_filters: ::prost::alloc::vec::Vec<
12        ::prost::alloc::string::String,
13    >,
14    /// subsystem name filters
15    #[prost(message, repeated, tag = "3")]
16    pub subsystemname_filters: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
17    /// action filters
18    #[prost(message, repeated, tag = "4")]
19    pub action_filters: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
20    /// service filters
21    #[prost(message, repeated, tag = "5")]
22    pub service_filters: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
23}