I am getting following error w.r.t. opentelemetery(current version is 1.26) after updating the pulsar version to 3.3.0. Please suggest which version of opentelemetery should i update as i have tried for 1.28 but it is still not working. #23065
Unanswered
piyush14bd
asked this question in
Q&A
Replies: 1 comment
-
The OpenTelemetry version used in Pulsar 3.3.0 is 1.37. You can try upgrading to this version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
'io.opentelemetry.api.metrics.DoubleHistogramBuilder io.opentelemetry.api.metrics.DoubleHistogramBuilder.setExplicitBucketBoundariesAdvice(java.util.List)'
at org.apache.pulsar.client.impl.metrics.LatencyHistogram.(LatencyHistogram.java:64)
at org.apache.pulsar.client.impl.metrics.InstrumentProvider.newLatencyHistogram(InstrumentProvider.java:56)
at org.apache.pulsar.client.impl.BinaryProtoLookupService.(BinaryProtoLookupService.java:97)
at org.apache.pulsar.client.impl.PulsarClientImpl.(PulsarClientImpl.java:219)
at org.apache.pulsar.client.impl.PulsarClientImpl.(PulsarClientImpl.java:161)
at org.apache.pulsar.client.impl.ClientBuilderImpl.build(ClientBuilderImpl.java:66)
at com.tibco.cep.driver.pulsar.PulsarChannel.connect(PulsarChannel.java:150)
at com.tibco.be.custom.channel.framework.CustomChannel.connect(CustomChannel.java:94)
at com.tibco.cep.runtime.channel.impl.ChannelManagerImpl.connectChannels(ChannelManagerImpl.java:271)
at com.tibco.cep.runtime.session.impl.RuleServiceProviderImpl.startAll(RuleServiceProviderImpl.java:1245)
at com.tibco.cep.runtime.session.impl.RuleServiceProviderImpl.configure(RuleServiceProviderImpl.java:285)
at com.tibco.cep.container.standalone.BEMain.jumpStart(BEMain.java:172)
at com.tibco.cep.container.standalone.BEMain.main(BEMain.java:71)
Beta Was this translation helpful? Give feedback.
All reactions