Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix clients being created without prefixed metric meter #1441

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

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

Sushisource
Copy link
Member

What was changed

Client metrics were being emitted without the prefix

Why?

Bug

Checklist

  1. Closes [Bug] Emitted client metrics missing temporal_ prefix #1440

  2. How was this tested:

  1. Any docs updates needed?

@Sushisource Sushisource requested a review from a team as a code owner June 12, 2024 16:49
@@ -105,6 +105,9 @@ test.serial('Exporting Prometheus metrics from Core works with lots of options',
);
// Verify 'total' suffix
t.assert(text.includes('temporal_worker_start_total'));
// Verify prefix exists on client request metrics
console.log(text);
Copy link
Member

Choose a reason for hiding this comment

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

Can probably remove this log

Copy link
Contributor

@mjameswh mjameswh left a comment

Choose a reason for hiding this comment

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

Please remove the console.log() line before merging.
Thanks, @Sushisource, for fixing this.

@Sushisource Sushisource enabled auto-merge (squash) June 12, 2024 18:53
@Sushisource Sushisource merged commit e521e20 into main Jun 12, 2024
85 checks passed
@Sushisource Sushisource deleted the fix-client-request-prefix branch June 12, 2024 20:02
mjameswh added a commit to mjameswh/sdk-typescript that referenced this pull request Jul 15, 2024
mjameswh added a commit to mjameswh/sdk-typescript that referenced this pull request Jul 16, 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.

[Bug] Emitted client metrics missing temporal_ prefix
3 participants