Warning for SERVICE_NAME
even after explicitly given value in config
#1908
Labels
SERVICE_NAME
even after explicitly given value in config
#1908
I have integrated elastic-apm with flask application, following simple document provided in flask-support documentation.
Im getting warning:
[2023-09-28 15:07:07,840 base.py->__init__():123]WARNING: No custom SERVICE_NAME was set -- using non-descript default 'unknown-python-service'
Here is exact code:
I tried another way to initialize apm object:
apm = ElasticAPM(app, service_name='myservice-api')
But doesn't make any difference.
The text was updated successfully, but these errors were encountered: