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

chore: add resource tags in metrics #2462

Merged
merged 6 commits into from Oct 11, 2022
Merged

Conversation

satishrudderstack
Copy link
Contributor

add resource tags in metrics

@satishrudderstack satishrudderstack marked this pull request as draft September 21, 2022 09:14
@codecov
Copy link

codecov bot commented Sep 21, 2022

Codecov Report

Base: 43.93% // Head: 43.94% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (e032889) compared to base (4fe3038).
Patch coverage: 19.35% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2462   +/-   ##
=======================================
  Coverage   43.93%   43.94%           
=======================================
  Files         187      187           
  Lines       39114    39125   +11     
=======================================
+ Hits        17186    17193    +7     
- Misses      20840    20846    +6     
+ Partials     1088     1086    -2     
Impacted Files Coverage Δ
warehouse/bigquery/bigquery.go 0.00% <0.00%> (ø)
warehouse/clickhouse/clickhouse.go 0.00% <0.00%> (ø)
warehouse/deltalake/deltalake.go 0.00% <0.00%> (ø)
warehouse/mssql/mssql.go 0.00% <0.00%> (ø)
warehouse/postgres/postgres.go 0.00% <0.00%> (ø)
warehouse/redshift/redshift.go 0.00% <0.00%> (ø)
warehouse/snowflake/snowflake.go 0.00% <0.00%> (ø)
warehouse/upload.go 18.56% <9.09%> (-0.12%) ⬇️
router/router.go 67.81% <100.00%> (+0.05%) ⬆️
warehouse/warehouse.go 8.92% <100.00%> (+0.10%) ⬆️
... and 3 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@@ -1079,6 +1079,7 @@ func (worker *workerT) sendRouterResponseCountStat(status *jobsdb.JobStatusT, de
"destType": worker.rt.destName,
"respStatusCode": status.ErrorCode,
"destination": destinationTag,
"destId": destination.ID,
Copy link
Member

Choose a reason for hiding this comment

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

Similar to my comment here:
#2430 (comment)

As destination is of high granularity, we should exclude it in free multitenant cluster.

Copy link
Member

@chandumlg chandumlg Oct 12, 2022

Choose a reason for hiding this comment

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

@satishrudderstack satishrudderstack marked this pull request as ready for review October 10, 2022 12:34
@achettyiitr achettyiitr merged commit 2f73704 into master Oct 11, 2022
@achettyiitr achettyiitr deleted the chore.addResourceTagsInMetrics branch October 11, 2022 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants