-
Notifications
You must be signed in to change notification settings - Fork 805
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 emitWorkflowTypeCountMetricsPinot in ESAnalyzer #6177
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
return fmt.Sprintf(` | ||
SELECT WorkflowType, COUNT(*) AS count | ||
FROM %s | ||
WHERE DomainID = '%s' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: %q
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
%q
here might not work because double quote doesn't work in Pinot
What changed?
Why?
To upgrade ESAnalayzer to be Visibility Analyzer
How did you test it?
Unit test
Potential risks
Release notes
Documentation Changes