File tree Expand file tree Collapse file tree 5 files changed +6
-2
lines changed
prometheus-remote-write-exporter Expand file tree Collapse file tree 5 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ The configuration will take place in the OTLP exporter in the Collector config Y
226
226
227
227
To send trace data, all you need is the API key for your Environment:
228
228
229
- ``` yaml lineNumbers=true highlight={7,9 }
229
+ ``` yaml lineNumbers=true highlight={7}
230
230
# Honeycomb Collector configuration
231
231
exporters :
232
232
otlp/traces :
@@ -245,7 +245,7 @@ service:
245
245
246
246
To send metrics data, you also need to specify the dataset for metrics data:
247
247
248
- ` ` ` yaml lineNumbers=true highlight={7,9 }
248
+ ` ` ` yaml lineNumbers=true highlight={7,8 }
249
249
# Honeycomb Collector configuration
250
250
exporters :
251
251
otlp/metrics :
Original file line number Diff line number Diff line change @@ -292,6 +292,7 @@ Policy document merged from <Link to="/docs/setup/ecs/create-iam-policy">ECS set
292
292
"logs:CreateLogStream",
293
293
"logs:DescribeLogStreams",
294
294
"logs:DescribeLogGroups",
295
+ "logs:PutRetentionPolicy",
295
296
"xray:PutTraceSegments",
296
297
"xray:PutTelemetryRecords",
297
298
"xray:GetSamplingRules",
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ Please follow the steps outlined in this guide: [Creating an IAM policy](https:/
58
58
"logs:CreateLogStream",
59
59
"logs:DescribeLogStreams",
60
60
"logs:DescribeLogGroups",
61
+ "logs:PutRetentionPolicy",
61
62
"ssm:GetParameters"
62
63
],
63
64
"Resource": "*"
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ Click the `JSON` tab on top of the page. Copy and paste the following policy tex
48
48
"logs:CreateLogStream",
49
49
"logs:DescribeLogStreams",
50
50
"logs:DescribeLogGroups",
51
+ "logs:PutRetentionPolicy",
51
52
"xray:PutTraceSegments",
52
53
"xray:PutTelemetryRecords",
53
54
"xray:GetSamplingRules",
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ AWS X-Ray for sending traces.
30
30
" logs:CreateLogStream" ,
31
31
" logs:DescribeLogStreams" ,
32
32
" logs:DescribeLogGroups" ,
33
+ " logs:PutRetentionPolicy" ,
33
34
" xray:PutTraceSegments" ,
34
35
" xray:PutTelemetryRecords" ,
35
36
" xray:GetSamplingRules" ,
You can’t perform that action at this time.
0 commit comments