-
Notifications
You must be signed in to change notification settings - Fork 62
Value of custom metric not being consumed properly #571
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/173558891 The labels on this github issue will be updated when the story is started. |
@bodymindarts I noticed that you opened another issue cloudfoundry/app-autoscaler-release#243 in app-autoscaler-release which is closed by yourself. In that issue the metricsforwarder was failed to send data to loggregator_agent due to the cert issue. Did it resolved? And for this issue , does the custom metrics value show up now? |
We fixed the cert issue but this isn't resolved completely. The policy now activates correctly but the values still don't show up. |
Do you mean your application can scale in/out correctly but when you run Could you please check if the custom metrics is in the
|
Yes that's right it scaled in/out:
But the values aren't being persisted or displayed:
|
I tried to send custom metrics with your curl command and the policy. I can get the metrics value:
From the scaling history you posted above, the scaling action was before you queried from database.
Could you please check if there are metrics values in the database when the scaling action was taken?
Or Could you please send the metrics again to re-trigger the scaling action and check if the values are displayed? |
I'm closing this because its no longer blocking the use case I was attempting to implement. I don't know what was wrong with the test I was attempting ^^^ but things are working as expected now. |
I’m having issues trying to ingest custom metrics.
When sending this metric:
This is what shows up:
The value is missing and no action is being taken even though the attached policy is:
Would appreciate any help figuring out why the "Value" is missing and what needs to be done to take action based on a custom metric.
The text was updated successfully, but these errors were encountered: