Skip to content

Commit

Permalink
Update DEV_GUIDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran authored Jun 21, 2016
1 parent 035ae37 commit b811b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DEV_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Each data is like a `tail -f`process that runs independently with each Druid log
The main function that has the ability to manage those threads is `druid_master` inside `/src/druid-master.rb`. This function uses `log_handler_druid` function located at `src/tail_f_druid.rb` with the aim of process each new line added to the proper log file. The line processing occurs inside `druid_parser` function located at `src/tail_f_druid.rb`. This function obtain the metric a push it to the following algorithm:


![alt tag](https://s32.postimg.org/qzqvgk31h/druid_diagrama.png)
![alt tag](https://s32.postimg.org/v5m28pgp1/druid_algorithm.png)


You can add new metrics with different obtaining technologies but always being careful of poll_cycle time consumption.
Expand Down

0 comments on commit b811b11

Please sign in to comment.