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

[Doc] How to specify where to send the spans data to an external location? #106

Open
hocokahu opened this issue Dec 12, 2024 · 1 comment

Comments

@hocokahu
Copy link

Why

I need to grab the span info and send to destination X. How do I do that?

@pvatokahu
Copy link
Contributor

You can specify where to export the spans to by adding an environment variable 'MONOCLE_EXPORTER'.
In v0.2, options supported as 's3', 'blob', 'file', 'okahu'. Depending on the type, there may be additional input required (such as API keys). You can specify these as other environment variables.

With monocle, you can specify these as a configuration instead of having to write exporter specification as part of your code. This helps platform engineers control the configuration of the target without having to have the app developer change the code to change the destination.

Note: we will add documentation for this.

Support for other exporters such as memory is upcoming.

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