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

track total egress bytes on stow #3337

Merged
merged 2 commits into from
Feb 3, 2024

Conversation

esmadau
Copy link
Contributor

@esmadau esmadau commented Feb 2, 2024

Description

track total egress bytes on stow

Related issues

Addresses [AB#112842].

Testing

amended existing stow test and added test

@esmadau esmadau marked this pull request as ready for review February 2, 2024 21:36
@esmadau esmadau requested a review from a team as a code owner February 2, 2024 21:36
@esmadau esmadau merged commit 0743fda into main Feb 3, 2024
15 checks passed
@esmadau esmadau deleted the users/esmadau/trackegressservertostore branch February 3, 2024 00:28
@@ -115,6 +115,7 @@ public class StoreService : IStoreService
long len = length.GetValueOrDefault();
// Update Telemetry
_storeMeter.InstanceLength.Record(len);
_dicomRequestContextAccessor.RequestContext.TotalDicomEgressToStorageBytes += len;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this Ingress or egress? isn't egress is any data being downloaded or transferred out of the storage account.

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.

3 participants