Skip to content

Commit 51a9dca

Browse files
acrmpctlong
andcommitted
Update otel collector rfc
Removes Metrics Agent from the critical path in favor of forwarding from Forwarder Agent. Co-authored-by: Carson Long <[email protected]>
1 parent bd9847a commit 51a9dca

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

toc/rfc/rfc-draft-aggregate-metric-egress-with-opentelemetry-collector.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Our agent suite currently provides metrics via a prometheus endpoint. However us
2121

2222
## Proposal
2323

24-
Diagram link: https://drive.google.com/file/d/193khcTpwObgWMcNt5VOZ68huezp3FLB6/view?usp=sharing
24+
Diagram link: https://drive.google.com/file/d/1-cuOwPdKokeeNvUoZ4bpcbh60Vv5J5JX/view?usp=sharing
2525

2626
### OpenTelemetry Collector Add-On
2727

@@ -40,9 +40,11 @@ exporters:
4040
endpoint: otelcol2:4317
4141
```
4242
43-
### Metrics Agent
43+
The BOSH job would register itself with the Forwarder Agent to receive OTLP metrics.
4444
45-
Update the Metrics Agent “/metrics” endpoint to serve all metrics, rather than just metrics from components that do not have a Prom Scraper configuration file.
45+
### Forwarder Agent
46+
47+
Update the Forwarder Agent to support forwarding metrics to the OpenTelemetry Collector via OTLP.
4648
4749
### Option to Shut Down the Firehose
4850

0 commit comments

Comments
 (0)