Which metric will be last

Hello.
I need to get information for be sure. I have a one topic, but our kafka klaster is generationg a new consumer with same name which writes to topic.
For example: uuid-patr always is different

    [
        {
            "metric": {
                "consumergroup": "consumer_name-c0474d8d-fe2f-4869-946b-7fd814d2dace",
                "topic": "topic_name"
            },
            "value": [
                1717403342.212,
                "2"
            ]
        },
        {
            "metric": {
                "consumergroup": "consumer_name-fcdb2c84-41ad-477e-b6a4-b72cf281f36b",
                "topic": "topic_name"
            },
            "value": [
                1717403342.212,
                "47245"
            ]
        }
    ]

I need to monitor always last came consumer_name-"uniq_GUID". Is it true, that last came consumer will be first in array which I got from Prometheus?