Found a small bug in your Get Started section.
Your HTTP application logs example has an extra slash in the example URL. This causes the API to always return the following:
Copy code
HTTP 404
{
"code": 12,
"message": "not found"
}
When you remove the trailing slash from the URL, the API no longer errors and the log is ingested.
v
Vibhu Pandey
10/13/2024, 7:53 PM
Hi @Robi Rohumaa,
Thanks for posting this!
Would you be open to raising a PR for this fix?
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.