feat(analytics): add Analytics API clients (go/java/python/ruby)#28
Open
MDzaja wants to merge 1 commit into
Open
feat(analytics): add Analytics API clients (go/java/python/ruby)#28MDzaja wants to merge 1 commit into
MDzaja wants to merge 1 commit into
Conversation
|
This PR is large and would use a significant portion of your monthly review quota. Comment |
53c2e29 to
51067bd
Compare
bc48c11 to
939c402
Compare
…mple (get_metrics_latest) across all SDKs Signed-off-by: MDzaja <mirkodzaja0@gmail.com>
939c402 to
7f193dd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Original: daytonaio/daytona#5119
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.Summary by cubic
Adds cross-language Analytics API clients (Go, Java, Python async, Ruby) for sandbox telemetry and usage. Includes sandbox metrics
get_metrics(historical) andget_metrics_latest(latest), and wires the Java client into CI with local Maven publish.get_metrics,get_metrics_latest, spans, trace summaries); Usage (sandbox usage periods, aggregated usage, chart points).analytics-api-client-go(Go 1.23),io.daytona:analytics-api-client(Java; added to CI viapublishToMavenLocal),daytona_analytics_api_client_async(Python async; telemetry implemented, usage scaffolded),daytona_analytics_api_client(Ruby; added in Gemfile).https://analytics.app.daytona.io/.Written for commit 7f193dd. Summary will update on new commits.