Skip to content
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

Add Transaction metric collection #1069

Closed
Xylus opened this issue Oct 13, 2015 · 5 comments
Closed

Add Transaction metric collection #1069

Xylus opened this issue Oct 13, 2015 · 5 comments
Assignees
Milestone

Comments

@Xylus
Copy link
Contributor

Xylus commented Oct 13, 2015

Add per-agent transaction count metric collection support for all 4 types of transactions:

  1. Sampled New
  2. Unsampled New
  3. Sampled Continuation
  4. Unsampled Continuation
@Xylus Xylus self-assigned this Oct 13, 2015
@Xylus Xylus added this to the 1.5.0 milestone Oct 13, 2015
Xylus added a commit to Xylus/pinpoint that referenced this issue Oct 14, 2015
Xylus added a commit to Xylus/pinpoint that referenced this issue Oct 14, 2015
Xylus added a commit to Xylus/pinpoint that referenced this issue Oct 15, 2015
Xylus added a commit to Xylus/pinpoint that referenced this issue Oct 15, 2015
@Xylus
Copy link
Contributor Author

Xylus commented Oct 21, 2015

Currently tps is calculated by factoring in the following situations:

  1. When a new trace is created and should be sampled.
  2. When a new trace is created and should not be sampled.
  3. When a trace is continued with sampling set false.

Need to consider 1 more situation:

  1. When a trace is continued, and sampling is set true.

@Xylus
Copy link
Contributor Author

Xylus commented Oct 23, 2015

Should continue after #1103

Xylus added a commit to Xylus/pinpoint that referenced this issue Oct 27, 2015
@Xylus
Copy link
Contributor Author

Xylus commented Oct 27, 2015

Changing spec to collect the number of transaction over a certain period of time.
Tps calculation will be done when querying using this data.

@Xylus Xylus changed the title Add TPS metric collection Add Transaction metric collection Oct 27, 2015
Xylus added a commit to Xylus/pinpoint that referenced this issue Oct 28, 2015
@Xylus
Copy link
Contributor Author

Xylus commented Oct 29, 2015

Reopening to remove version field.

@Xylus
Copy link
Contributor Author

Xylus commented Oct 30, 2015

Reopening for UI

@Xylus Xylus reopened this Oct 30, 2015
Xylus added a commit to Xylus/pinpoint that referenced this issue Oct 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant