Hi,
I am trying to figure out how to push json data to Grafana. I am using AppMetrics, it does PostAsync to http://grafana-server-url:8080/metrics, but Grafana responds with
t=2019-06-03T11:10:20-0400 lvl=info msg=“Request Completed” logger=context userId=0 orgId=1 uname= method=POST path=/metrics status=404 remote_addr=[::1] time_ms=2 size=23519 referer=
I am not sure I am doing it right or how this works, do I need to config Grafana API to accept post to the path /metrics?
Appreciate your help.
Thanks.