Hi Stuart , Can you also suggest me which matric or exporter will be useful for the following scenario where I wish to monitor my SIEBEL application component status and display them in different colors in grafana.
(Component_Name: EAI, Status : Online l ServerName: XNZ) (Component_Name: WF, Status : Shutdown l ServerName: XNZ) (Component_Name: JMS, Status : Online l ServerName: XNZ) Thanks, Rishi On Sunday, 8 March 2020 01:47:55 UTC+5:30, Stuart Clark wrote: > > On 07/03/2020 20:16, Yagyansh S. Kumar wrote: > > Is it necessary that the output should be a float value? What if I want to > scrape something else? > For eg. I want to scrape the version of VMWare-Tools running in the VM. I > have stored that in a file in Prometheus format but I am getting the below > error: > text format parsing error in line 1: expected float as value, got "' > *10.3.10.10540*'" > The bold is the output that I need to push to prometheus. > > > Prometheus only deals in floats, but labels can be any string. > > So for this case it's common to set the value to "1" and then have a > "version" tag. > > > On Sunday, March 8, 2020 at 12:01:35 AM UTC+5:30, Murali Krishna Kanagala > wrote: >> >> Just drop a text file with data in Prometheus format and pass it as a >> command line arguments on your node exporter. >> >> https://prometheus.io/docs/concepts/data_model/ >> >> https://github.com/prometheus/node_exporter/blob/master/README.md >> >> On Sat, Mar 7, 2020, 11:01 AM Yagyansh S. Kumar <[email protected]> >> wrote: >> >>> Hi. I am just now able to get my head around the working of textfile >>> collector. Can someone explain or provide a good link to understand its >>> working? >>> >>> Thanks! >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Prometheus Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/prometheus-users/19715622-31e6-402e-8497-49448f6f0b95%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/prometheus-users/19715622-31e6-402e-8497-49448f6f0b95%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- > You received this message because you are subscribed to the Google Groups > "Prometheus Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/prometheus-users/71c47c5f-2c24-4714-a675-c3368b81086b%40googlegroups.com > > <https://groups.google.com/d/msgid/prometheus-users/71c47c5f-2c24-4714-a675-c3368b81086b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > > -- > Stuart Clark > > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/04b1f2de-d5d4-40aa-93a1-b53023986ed6%40googlegroups.com.

