Authentication failed with Django APM agent
My use case APM Django agent was not able to communicate with APM server, was failing with error: Oops. That didn't work. The following error occured: JSON decoding error while fetching server information: Expecting value: line 1 column 1 (char 0) Failed to submit message: 'HTTP 401: {"error":"authentication failed: missing or improperly formatted Authorization header: expected \'Authorization: Bearer secret_token\' or \'Authorization: ApiKey base64(API key ID:API key)\'"}\n' Following the solution and creating following manifest file worked:...