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

add telemetry data into run-ab-platform #36933

Merged
merged 10 commits into from
Apr 10, 2024
Merged

Conversation

colesnodgrass
Copy link
Member

@colesnodgrass colesnodgrass commented Apr 9, 2024

Changes

  • add support for capturing telemetry data from the run-ab-platform.sh script
    • can be disabled via the --dnt
    • will auto-disable if curl is not installed
    • captures success/failure of the script and some information about the environment its executing in

Todo

  • replace ulid.truestamp.com with ulid.airbyte.com

Copy link

vercel bot commented Apr 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 10, 2024 5:06pm

{
# only attempt to do anything if telemetry is not disabled
if $telemetryEnabled; then
telemetrySessionULID=$(curl -s https://ulid.truestamp.com/ | grep ulid | cut -d ":" -f2 | xargs)
Copy link
Collaborator

Choose a reason for hiding this comment

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

I wonder if there's a local implementation we can access...

https://github.com/ulid/spec?tab=readme-ov-file#implementations-in-other-languages

Copy link
Member Author

Choose a reason for hiding this comment

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

@colesnodgrass colesnodgrass marked this pull request as ready for review April 10, 2024 20:56
@colesnodgrass colesnodgrass merged commit 8ab52d0 into master Apr 10, 2024
29 checks passed
@colesnodgrass colesnodgrass deleted the cole/run-ab-telemetry branch April 10, 2024 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants