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

docs(tracking): update refer links to other docs with utm_source #4744

Merged
merged 1 commit into from
May 5, 2022

Conversation

Roshanjossey
Copy link
Contributor

Goals:

  • find referrals from docs website to other sites in jina ecosystem

@github-actions github-actions bot added size/S area/docs This issue/PR affects the docs labels May 3, 2022
@github-actions
Copy link

github-actions bot commented May 4, 2022

Latency summary

Current PR yields:

  • 🐎🐎🐎🐎 index QPS at 1368, delta to last 2 avg.: +11%
  • 🐎🐎 query QPS at 74, delta to last 2 avg.: +6%
  • 🐢🐢 avg flow time within 1.2738 seconds, delta to last 2 avg.: -12%
  • 🐢🐢 import jina within 0.4725 seconds, delta to last 2 avg.: -7%

Breakdown

Version Index QPS Query QPS Avg Flow Time (s) Import Time (s)
current 1368 74 1.2738 0.4725
3.3.23 1096 58 1.3941 0.5668
3.3.22 1348 80 1.5139 0.4508

Backed by latency-tracking. Further commits will update this comment.

@Roshanjossey Roshanjossey force-pushed the docs-add-source-query-to-links branch from 527c1df to de18ce7 Compare May 4, 2022 07:48
@Roshanjossey Roshanjossey force-pushed the docs-add-source-query-to-links branch from de18ce7 to d28eec0 Compare May 4, 2022 09:31
@github-actions
Copy link

github-actions bot commented May 4, 2022

📝 Docs are deployed on https://docs-add-source-query-to-links--jina-docs.netlify.app 🎉

Copy link
Member

@nan-wang nan-wang left a comment

Choose a reason for hiding this comment

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

LGTM👍

@nan-wang nan-wang merged commit 36ce835 into master May 5, 2022
@nan-wang nan-wang deleted the docs-add-source-query-to-links branch May 5, 2022 03:04
var anchors = document.getElementsByTagName("a");

for (var i = 0; i < anchors.length; i++) {
anchors[i].href = addUTMSourceToLinks(anchors[i].href)
Copy link
Member

Choose a reason for hiding this comment

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

This function has s whereas the defination don't have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs This issue/PR affects the docs size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants