mpmetrics.xml.template 962 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. IBM Confidential
  4. OCO Source Materials
  5. IBM Business Platform: bi_commons
  6. (C) Copyright IBM Corp. 2016, 2018
  7. The source code for this program is not published or otherwise divested of its trade secrets,
  8. irrespective of what has been deposited with the U.S. Copyright Office.
  9. -->
  10. <!--
  11. To enable mpMetrics, rename this file "mpmetrics.xml"
  12. Add in your own password. If you want, you can encode it using <install>/wlp/bin/securityUtility encode YourPassword
  13. -->
  14. <server>
  15. <featureManager>
  16. <feature>mpMetrics-1.1</feature>
  17. </featureManager>
  18. <!-- Basic authentication for the mpMetrics endpoint (/metrics) The password is encoded -->
  19. <quickStartSecurity userName="metrics" userPassword="{xor}Ejo+LCotOgs3OgoxMjo+LCotPj0zOg=="/>
  20. <!-- If you are using wlp 18.0.0.3 (or newer) you can instead use the following, which won't require authentication
  21. <mpMetrics authentication="false"/>
  22. -->
  23. </server>