Documentation
¶
Index ¶
Constants ¶
View Source
const ( NginxProcessName = "nginx" NginxVersionRegex = `nginx/(\d+\.\d+\.\d+)` )
Variables ¶
This section is empty.
Functions ¶
func GetNginxVersion ¶ added in v1.0.97
Types ¶
type NginxInspector ¶
type NginxInspector struct{}
This is an experimental feature, It is not a language but in order to avoid huge refactoring we are adding it as a language for now
func (*NginxInspector) GetRuntimeVersion ¶ added in v1.0.97
func (j *NginxInspector) GetRuntimeVersion(p *process.Details, containerURL string) *version.Version
func (*NginxInspector) Inspect ¶
func (j *NginxInspector) Inspect(p *process.Details) (common.ProgrammingLanguage, bool)
Click to show internal directories.
Click to hide internal directories.