|
70 | 70 | # |
71 | 71 | # @param telemetry_attributes |
72 | 72 | # Configures the ProSA [Telemetry Attributes](https://docs.rs/prosa-utils/latest/prosa_utils/config/observability/struct.Observability.html) directive |
73 | | -# which allows to add custom attributes to telemetry messages. |
| 73 | +# which allows to add custom attributes to telemetry messages.<br /> |
74 | 74 | # Refer to the [ProSA book](https://worldline.github.io/ProSA/ch01-02-01-observability.html) for more details on how to configure this directive. |
75 | 75 | # |
76 | 76 | # @example Setting custom telemetry attributes |
|
83 | 83 | # |
84 | 84 | # @param observability |
85 | 85 | # Configures the ProSA [Observability](https://docs.rs/prosa-utils/latest/prosa_utils/config/observability/struct.Observability.html) directive |
86 | | -# which configure metrics, traces and logs export. |
| 86 | +# which configure metrics, traces and logs export.<br /> |
87 | 87 | # Refer to the [ProSA book](https://worldline.github.io/ProSA/ch01-02-01-observability.html) for more details on how to configure this directive. |
88 | 88 | # |
89 | 89 | # @example Setting custom observability configuration |
|
178 | 178 |
|
179 | 179 | # Declare ProSA service |
180 | 180 | class { 'prosa::service': |
181 | | - prosa_name => $prosa_name, |
182 | | - service_name => $service_name, |
183 | | - service_binary => $bin_path, |
184 | | - app_conf => $conf_dir, |
185 | | - user => $user, |
186 | | - group => $group, |
187 | | - service_enable => $service_enable, |
188 | | - service_ensure => $service_ensure, |
189 | | - service_manage => $service_manage, |
| 181 | + prosa_name => $prosa_name, |
| 182 | + service_name => $service_name, |
| 183 | + service_binary => $bin_path, |
| 184 | + app_conf => $conf_dir, |
| 185 | + user => $user, |
| 186 | + group => $group, |
| 187 | + service_enable => $service_enable, |
| 188 | + service_ensure => $service_ensure, |
| 189 | + service_manage => $service_manage, |
| 190 | + service_limit_nofile => $service_limit_nofile, |
190 | 191 | } |
191 | 192 | } |
0 commit comments