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

What does the remote endpoint need to implement to accept the telemetry? #3

Open
catskul opened this issue Jan 24, 2024 · 2 comments
Open

Comments

@catskul
Copy link

catskul commented Jan 24, 2024

The config mentions remote endpoints, but it's unclear what the server must be able to do to accept this data flow, or what remote endpoint types are supported. Is this documented somewhere?

@mengyanw
Copy link
Member

mengyanw commented Jan 25, 2024

@catskul I think the most straightforward way to receive the data is to set up a cloud function (e.g, AWS lambda function, google cloud function) and use it as the remote endpoint. Inside the cloud functions, we can parse the received data and transfer it to different databases as needed.

@catskul
Copy link
Author

catskul commented Jan 25, 2024

If we try this out I'll report back and possibly provide some documentation to contribute.

I see in the demo config S3 and InfluxDB endpoints listed. Do these work out of the box without any cloud function to do the ingest?

https://github.com/educational-technology-collective/vscode-telemetry/blob/dfed64bb79e5f45f65334e2d94060ab087fb133d/configuration-example/settings.json#L34C6-L44C26

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

No branches or pull requests

2 participants