Skip to content

Commit

Permalink
Remove references to GRPC endpoint (not there for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
harture committed Mar 27, 2019
1 parent 5763697 commit 2a62f73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Key | Description | Default value
--- | ----------- | -------------
component-name | name of the component | keycloak-bridge
component-http-host-port | HTTP server listening address | 0.0.0.0:8888
component-grpc-host-port | gRPC server listening address | 0.0.0.0:5555

### Flaki

Expand Down Expand Up @@ -76,7 +75,7 @@ The keycloak event-emitter module sends all events to the bridge's event endpoin

## About monitoring

Each gRPC or HTTP request will trigger a set of operations that are going to be logged, measured, tracked and traced. For those information to be usable, we must be able to link the logs, metrics, traces and error report together. We achieve that with a unique correlation ID. For a given request, the same correlation ID will appear on the logs, metrics, traces and error report.
Each HTTP request will trigger a set of operations that are going to be logged, measured, tracked and traced. For those information to be usable, we must be able to link the logs, metrics, traces and error report together. We achieve that with a unique correlation ID. For a given request, the same correlation ID will appear on the logs, metrics, traces and error report.

Note: InfluxDB indexes tags, so we put the correlation ID as tags to speed up queries. To query a tag, do not forget to simple quote it, otherwise it always returns empty results.

Expand Down
1 change: 0 additions & 1 deletion configs/keycloak_bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

# Component configs
component-http-host-port: 0.0.0.0:8888
component-grpc-host-port: 0.0.0.0:5555

# Flaki ID generator
flaki: false
Expand Down

0 comments on commit 2a62f73

Please sign in to comment.