Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

spring-attic/spring-insight-plugins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Community Plugin Repository for Spring Insight

What is Spring Insight Developer Edition?

Spring Insight is a VMware® Web application that gives you real-time visibility into application behavior and performance at the code-level. Released as part of vFabric and AppInsight.

  • Insight DevEdition answers the question: “What just happened?”
  • Insight Operations answers the question: “How does my code perform in production?”

See more at http://www.springsource.org/insight

Installing and Using Plugins

Plugins must be copied into the “insight/collection-plugins” directory of an Insight Developer Edition and Insight Dashboard/Agent.

Creating a Plugin

  • Clone this code git clone https://github.com/SpringSource/spring-insight-plugins
  • Develop your plugin, using the other plugins as examples, or insight [at] vmware [dot] org for advice
  • Make pull request!

Requirements for a Plugin

  • Must be licensed under ASL 2.0
  • Contributor Agreement must be signed at: https://support.springsource.com/spring_committer_signup
    • Email us the verification number and (Ideally) sign and scan the pdf
  • Must have unit tests for aspects ( we have helper classes for this )
  • Must include a README.textfile
  • Must include a screenshot of the plugin in action
  • Nice to Have: some tests for the FreeMarker template
  • Nice to Have: should provide a sample webapp so we can easily start testing the plugin

Contact

insight [at] vmware [dot] com