Skip to content
Discussion options

You must be logged in to vote

That is accurate. The collector is a data processor and transformer, not a datastore. It receives data, processes it and exports it.
So you need to send somewhere that grafana can then read from (that can be prometheus, or any other metrics datastore).
You can obviously also not use any collector, and use the prometheus exporter available in your language's SDK to let prometheus scrape the data directly from your app.

Regarding the JS data, you would have more luck asking directly in the opentelemetry-js repository.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dev-samples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants