-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test osgi with new Prometheus client #5063
Comments
I just tried it locally by changing the dependency in micrometer-osgi-test and fixing the imports. The following is the error output I'm seeing:
@driessamyn do you have any bandwidth to help take a look at this? |
Sorry for the delayed response. |
Thanks for finding this. @driessamyn I'm the maintainer of the Prometheus Java client library. I'm not an OSGI expert. Your comment sounds like it would be sufficient to add <packaging>bundle</packaging> to the I'm happy to give it a try, or do you think something else is needed? |
Hi @fstab , I'm not familiar with the Maven build tooling for OSGi, but that sounds right. ![]() |
See the description of #4846.
We should make sure we're testing with the latest Prometheus client and figure out what the issue is that's causing it to fail.
The text was updated successfully, but these errors were encountered: