Skip to content

Commit

Permalink
Merge pull request #2 from etolbakov/fmassot/parsing-duration
Browse files Browse the repository at this point in the history
Refactor parse duration for jaeger.
  • Loading branch information
fmassot authored Dec 19, 2023
2 parents 1eee76d + 94ed608 commit 2a8c88b
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 318 deletions.
1 change: 0 additions & 1 deletion quickwit/quickwit-common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ pub mod io;
mod kill_switch;
pub mod metrics;
pub mod net;
pub mod parse_duration;
mod path_hasher;
mod progress;
pub mod pubsub;
Expand Down
299 changes: 0 additions & 299 deletions quickwit/quickwit-common/src/parse_duration.rs

This file was deleted.

1 change: 1 addition & 0 deletions quickwit/quickwit-serve/src/jaeger_api/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.

mod model;
mod parse_duration;
mod rest_handler;
pub(crate) use rest_handler::{jaeger_api_handlers, JaegerApi};
Loading

0 comments on commit 2a8c88b

Please sign in to comment.