Thomas
Thomas
Also seeing this on an up to date M1 Pro.
Happy to help fix things! Thanks for being so responsive on these issues. Would you be able to help me understand what's going wrong here so we can fix it...
I see, that makes sense. I'm not too familiar with C toolchains, and the only thing I could really find was this: https://osdn.net/projects/android-x86/scm/git/external-alsa-lib/commits/76d1aa0cd7635f903bb1d48bb9c18279d46ec624 Though as you mentioned, it looks like...
Interestingly, the patch suggested by @graywolf-at-work seems to work! ```diff diff -urN a/foreign_cc/built_tools/make_build.bzl b/foreign_cc/built_tools/make_build.bzl --- a/foreign_cc/built_tools/make_build.bzl 1969-12-31 19:00:00.000000000 -0500 +++ b/foreign_cc/built_tools/make_build.bzl 2000-01-01 00:00:00.000000000 -0000 @@ -71,6 +71,9 @@ def _make_tool_impl(ctx):...
That sounds about right. I'm on macOS 12.3.1 (21E258).
Should we open a PR for this fix?
Is there an issue open where this feature has been discussed? Could you explain why this may be useful?
It should transition to the target architecture of the image, given: https://github.com/bazelbuild/rules_docker/blob/8e70c6bcb584a15a8fd061ea489b933c0ff344ca/container/image.bzl#L805-L811
Okay, I found the missing metrics. They come from the `mgr`, not `ceph-exporter`. The documentation doesn't really make this very clear, and even suggests that `ceph-exporter` is a full replacement?...
I think it's mostly documentation, as there is an [example service monitor](https://github.com/rook/rook/blob/f46c0845eea74675fcfcd42f4a1b7244bb7349a6/deploy/examples/monitoring/service-monitor.yaml) for the mgr. This doesn't exist in the Helm chart though. I guess the documentation should make it...