[docs] Fix links in DeveloperDocs/agent_internals.md

* Fixed broken links
* Hyperlinked text instead of listing a URL
* Added relative file links instead of github links

Change-Id: I5b427d971f4852db5df5db1e909611708dba302d
Closes-Bug: #1696427
This commit is contained in:
Emma Foley 2017-06-07 12:25:37 +00:00
parent 79d2b884e0
commit 075dcedd08

View File

@ -13,14 +13,14 @@
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
# Modify_Config # Modify_Config
Modify_config is a function in "monasca_setup/main.py" (link: https://github Modify_config is a function in [monasca_setup/main.py](monasca_setup/main.py).
.com/openstack/monasca-agent/blob/master/monasca_setup/main.py). It compares It compares existing and detected configurations for each check plugin and
existing and detected configurations for each check plugin and writes out the writes out the plugin configurations if there are changes.
plugin configurations if there are changes.
## Examples ## Examples
There are two examples shown here using http_check: one is to add a new There are two examples shown here using http_check to:
instance, another is to detect endpoint change on existing http_check instance. * add a new instance
* detect endpoint change on an existing http_check instance
#### Adding a new instance #### Adding a new instance
old_config: old_config:
@ -139,7 +139,7 @@ output_config from modify_config:
# Connector # Connector
## Kubernetes Connector ## Kubernetes Connector
Kubernetes Connector is a class within [monasca-collector utils](https://github.com/openstack/monasca-agent/blob/master/monasca_agent/collector/checks/utils.py) Kubernetes Connector is a class within [monasca-collector utils](monasca_agent/collector/checks/utils.py)
that is used for connecting to the Kubernetes API from within a container that is running in a k8 cluster. that is used for connecting to the Kubernetes API from within a container that is running in a k8 cluster.
When a container is brought up in Kubernetes by default there are environmental variables passed in that include needed When a container is brought up in Kubernetes by default there are environmental variables passed in that include needed