Skip to content

Commit a7e426d

Browse files
committed
feat: update refs
Signed-off-by: Jeremy HERGAULT <jeremy.hergault@worldline.com>
1 parent 6b55c3c commit a7e426d

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ For more details on configuration, please refer to the [ProSA configuration guid
5858
class { 'prosa':
5959
bin_repo => 'https://user:password@binary.repo.com/repository/prosa-1.0.0.bin',
6060
telemetry_level => 'info',
61+
telemetry_attributes => {
62+
'service.name' => "prosa-servicename",
63+
},
6164
observability => {
6265
'metrics' => {
6366
'otlp' => {

REFERENCE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ The following parameters are available in the `prosa` class:
8282
* [`service_name`](#-prosa--service_name)
8383
* [`bin_repo`](#-prosa--bin_repo)
8484
* [`bin_path`](#-prosa--bin_path)
85+
* [`monitor_path`](#-prosa--monitor_path)
8586
* [`log_dir`](#-prosa--log_dir)
8687
* [`conf_dir`](#-prosa--conf_dir)
8788
* [`service_enable`](#-prosa--service_enable)
@@ -130,6 +131,14 @@ Sets the path where the ProSA binary will be located.
130131

131132
Default value: `$prosa::params::bin_path`
132133

134+
##### <a name="-prosa--monitor_path"></a>`monitor_path`
135+
136+
Data type: `Stdlib::Absolutepath`
137+
138+
Sets the path where the ProSA monitoring script will be located.
139+
140+
Default value: `$prosa::params::monitor_path`
141+
133142
##### <a name="-prosa--log_dir"></a>`log_dir`
134143

135144
Data type: `Stdlib::Absolutepath`

0 commit comments

Comments
 (0)