|
1 | 1 | [](https://travis-ci.org/ExpediaDotCom/haystack-agent) |
2 | 2 | [](https://github.com/ExpediaDotCom/haystack/blob/master/LICENSE) |
| 3 | +[](https://oss.sonatype.org/content/repositories/snapshots/com/expedia/www/haystack-agent/) |
3 | 4 |
|
4 | 5 | # haystack-agent |
5 | 6 | This repo contains haystack-agent, which can be run as a side-car container or a standalone agent on the host on which |
@@ -139,7 +140,7 @@ and dispatches to the configured sink. See below for list of supported dispatche |
139 | 140 | Agent's http server supports following endpoints for publishing zipkin spans: |
140 | 141 |
|
141 | 142 | ``` |
142 | | -a: /api/v1/spans - accepts v1 spans(json, thrift) |
| 143 | +a. /api/v1/spans - accepts v1 spans(json, thrift) |
143 | 144 | b. /api/v2/spans - accepts v2 spans(json, proto) |
144 | 145 | ``` |
145 | 146 |
|
@@ -193,8 +194,8 @@ configuration properties for it to work properly: |
193 | 194 | 3. OutstandingRecordsLimit - maximum pending records that are still not published to kinesis. If agent receives more |
194 | 195 | dispatch requests, then it sends back 'RATE_LIMIT_ERROR' in the GRPC response. |
195 | 196 | 4. AWS keys - Optional, use them if you want to connect using static AWS access and secret keys |
196 | | - * AwsAccessKey |
197 | | - * AwsSecretKey |
| 197 | + - AwsAccessKey |
| 198 | + - AwsSecretKey |
198 | 199 | 5. StsRoleArn - Optional, use it if you want to provide credentials by assuming a role |
199 | 200 |
|
200 | 201 | You can also provide AWS_ACCESS_KEY and AWS_SECRET_KEY as java system property values, or environment variable, |
@@ -250,13 +251,16 @@ disable.chunked.encoding - Optional, can be either true or false |
250 | 251 |
|
251 | 252 | #### Clone |
252 | 253 | Since this repo contains haystack-idl as the submodule, so use the following to clone the repo |
253 | | -* git clone --recursive git@github.com:ExpediaDotCom/haystack-agent.git . |
| 254 | + |
| 255 | +``` |
| 256 | +git clone --recursive git@github.com:ExpediaDotCom/haystack-agent.git . |
| 257 | +``` |
254 | 258 |
|
255 | 259 | #### Prerequisites: |
256 | 260 |
|
257 | | -* Make sure you have Java 1.8 |
258 | | -* Make sure you have maven 3.3.9 or higher |
259 | | -* Make sure you have docker 1.13 or higher |
| 261 | +- Make sure you have Java 1.8 |
| 262 | +- Make sure you have maven 3.3.9 or higher |
| 263 | +- Make sure you have docker 1.13 or higher |
260 | 264 |
|
261 | 265 | Note : For Mac users you can download docker for Mac to set you up for the last two steps. |
262 | 266 |
|
|
0 commit comments