Hi everyone,
I am very new to New Relic, please forgive me if I ask you something that’s part of the basics.
I am trying to monitor the Confluent Replicator. Therefore I ingest the jmx metrics of Kafka Connect to New Relic.
I can find this metrics when I use the Explorer. There are several hundert metric endpoints. Now I have to bulid a query on that. I need to know the higest value of these within the last hour.
I tried to write an NRQL Query “SELECT max(records-lag
) FROM ?? SINCE 1 hour ago”.
My problem is, that I do not know what I am supposed to put in the FROM clause.
I am asked for an event type. But I only have metrics.
What have I to do?
Thank you.