Skip to content

Commit

Permalink
Merge pull request #16 from newbrough/bugfix/doc-links
Browse files Browse the repository at this point in the history
fix links, add travis-ci config
  • Loading branch information
newbrough authored Jun 13, 2016
2 parents 1cfd943 + 72ea9c1 commit f0d7ab4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: java
deploy:
provider: releases
api_key:
secure: d/mfau/CalqxVJeGKuFzeHH1aQ+uQL3n1Jj/mGv5NqubkIqKA/G8Fn12NBsVQn+0l9gelEPa9ztfnOYIsbRyTXgR932x/bWrUkrjMG5bmjo60QESfrP9HUiXxWheAqNvuLhoK0s9KxQbKp4lBbRlHlLXMyPT4+Q4SC+4/FYLBWnukoqeur+RDRcJTdpCleEozK1k/T6Rx9hsJnnUcR61kLLxk/tg2GkbhvuASwCHaezaidcJgbsHNrJVwjMebxQyYhYOymPS1h3iFcVg7+WOXSXMnpo5LfYxpdkaYg4gng2NDF5DfGyiT9ssn26OWeYC+rv5DszjqoF1kDzRb7u0k0LIraicjaxSCRBTwq7+Pwzwjzj/5cKLE3nJ+BRw55VfRwBSV9PobmNxdW2C/jwkDpvtp7lk7s9Y+O12Jv+Xqip/iuDUC+oZ1ljykTG7e180/Un5cYeG6D10e69uMpNLmSNrfhg0zoBF07kVJfNmYMyzgik7PDOwBfbKrHafEsHcF5YSuunh2zwbl25J1s0y2AIW6KBvYZr5a4S5ZK0jp8HdqRVp4k5b6CpjhjZi40SZH2z2X1f0gerAezqorZrA42ZJZqQBQsirMpBvVVHZXl0yJw5oKS9pvbXa/0ZUKAKvHO5yt3oNpKYBl676Uo5+UHN1d/v4WEZoYuEcJ+bfjRc=
file:
- gumshoe-probes/target/gumshoe-agent.jar
- gumshoe-tools/target/inspector.jar
on:
repo: dcm-oss/gumshoe
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Monitor application performance statistics associated with individual calling st
interactively filter and view as a flame graph or root graph.

Gumshoe was first created initially for internal use in the Dell Cloud Manager application but
source code has since been released for public use under [these terms](LICENSE.rst).
source code has since been released for public use under [these terms](COPYRIGHT).

[Features](docs/features.md)
--------
Expand Down
2 changes: 1 addition & 1 deletion docs/types/datagram-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ Limitations

If this is happening occasionally during peak loads, it may not be an issue. I/O statistics are still
gathered -- it just samples fewer operations when the queue is full. If this is happening a lot during the loads
being tested then look at then [event handler configuration](../probes/event-handling.md).
being tested then look at then [event handler configuration](../probe/event-handling.md).
4 changes: 2 additions & 2 deletions docs/types/file-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ Limitations

If this is happening occasionally during peak loads, it may not be an issue. I/O statistics are still
gathered -- report just contain samples fewer when the queue is full. If this is happening a lot during the loads
being tested then look at then [event handler configuration](../probes/event-handling.md).

being tested then look at then [event handler configuration](../probe/event-handling.md).

2 changes: 1 addition & 1 deletion docs/types/socket-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Limitations

If this is happening occasionally during peak loads, it may not be an issue. I/O statistics are still
gathered -- reports just contain fewer samples when the queue is full. If this is happening a lot during the loads
being tested then look at then [event handler configuration](../probes/event-handling.md).
being tested then look at then [event handler configuration](../probe/event-handling.md).

0 comments on commit f0d7ab4

Please sign in to comment.