Brett Randall
Brett Randall
@draeath see https://github.com/rtyley/bfg-repo-cleaner/issues/204#issuecomment-288055158 for workaround.
If you followed the instructions, the repo you have cleaned might be bare, which could explain the trouble you are having with tools inspecting it. You can clone the cleaned/bare...
Did you change directory to where `Udacity-Data-Analyst.git` is located?
OK - did you read something somewhere that indicated that Git repos would be automatically found in your home directory versus current working directory? If so that should be corrected....
Please review https://github.com/git-lfs/git-lfs/blob/master/docs/man/git-lfs-migrate.1.ronn
Is the exporter up-and-running, can you `curl http://localhost:8888/metrics`? Is your broker on `redis://redis:6379/0`?
Right, I can see how having the very low dimensional task-count by State is convenient to have separately, and at a tiny cost. And on that basis I don't mind...
> I see that the current celery_tasks metric is of type GAUGE. Should we change to a COUNTER instead? No. https://prometheus.io/docs/concepts/metric_types/#counter > A counter is a cumulative metric that represents...
I should get around to publishing a summary table of current/proposed/deprecated metrics, and incorporating that with the proposed `celery_tasks_runtime` over in #33. Here's a first shot at that: metric |...
@zerok added a table above. I propose retaining `celery_tasks` indefinitely, since it is cheap and simple and tasks-by-state is useful to have quickly without an aggregation-query. It will return the...