Victor Martinez
Victor Martinez
> do you think it is acceptable to have your resource running the expected asdf commands inside a controller environment (using custom PATH in a tmpdir)? I understand the complexity...
https://github.com/ansible-collections/community.general/pull/8321 is the PR that introduced the support for the `http exporter`. As far as I see, the change uses the same exporter by default. Can you try to run...
I can see a few changes were added to v9.0: - https://github.com/ansible-collections/community.general/blob/stable-9/CHANGELOG.md#v9-0-0 IIUC, from the description, the issue might be related to supporting HTTP exporters and the existing GRPC support....
Sorry for the radio silence; I cannot reproduce the missing traces/spans error with the latest changes in `main`. ### How did I test this out? I've been using the latest...
However, if I use the latest container (`0.116.1`) for the OTEL Collector : ``` "org.opencontainers.image.created": "2024-12-17T21:09:34Z", "org.opencontainers.image.licenses": "Apache-2.0", "org.opencontainers.image.name": "opentelemetry-collector-releases", "org.opencontainers.image.revision": "62dfc10402322ae4e2cdbdd92a0c0cc797f1b1f4", "org.opencontainers.image.source": "https://github.com/open-telemetry/opentelemetry-collector-releases", "org.opencontainers.image.version": "0.116.1" ``` Then the same...
We can close this issue. So far I have not been able to reproduce the issue after the fix done at https://github.com/ansible-collections/community.general/issues/8566#issuecomment-2283148803
> Is there an API that we can query to retrieve the package version? I've been thinking of using an ad hoc implementation for some of the known tools, such...
> I believe an issue with discussion would be needed: ASDF support would be really cool, but we have to plan it all together as there are no centralized package...
> @v1v Could I also ask you to create a documentation page on [updatecli/website@master/content/en/docs/plugins/resource](https://github.com/updatecli/website/tree/master/content/en/docs/plugins/resource?rgh-link-date=2024-07-05T07%3A04%3A42Z) ? Done, see https://github.com/updatecli/website/pull/1477