Replies: 1 comment 5 replies
-
|
You are creating a counter repeatedly? You should keep created counter once and use it later. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
-
Version Info:
I have put a custom meter file in apache-skywalking-apm-bin/config/meter-analyzer-config/business_success_count.yaml like this:
and I have modifed application.yaml like this:
after starting skywalking, I found that there was a table named meter_business_success_count in the databases, as I inserted one record into this table manually and that showed on UI:
But After executing the following code, there was no any record was inserted into table:
I am sure that apm-toolkit-meter-activation-9.0.0 was loaded into JVM according to following logs:
I have tried to find some relevant documents and issues, but I have no idea about clearing my question. Is there anything I have ignored?
Thank you for your analysis and help.
Beta Was this translation helpful? Give feedback.
All reactions