Skip to content

Refactor parse duration for jaeger. #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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