signoz.io
signoz.io copied to clipboard
SigNoz website | SigNoz is an Open source Application Performance Monitoring (APM) tool 🔥 | An open-source alternative to DataDog, NewRelic, etc. 🖥.
How to use SigNoz monitor mysql - can we create docs on it
Error related to pid when setting up OTel collector. Example: error scraperhelper/scrapercontroller.go:213 Error scraping metrics {"kind": "receiver", "name": "hostmetrics", "data_type": "metrics", "error": "error reading parent pid for process \"systemd\" (pid...
We should have `Get Started` page for dashboards that has explanations for: - Import json - ~we should remove this section as this is not available: https://signoz.io/docs/userguide/manage-dashboards/#steps-to-import-a-grafana-dashboard~ Will add more...
Currently, we have docs regarding metrics using pull-based mechanism, but not push. Push-based mechanism would only require access and creds to ClickHouseDB via SigNoz OtelCollector.
Figured it out (thanks to for the clue). Had to raise the TTL on the logs table, as it's 15 days by default - and I was trying to insert...
@srikanthccv @ankit01-oss merging this for now, but we should add more details on how to use SigNoz variables in queries. [This section](https://deploy-preview-545--frosty-austin-928e43.netlify.app/docs/userguide/manage-variables/#using-variables-in-queries) should also be explained in words rather than...
Yeah, I think the current behavior is fine. If the auto refresh is on, then Go live button is disabled. And if Go live is on, then Auto refresh buttons...
You can exec inside query-service container and remove all users and organisations: `docker exec -it query-service sh ` OR `kubectl -n platform exec -it pod/my-release-signoz-query-service-0 -- sh ` Run the...