Evgeniy Moskalenko

Results 11 comments of Evgeniy Moskalenko

And, Could you tell me please, how you can use this function in example - https://github.com/korfuri/django-prometheus/blob/master/django_prometheus/tests/end2end/testapp/test_middleware_custom_labels.py#L19-L46: ``` labelnames.extend(("view_type", "user_agent_type")) ``` If tuple() object has no attribute 'extend' :-) ``` AttributeError:...

Working only if comment all counter metrics like this: ``` EXTENDED_METRICS = [ M("requests_latency_seconds_by_view_method"), M("responses_total_by_status_view_method"), # M("requests_before_middlewares_total"), # M("responses_before_middlewares_total"), # M("requests_latency_including_middlewares_seconds"), # M("requests_unknown_latency_including_middlewares_total"), # M("requests_unknown_latency_total"), # M("ajax_requests_total"), # M("requests_total_by_transport"), #...

I think this issue should be reopen :-)

Someone find a workaround of this problem?

Yes, this is a very important change. We also cannot use this because of the need for tags. Bad practice to use semi-automatic infrastructure as code.

I fixed my issue: ``` brew remove k9s rm -rf /Users/my_user/.config/k9s rm -rf /Users/my_user/Library/Application\ Support/k9s brew install k9s ```

I also encountered a similar issue with the latest version of k9s, when skins were moved to the config for each cluster :-) Now, after my settings, everything gets constantly...

Really, file is missing :-( Where I can find this file? Thanks...