You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
729 B

  1. key: elasticapm
  2. title: Elasticsearch APM RUM
  3. description: Real User Monitoring captures user interaction with clients such as web browsers.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/elasticsearch-apm.svg
  6. website: https://www.elastic.co/solutions/apm
  7. isAvailable: true
  8. props:
  9. serverUrl:
  10. type: String
  11. title: APM Server URL
  12. hint: The full URL to your APM server, including the port
  13. default: http://apm.example.com:8200
  14. order: 1
  15. serviceName:
  16. type: String
  17. title: Service Name
  18. hint: The name of the client reported to APM
  19. default: wiki-js
  20. order: 2
  21. environment:
  22. type: String
  23. title: Environment
  24. hint: e.g. production/development/test
  25. default: ''
  26. order: 3