Skip to content

Commit

Permalink
commit 50c37d9
Browse files Browse the repository at this point in the history
Merge: aeebf76 46f0d6f
Author: Alex Unger <6905948+refs@users.noreply.github.com>
Date:   Wed Aug 18 16:12:54 2021 +0200

    Merge pull request #2372 from owncloud/remake-traces
  • Loading branch information
refs committed Aug 18, 2021
1 parent 03b28ea commit 8f34931
Show file tree
Hide file tree
Showing 15 changed files with 935 additions and 935 deletions.
306 changes: 153 additions & 153 deletions extensions/accounts/configuration.md

Large diffs are not rendered by default.

106 changes: 53 additions & 53 deletions extensions/glauth/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-08-18T11:10:13+0000"
date: "2021-08-18T14:13:59+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down Expand Up @@ -34,6 +34,54 @@ If multiple variables are listed for one option, they are in order of precedence
### Commandline flags

If you prefer to configure the service with commandline flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### glauth health

Check health status

Usage: `glauth health [command options] [arguments...]`





-debug-addr | $GLAUTH_DEBUG_ADDR
: Address to debug endpoint. Default: `"0.0.0.0:9129"`.




































### glauth ocis-glauth

Expand Down Expand Up @@ -108,19 +156,19 @@ Usage: `glauth server [command options] [arguments...]`
: Path to config file. Default: `""`.


-tracing-enabled | $GLAUTH_TRACING_ENABLED
-tracing-enabled | $GLAUTH_TRACING_ENABLED , $OCIS_TRACING_ENABLED
: Enable sending traces.


-tracing-type | $GLAUTH_TRACING_TYPE
-tracing-type | $GLAUTH_TRACING_TYPE , $OCIS_TRACING_TYPE
: Tracing backend type. Default: `"jaeger"`.


-tracing-endpoint | $GLAUTH_TRACING_ENDPOINT
-tracing-endpoint | $GLAUTH_TRACING_ENDPOINT , $OCIS_TRACING_ENDPOINT
: Endpoint for the agent. Default: `""`.


-tracing-collector | $GLAUTH_TRACING_COLLECTOR
-tracing-collector | $GLAUTH_TRACING_COLLECTOR , $OCIS_TRACING_COLLECTOR
: Endpoint for the collector. Default: `""`.


Expand Down Expand Up @@ -238,52 +286,4 @@ Usage: `glauth server [command options] [arguments...]`

-extensions |
: Run specific extensions during supervised mode. This flag is set by the runtime.

### glauth health

Check health status

Usage: `glauth health [command options] [arguments...]`





-debug-addr | $GLAUTH_DEBUG_ADDR
: Address to debug endpoint. Default: `"0.0.0.0:9129"`.




































10 changes: 5 additions & 5 deletions extensions/graph-explorer/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-08-18T11:10:13+0000"
date: "2021-08-18T14:13:59+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph-explorer/templates
Expand Down Expand Up @@ -118,19 +118,19 @@ Usage: `graph-explorer server [command options] [arguments...]`
: Enable log to file.


-tracing-enabled | $GRAPH_EXPLORER_TRACING_ENABLED
-tracing-enabled | $GRAPH_EXPLORER_TRACING_ENABLED , $OCIS_TRACING_ENABLED
: Enable sending traces.


-tracing-type | $GRAPH_EXPLORER_TRACING_TYPE
-tracing-type | $GRAPH_EXPLORER_TRACING_TYPE , $OCIS_TRACING_TYPE
: Tracing backend type. Default: `"jaeger"`.


-tracing-endpoint | $GRAPH_EXPLORER_TRACING_ENDPOINT
-tracing-endpoint | $GRAPH_EXPLORER_TRACING_ENDPOINT , $OCIS_TRACING_ENDPOINT
: Endpoint for the agent. Default: `""`.


-tracing-collector | $GRAPH_EXPLORER_TRACING_COLLECTOR
-tracing-collector | $GRAPH_EXPLORER_TRACING_COLLECTOR , $OCIS_TRACING_COLLECTOR
: Endpoint for the collector. Default: `""`.


Expand Down
72 changes: 36 additions & 36 deletions extensions/graph/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-08-18T11:10:13+0000"
date: "2021-08-18T14:13:59+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down Expand Up @@ -35,37 +35,6 @@ If multiple variables are listed for one option, they are in order of precedence

If you prefer to configure the service with commandline flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### graph health

Check health status

Usage: `graph health [command options] [arguments...]`






-debug-addr | $GRAPH_DEBUG_ADDR
: Address to debug endpoint. Default: `"0.0.0.0:9124"`.


















### graph ocis-graph

Serve Graph API for oCIS
Expand Down Expand Up @@ -122,19 +91,19 @@ Usage: `graph server [command options] [arguments...]`
: Enable log to file.


-tracing-enabled | $GRAPH_TRACING_ENABLED
-tracing-enabled | $GRAPH_TRACING_ENABLED , $OCIS_TRACING_ENABLED
: Enable sending traces.


-tracing-type | $GRAPH_TRACING_TYPE
-tracing-type | $GRAPH_TRACING_TYPE , $OCIS_TRACING_TYPE
: Tracing backend type. Default: `"jaeger"`.


-tracing-endpoint | $GRAPH_TRACING_ENDPOINT
-tracing-endpoint | $GRAPH_TRACING_ENDPOINT , $OCIS_TRACING_ENDPOINT
: Endpoint for the agent. Default: `""`.


-tracing-collector | $GRAPH_TRACING_COLLECTOR
-tracing-collector | $GRAPH_TRACING_COLLECTOR , $OCIS_TRACING_COLLECTOR
: Endpoint for the collector. Default: `""`.


Expand Down Expand Up @@ -185,3 +154,34 @@ Usage: `graph server [command options] [arguments...]`
-extensions |
: Run specific extensions during supervised mode. This flag is set by the runtime.

### graph health

Check health status

Usage: `graph health [command options] [arguments...]`






-debug-addr | $GRAPH_DEBUG_ADDR
: Address to debug endpoint. Default: `"0.0.0.0:9124"`.


















Loading

0 comments on commit 8f34931

Please sign in to comment.