Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
c8da9cd2
Commit
c8da9cd2
authored
Jan 19, 2020
by
Miek Gieben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finish docs
Signed-off-by:
Miek Gieben
<
miek@miek.nl
>
parent
b89d8d72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
15 deletions
+5
-15
plugin/traffic/README.md
plugin/traffic/README.md
+5
-15
No files found.
plugin/traffic/README.md
View file @
c8da9cd2
...
@@ -79,7 +79,7 @@ traffic TO... {
...
@@ -79,7 +79,7 @@ traffic TO... {
*
`tls_servername`
**NAME**
allows you to set a server name in the TLS configuration. This is needed
*
`tls_servername`
**NAME**
allows you to set a server name in the TLS configuration. This is needed
because
*traffic*
connects to an IP address, so it can't infer the server name from it.
because
*traffic*
connects to an IP address, so it can't infer the server name from it.
*
`ignore_health`
can be enabled to ignore endpoint health status, this can aid
whe
n debugging.
*
`ignore_health`
can be enabled to ignore endpoint health status, this can aid
i
n debugging.
## Naming Clusters
## Naming Clusters
...
@@ -91,19 +91,15 @@ and "cluster-v0" is one of the load balanced cluster, *traffic* will respond to
...
@@ -91,19 +91,15 @@ and "cluster-v0" is one of the load balanced cluster, *traffic* will respond to
## Metrics
## Metrics
What metrics should we do? If any? Number of clusters? Number of endpoints and health?
If monitoring is enabled (via the
*prometheus*
plugin) then the following metric are exported:
*
`coredns_traffic_clusters_tracked{}`
the number of tracked clusters.
## Ready
## Ready
This plugin report readiness to the
*ready*
plugin. This will happen after a gRPC stream has been
This plugin report readiness to the
*ready*
plugin. This will happen after a gRPC stream has been
established to the control plane.
established to the control plane.
## Metrics
If monitoring is enabled (via the
*prometheus*
plugin) then the following metric are exported:
*
`coredns_traffic_clusters_tracked{}`
the number of tracked clusters.
## Examples
## Examples
~~~
~~~
...
@@ -132,10 +128,4 @@ The following documents provide some background on Envoy's control plane.
...
@@ -132,10 +128,4 @@ The following documents provide some background on Envoy's control plane.
## Bugs
## Bugs
Priority and locality information from ClusterLoadAssignments is not used. Multiple
**TO**
addresses
Priority and locality information from ClusterLoadAssignments is not used. Multiple
**TO**
addresses
is not implemented.
is not implemented. Credentials are not implemented.
## TODO
*
credentials (other than TLS) - how/what?
*
is the protocol correctly implemented? Should we not have a 10s tick, but wait for responses from
the control plane?
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment