Skip to content
New issue

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

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

Already on GitHub? # to your account

add data handling of agent life cycles and events #780

Merged
merged 2 commits into from
Jul 28, 2015

Conversation

Xylus
Copy link
Contributor

@Xylus Xylus commented Jul 28, 2015

Add agent life cycle and event handling support mentioned in #84 to the Collector.This pull request only includes the receiving and storing part of the agent life cycle / event data, retrieval and querying for these data is not included yet.

2 tables were added to the HBase backend - one for agent life cycle, and one for agent events.

This implementation tracks the agent's connect / ping / disconnect events to determine the latest status of a single life cycle of the agents.
These life cycle events are also put into the event table to provide a separate history of events generated to/from the agent.

@koo-taejin
Copy link
Member

Looks great! :)

Xylus added a commit that referenced this pull request Jul 28, 2015
add data handling of agent life cycles and events
@Xylus Xylus merged commit 9a50330 into pinpoint-apm:master Jul 28, 2015
@Xylus Xylus deleted the feature/issue-84 branch July 28, 2015 09:02
@Xylus
Copy link
Contributor Author

Xylus commented Jul 28, 2015

Thanks!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants