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

added remote metrics #1722

Merged
merged 1 commit into from
Feb 29, 2016
Merged

added remote metrics #1722

merged 1 commit into from
Feb 29, 2016

Conversation

maxim-s
Copy link
Contributor

@maxim-s maxim-s commented Feb 23, 2016

No description provided.

@Aaronontheweb
Copy link
Member

@maxim-s are there are any unit tests for this we should add?

@maxim-s
Copy link
Contributor Author

maxim-s commented Feb 24, 2016

@Aaronontheweb done!

@Aaronontheweb
Copy link
Member

Great! I'll review this soon

{
public override IRemoteMetrics CreateExtension(ExtendedActorSystem system)
{
if (system.Settings.Config.GetString("akka.remote.log-frame-size-exceeding").ToLowerInvariant() == "off")
Copy link
Member

Choose a reason for hiding this comment

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

yep, this is the same as the JVM - this feature is only really used for Akka.Remote / Cluster users who want to keep some historical track as to whether or not they're close to hitting the ceiling on the maximum frame size.

@Aaronontheweb
Copy link
Member

Awesome job @maxim-s - this is great work.

Aaronontheweb added a commit that referenced this pull request Feb 29, 2016
@Aaronontheweb Aaronontheweb merged commit bb2c0f0 into akkadotnet:dev Feb 29, 2016
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

2 participants