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

fix(internal-plugin-metrics): batch prelogin client metrics #3543

Merged
merged 9 commits into from
May 1, 2024

Conversation

shnaaz
Copy link
Contributor

@shnaaz shnaaz commented Apr 18, 2024

COMPLETES #< INSERT LINK TO ISSUE >

https://jira-eng-gpk2.cisco.com/jira/browse/SPARK-516605

This pull request addresses

< DESCRIBE THE CONTEXT OF THE ISSUE >

by making the following changes

< DESCRIBE YOUR CHANGES >

Change Type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Tooling change
  • Internal code refactor

The following scenarios where tested

< ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED >

I certified that

  • I have read and followed contributing guidelines

  • I discussed changes with code owners prior to submitting this pull request

  • I have not skipped any automated checks

  • All existing and new tests passed

  • I have updated the documentation accordingly


Make sure to have followed the contributing guidelines before submitting.

Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-3543.d3m3l2kee0btzx.amplifyapp.com

@shnaaz shnaaz marked this pull request as ready for review April 22, 2024 09:20
@shnaaz shnaaz requested a review from a team as a code owner April 22, 2024 09:20
Copy link
Contributor

@maxinteger maxinteger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Copy link
Contributor

@torgeadelin torgeadelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 small comment

@@ -0,0 +1,26 @@
import PreLoginMetricsBatcher from './prelogin-metrics-batcher';

const ClientMetricsPreloginBatcher = PreLoginMetricsBatcher.extend({
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because now PreLoginMetricsBatcher is shared, we should make sure things inside that class are generic.
at the moment we mention CA in some places, we should make sure it's agnostic of any metric, and more a generalised metrics-a pre login batcher

Copy link
Contributor

@torgeadelin torgeadelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@shnaaz shnaaz merged commit 2d49bc6 into webex:beta May 1, 2024
2 checks passed
Shreyas281299 pushed a commit to Shreyas281299/webex-js-sdk that referenced this pull request May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants