You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
When running the RuntimeCollector example I receive the following error:
File "wavefront_pyformance/wavefront_reporter.py", line 187, in report_now
super(WavefrontDirectReporter, self).report_now(registry, timestamp)
File "wavefront_pyformance/wavefront_reporter.py", line 50, in report_now
self._report(registry, timestamp, False)
File "wavefront_pyformance/wavefront_reporter.py", line 66, in _report
col.collect()
File "wavefront_pyformance/runtime_metrics.py", line 129, in collect
self.collect_cputimes()
File "wavefront_pyformance/runtime_metrics.py", line 34, in collect_cputimes
tags=self.custom_tags).set_value(cpu_u_mode)
TypeError: gauge() got an unexpected keyword argument 'tags'
I'm using pipenv and here is my pipenv graph output for the module: