Replies: 2 comments 3 replies
|
Hi @RemotecUK, can you share the output you are getting in the console for the metrics json? |
0 replies
|
Hi @hjgraca, thanks for your message. |
3 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.
When I create metrics I keep getting the following warnings in my logs:
I am adding a metric in a middleware component, the idea being to have a metric for every route that is requested.
My middleware looks like this:
This runs once per request and I only add the dimensions once for every request.
There is no other place in the code base where I add dimensions in this lambda function.
What am I doing wrong?
All reactions