Service Mapping Hands On Lab Query : Ruby On Rails Application

pranali mohite
Tera Contributor

 

Question :

 

After further discussions with the PostgreSQL application owner, it was requested that the database time zone attribute be collected and made visible from the service map


The application owner has provided you with the information that the time zone information is stored in the PostgreSQL configuration file.

 

Hint: You must add a custom attribute to the PostgreSQL table

 

I am learning service mapping new to this one. Need help to achieve this.

 

Thanks in advance!

2 REPLIES 2

sourabh5190
Tera Contributor

Hi,

 

You will have to think about the discovery of the custom attribute. Basically, you will have to extend discovery pattern for Postgresql application.

 

You can get an idea by what you have performed for "Ruby on Rails" pattern and check the identificationn pahse of "PostgreSQL" pattern. Check where is config file location (properties in service map).

 

Thanks,

SB

sourabh5190
Tera Contributor

Also, if you scroll down on ebook, you will get more details for completing the challenge. Please mark answer helpful/solution. If this resolves your query.