-
Notifications
You must be signed in to change notification settings - Fork 613
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
remove idleCount in druid plugin #679
Conversation
Pending on OTEL side discussion, as I want to keep the whole context continuous. |
Your fix at OTEL-java side seems different. Could you explain more here or need to align with that? |
|
So, Druid pool doesn't have an idle concept? Then what is the status of the connection after it is used? |
Poolingcount represents the concept of idle |
Then why don't put If this is able to apply, please add comments in the codes why we change like this. |
BTW, as a metric label is removed, the CI fails as expected. Let's focus on the above question first. |
Of course, this is possible. |
Good question. It should be good to remove that, rather than recalculate. __ Meanwhile, to make CI passed, you should fix the expected file. skywalking-java/test/plugin/scenarios/druid-1.x-scenario/config/expectedData.yaml Lines 223 to 227 in eb10416
|
Therefore, I have a proposal to standardize our semantic conventions, which can avoid potential semantic ambiguity in the future. |
Done. |
We should consider that in a way. |
In fact, in the druid,
PoolingCount
andidleCount
represent the same meaning.associate issue in opentelemetry-java-instrumentation