Skip to content

Commit adad337

Browse files
authored
Fix mixed readme descriptions (#333)
1 parent d30eb60 commit adad337

File tree

1 file changed

+4
-4
lines changed
  • instrumentation/otel-webserver-module

1 file changed

+4
-4
lines changed

instrumentation/otel-webserver-module/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Monitoring individual modules is crucial to the instrumentation of Apache web se
5151
|*ApacheModuleOtelScheduledDelayMillis* | 5000 | OPTIONAL: The delay interval in milliseconds between two consecutive exports|
5252
|*ApacheModuleOtelExportTimeoutMillis* | 30000 | OPTIONAL: How long the export can run in milliseconds before it is cancelled|
5353
|*ApacheModuleOtelMaxExportBatchSize* | 512 | OPTIONAL: The maximum batch size of every export. It must be smaller or equal to maxQueueSize |
54-
|*ApacheModuleServiceName* | | REQUIRED: A namespace for the ServiceName|
55-
|*ApacheModuleServiceNamespace* | | REQUIRED: Logical name of the service |
54+
|*ApacheModuleServiceName* | | REQUIRED: Logical name of the service |
55+
|*ApacheModuleServiceNamespace* | | REQUIRED: A namespace for the ServiceName |
5656
|*ApacheModuleServiceInstanceId* | | REQUIRED: The string ID of the service instance |
5757
|*ApacheModuleTraceAsError* | | OPTIONAL: Trace level for logging to Apache log|
5858
|*ApacheModuleWebserverContext* | | OPTIONAL: Takes 3 values(space-seperated) ServiceName, ServiceNamespace and ServiceInstanceId|
@@ -166,8 +166,8 @@ Currently, Nginx Webserver module monitores some fixed set of modules, which get
166166
|*NginxModuleOtelScheduledDelayMillis* | 5000 | OPTIONAL: The delay interval in milliseconds between two consecutive exports|
167167
|*NginxModuleOtelExportTimeoutMillis* | 30000 | OPTIONAL: How long the export can run in milliseconds before it is cancelled|
168168
|*NginxModuleOtelMaxExportBatchSize* | 512 | OPTIONAL: The maximum batch size of every export. It must be smaller or equal to maxQueueSize |
169-
|*NginxModuleServiceName* | | REQUIRED: A namespace for the ServiceName|
170-
|*NginxModuleServiceNamespace* | | REQUIRED: Logical name of the service |
169+
|*NginxModuleServiceName* | | REQUIRED: Logical name of the service |
170+
|*NginxModuleServiceNamespace* | | REQUIRED: A namespace for the ServiceName |
171171
|*NginxModuleServiceInstanceId* | | REQUIRED: The string ID of the service instance |
172172
|*NginxModuleTraceAsError* | | OPTIONAL: Trace level for logging to Apache log|
173173
|*NginxModuleWebserverContext* | | OPTIONAL: Takes 3 values(space-seperated) ServiceName, ServiceNamespace and ServiceInstanceId|

0 commit comments

Comments
 (0)