Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Learn to Add/Edit custom messages in this section.

You could Add/Edit InSights Inference - KPI messages, which would be displayed across your DevOps vectors on the InSights UI. Please browse the below topics - 

On this page:


Browse the InSights Inference - KPI Message directory


%WORKSPACE%  is the directory which contains InSights - Development Platform.

  • Change your directory to "%WORKSPACE%\Insights\PlatformService\src\main\resources\messages".
  • Create a new property file and name it as "msg_en_US.properties". Also, use default/existing InSights Inference Messages in that folder( if your requirement matches our default KPI)

Add/Edit new message


For instance, let's consider a sample KPI message as shown below:

deployment.140.positive.daily = Average Successful Deployments has increased to {0} from {1}
deployment.140.negative.daily = Average Successful Deployments has decreased to {0} from {1}
deployment.140.neutral.daily = Average Successful Deployments has remain same to {0}

It is represented in the format: vector.KPIid.emotion.schedule = Message

Representation:

  • deployment represents the name of vector.
  • 140 represents the KPI ID of the InSights Inference - KPI.
  • positivenegative, and neutral represents the emotion of the KPI message. It is based on the trend of InSights Inference - KPI. Eg. UPWARDS/DOWNWARDS
  • daily represents the schedule of the KPI Job.


  • No labels