Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Errors on fresh prometheus verision (like 2.53) connected to metrics timestamps #164

@0xdeface

Description

@0xdeface

Hello and thank for you product. Recently i have updated prometheus to 2.53 and have seen erros like:
msg="Error on ingesting samples with different value but same timestamp"
after googling i found info https://github.com/prometheus/prometheus/issues/14089#issuecomment-2107578174
i checked /metrics | cut -d '}' | uniq -d and confirm that some metrics has dublicates.
in my case its:

#
      2 mktxp_firewall_filter_total{log="0",name="| input | accept |  | icmp",routerboard_address="192.168.0.1",routerboard_name="KHV-IND-GW-0"}
      2 mktxp_firewall_mangle_total{log="0",name="| forward | mark-connection | LOW_PRIORITY",routerboard_address="192.168.0.1",routerboard_name="KHV-IND-GW-0"}
      2 mktxp_firewall_mangle_total{log="0",name="| forward | mark-packet | LOW_PRIORITY_IN",routerboard_address="192.168.0.1",routerboard_name="KHV-IND-GW-0"}
      2 mktxp_firewall_mangle_total{log="0",name="| postrouting | mark-packet | LOW_PRIORITY_OUT",routerboard_address="192.168.0.1",routerboard_name="KHV-IND-GW-0"}
      2 mktxp_firewall_nat_total{log="0",name="| dstnat | dst-nat |  | tcp",routerboard_address="192.168.0.1",routerboard_name="KHV-IND-GW-0"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions