Replies: 1 comment
-
Okay I read the instructions more and figured it out, nevermind me! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to push some data to prometheus through pushgateway:
Resulting data:
pgw_pinger{site="google.com"} 4.24 pgw_pinger{site="cloudflare.com"} 2.36 pgw_pinger{site="twitter.com"} 32.9
And I receive the following error:
text format parsing error in line 1: expected integer as timestamp, got "pgw_pinger{site=\"cloudflare.com\"}"
This is strange because I'm successfully sending other data with seemingly identical structure, like this:
pgw_mem_usage{process="/sbin/init", pid="1"} 0.5 pgw_mem_usage{process="[kthreadd]", pid="2"} 0.0 pgw_mem_usage{process="[rcu_gp]", pid="3"} 0.0
I'm sure it's not a bug and that I'm just missing something, but I cannot see it. I'd appreciate a nudge. Using version 1.5.1.
Beta Was this translation helpful? Give feedback.
All reactions