Alan Wang
Alan Wang
加了编译宏后,我测试了一下,在mac上有问题, 可以改成 #ifdef WIN32 fd = open(file_path, O_RDONLY | O_BINARY); #else fd = open(file_path, O_RDONLY); #endif 可以帮我测试一下这样改在 MinGW 环境有问题吗 如果没问题,请重新提交一个 pull request
good pr, hope merged
@dmuth You could try https://github.com/chinaran/go-httpbin, a golang port of httpbin. I added envs param for identify httpbin instance. It will default show HOSTNAME env which in k8s is pod name.
we have the same issue.
my environment: `$ gcc --version` `Apple clang version 12.0.0 (clang-1200.0.32.27)` I download your test file from: https://download.qt.io/archive/qt/5.15/5.15.2/single/ decompress it: `$ xz -d qt-everywhere-src-5.15.2.tar.xz` using system md5sum: `$ md5sum /Users/alan/Downloads/qt-everywhere-src-5.15.2.tar` `86613f629604dd0550ee79e7febaa4aa...
This should be a case of collector being compiled without the prometheusexporter. You can switch to the otelcol-contrib version (**otel/opentelemetry-collector-contrib**), or compile it yourself. Reference: - [otelcol-k8s/manifest.yaml](https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-k8s) - [otelcol-contrib/manifest.yaml](https://github.com/open-telemetry/opentelemetry-collector-releases/blob/main/distributions/otelcol-contrib/manifest.yaml#L76C79-L76C97)
https://github.com/jaegertracing/jaeger/issues/4739 jaeger-agent has been deprecated. https://github.com/jaegertracing/jaeger-operator/pull/2611 There is a revert PR here, should it be added back?
Is there any follow-up to this issue?
@sridhargaddam Thanks for your reminder, it has been updated.
@sridhargaddam Is this PR ready to be merged, please?