temporal icon indicating copy to clipboard operation
temporal copied to clipboard

error in prometheus reporter: AccessHistoryNew counter

Open Tadimsky opened this issue 7 months ago • 2 comments

Expected Behavior

No warning logs output by Temporal.

Actual Behavior

Temporal is logging this warning:

time=2024-07-25T15:31:08.764 level=WARN msg="error in prometheus reporter" error="a previously registered descriptor with the same fully-qualified name as Desc{fqName: \"AccessHistoryNew\", help: \"AccessHistoryNew counter\", constLabels: {}, variableLabels: {service_name,operation}} has different label names or a different help string"

Steps to Reproduce the Problem

  1. Run temporal server start-dev
  2. Run workflows on server
  3. View logs

Specifications

  • Version: temporalio/admin-tools:1.24.2-tctl-1.18.1-cli-0.13.2
  • Platform: macOS 14.5

Tadimsky avatar Jul 25 '24 15:07 Tadimsky