-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerfile edit #112
Dockerfile edit #112
Conversation
@@ -55,7 +55,7 @@ Monitoring individual modules is crucial to the instrumentation of Apache web se | |||
|*ApacheModuleServiceNamespace* | | REQUIRED: Logical name of the service | | |||
|*ApacheModuleServiceInstanceId* | | REQUIRED: The string ID of the service instance | | |||
|*ApacheModuleTraceAsError* | | OPTIONAL: Trace level for logging to Apache log| | |||
|*ApacheModuleWebserverContext* | | OPTIONAL: Virtual Host Configuration| | |||
|*ApacheModuleWebserverContext* | | OPTIONAL: Takes 3 values(space-seperated) Application Name, Node Name, Tier Name| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we say ServiceName, ServiceNamespace and ServiceInstanceId instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, It shows like that in Zipkin, I will change it
@@ -95,5 +95,5 @@ The build file can be copied at a suitable location in User's system by running | |||
### Maintainers | |||
* [Kumar Pratyush](https://github.com/kpratyus), Cisco | |||
* [Lakshay Gaba](https://github.com/lakshay141), Cisco | |||
* [Debajit Das] (https://github.com/DebajitDas), Cisco | |||
* [Debajit Das](https://github.com/DebajitDas), Cisco |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This formatting change is no longer required, as this was raised by someone else and I merged that
This PR is change regarding the issue #111