-
Notifications
You must be signed in to change notification settings - Fork 207
doc(readme): list latest layer versions #1821
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
doc(readme): list latest layer versions #1821
Conversation
@pragmaticivan Node.js badge is showing correctly for me while accessing this url using chrome (v136.0.7103.48): ![]() |
It is causing by the Github API rate limiting which is called by Globadge over the given URL. I have improved caching, but this intermittent problem might still happen. Let me check what can I do (there are a few things I can do). |
And converted the PR to draft, so, let's do not merge this PR yet |
Hi, I have added two new APIs to the Globadge:
To overcome Github API rate-limiting issue, I have created a fine grained Github token with minimum permissions and created HTTP Badge Configs for each layer (collector, nodejs, python, java-agent, java-wrapper, ruby) by using the fine grained Github token in the HTTP headers config ( So, now, we have |
With this PR, latest layer versions are fetched from Globadge as badge in SVG format. README provides the Github API URL and JQ expression to the Globadge API to resolve the latest layer versions from raw Github API response.