Folyd
Folyd
However, I can push my app's metrics to `pushgateway:9091`, that app also live in the same ECS cluster.
After change to ip, it works: ```diff - job_name: pushgatewy honor_labels: true static_configs: - - targets: ['pushgateway:9091'] + - targets: ['10.0.2.168:9091'] ``` So, I think the network is connectable, but...
Thanks @Lou1415926. After I exposed the container port of `adot-collector`, it auto change to `Client and server`, now the `pushgateway:9091` is accessable. Not sure why the port is required. 😅...
Thanks, @hawkw. The new `ValueSet` API and using function-call to prevent monomorphism are so great! 🥳 TIL, I'm too naive, haha.
Fixed in v0.4.0
Merged. Thanks for reminding me. 😄 @notriddle
Hey, @kiyov09. Do you have interested in working on this feature? If so, feel free to open a new PR, and I'll close this one. 😄 BTW, I have commented...
Nothing special, I guess I don't have too much time to work on it.
写得非常棒,非常用心! 不过固定table中的首列最简单的方式就是用`sticky` ```css position: sticky; left:0; ```
Hi, @jakubdabek. The left sidebar has a `Trait implementations` section, do you think it's inconvenient?