grafana / faro-web-sdk

The Grafana Faro Web SDK, part of the Grafana Faro project, is a highly configurable web SDK for real user monitoring (RUM) that instruments browser frontend applications to capture observability signals. Frontend telemetry can then be correlated with backend and infrastructure data for full-stack observability.
https://grafana.com/oss/faro/
Apache License 2.0
688 stars 62 forks source link

API call using curl for flow mode #492

Closed jinaldesailive closed 4 months ago

jinaldesailive commented 4 months ago

Description

I'm testing Grafana faro flow mode. I've setup locally Grafana Faro using flow mode documentation in docker. https://grafana.com/docs/agent/latest/flow/setup/install/docker/

Surprisingly I can't call it's /collect endpoint using curl command. I guess it's not exposed, or I'm doing something wrong.

curl http://localhost:12345/collect

Can someone guide me?

codecapitano commented 4 months ago

Hi @jinaldesailive in this case it's best to talk to the Agent team. Best place to start would be the community slack or the forum.

Cheers, Marco