Issue with analytics

Not applicable

Hello There,

I am facing an issue with our inhouse APIGEE setup analytics. I am using a 10 node cluster behind en ELB. So whenever I do this:

curl -s -u  ${PROD_ADMIN_EMAIL}:${PROD_ADMIN_PASSWORD} "http://apigee.prod.chegg.com/v1/organizations/chegg/environments/prod/provisioning/axstatus/" | jq "."
{
  "environments": [],
  "organization": "chegg",
  "status": "FAILURE"
}
curl -s -u  ${PROD_ADMIN_EMAIL}:${PROD_ADMIN_PASSWORD} "http://apigee.prod.chegg.com/v1/organizations/chegg/environments/prod/provisioning/axstatus/" | jq "."
{
  "environments": [
    {
      "components": [
        {
          "hosts": "[localhost, localhost]",
          "message": "success",
          "name": "qs",
          "status": "SUCCESS",
          "uuid": "[XXXXXXXXXXXXXXXXXXXXXXXXXXXXX, XXXXXXX-734f-XXXX-a588-XXXXXXXXXXX]"
        },
        {
          "hosts": "[localhost:localhost]",
          "message": "success at Wed Nov 04 13:02:24 PST 2015",
          "name": "pg",
          "status": "SUCCESS",
          "uuid": "[XXXXXXXXXXXXXXXXXXXXXXXXXX:ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ]"
        }
      ],
      "message": "",
      "name": "prod"
    }
  ],
  "organization": "chegg",
  "status": "SUCCESS"
}

So every alternate curl request fails. I do see the error in UI as well, but every couple of refreshes gets the graphs temporarily. Please see the screenshot attached.apigee.png

0 0 282
0 REPLIES 0