You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both SE and MP should--and are documented--to allow the user to configure an app name value which causes a tag to be added automatically to every meter. The SE setting is (should be) metrics.app-name and in MP mp.appName (as specified by MicroProfile Metrics).
This works correctly with MP in which the mp_app tag is correctly applied.
But it does not work in SE. Also assigning the app-tag-name (in SE) allows this to work but should not be needed.
Steps to reproduce
In an SE app assign the documented metrics.app-name value. There is no app=some-value tag applied to every meter.
The text was updated successfully, but these errors were encountered:
Environment Details
Problem Description
Both SE and MP should--and are documented--to allow the user to configure an app name value which causes a tag to be added automatically to every meter. The SE setting is (should be)
metrics.app-name
and in MPmp.appName
(as specified by MicroProfile Metrics).This works correctly with MP in which the
mp_app
tag is correctly applied.But it does not work in SE. Also assigning the
app-tag-name
(in SE) allows this to work but should not be needed.Steps to reproduce
In an SE app assign the documented
metrics.app-name
value. There is noapp=some-value
tag applied to every meter.The text was updated successfully, but these errors were encountered: