lowid
lowid
Maybe we can use github page as chartmuseum? https://github.com/marketplace/actions/helm-chart-releaser Example use: https://github.com/grafana/helm-charts/blob/main/.github/workflows/release.yaml
Any progress?
> Got 90% through the way of configuring EKS Fargate today and then realised there's no arm64 support. Didn't even consider that this would be left out! Is there any...
Me too. > error: linking with `x86_64-unknown-linux-musl-gcc` failed: exit code: 1 | = note: "x86_64-unknown-linux-musl-gcc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-Wl,--eh-frame-hdr" "-m64" "-nostdlib" "/root/.rustup/toolchains/nightly-2019-03-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/crt1.o" "/root/.rustup/toolchains/nightly-2019-03-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib/crti.o" "-L" "/root/.rustup/toolchains/nightly-2019-03-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-musl/lib" "/home/rust/src/target/x86_64-unknown-linux-musl/release/deps/kafka_view-0ae1c7313d719b6b.kafka_view.6lv8rv2z-cgu.0.rcgu.o" "/home/rust/src/target/x86_64-unknown-linux-musl/release/deps/kafka_view-0ae1c7313d719b6b.kafka_view.6lv8rv2z-cgu.1.rcgu.o" "/home/rust/src/target/x86_64-unknown-linux-musl/release/deps/kafka_view-0ae1c7313d719b6b.kafka_view.6lv8rv2z-cgu.10.rcgu.o" "/home/rust/src/target/x86_64-unknown-linux-musl/release/deps/kafka_view-0ae1c7313d719b6b.kafka_view.6lv8rv2z-cgu.11.rcgu.o" "/home/rust/src/target/x86_64-unknown-linux-musl/release/deps/kafka_view-0ae1c7313d719b6b.kafka_view.6lv8rv2z-cgu.12.rcgu.o" "/home/rust/src/target/x86_64-unknown-linux-musl/release/deps/kafka_view-0ae1c7313d719b6b.kafka_view.6lv8rv2z-cgu.13.rcgu.o"...
Hi, can anyone review this patch?
We want move log entries from CloudWatch Log to AWS Managed OpenSearch service. Our pipeline look like `EventBus` --> `CloudWatch` --> `OpenSearch` . We deploy a ElasticAlert instance monitor events...
Hi, Is there any update on this topic? I really want to use this feature to streaming events into our notification pipe line.
Maybe expose metrics via prometheus instrument and send alert via prometheus alert rules. this give user more insight and flexibility
It's better to follow the [metric's naming convention](https://prometheus.io/docs/practices/naming/#metric-names). Add a unit as this metric's suffix like `kafka_topic_partition_size_bytes`. But I couldn't managed to find the right unit name in Kafka java...