We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In the custom metrics condition inside configure method, it should be if "metrics_sets" instead of if "metric_sets".
if "metrics_sets"
if "metric_sets"
https://github.com/elastic/apm-agent-python/blob/d4570ce366fd7ad4c5cba782f13e5e55cb71b175/elasticapm/contrib/serverless/azure.py#L99C1-L101C44