You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
We currently use DataDog to monitor some of our aggregators. I was trying to do this in SigNoz. The working setup that I have till now: ingest logs via https://signoz.io/docs/userguide/collect_logs_from_file/#steps-for-collecting-logs-if-signoz-is-running-on-the-same-host.
Is there a way to parse the logs -> generate metrics from log -> display metrics on a dashboard?
This is what my log looks like:
{
...
timestamp: ts
message:
some_message
AGG1: 99
AGG2: 102
....
}
And I want a time series line chart with count as the Y-axis, 1 line for each aggregator.
Is this currently possible with SigNoz? Any help/guidance will be much appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions