Skip to content

Commit

Permalink
[docs] Add status header for cloudfoundry receiver (#10447)
Browse files Browse the repository at this point in the history
Add status header for cloudfoundry receiver
  • Loading branch information
Frapschen authored Jun 16, 2022
1 parent 8801b41 commit 8782d90
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion receiver/cloudfoundryreceiver/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Cloud Foundry Receiver

| Status | |
| ------------------------ |-----------|
| Stability | [beta] |
| Supported pipeline types | metrics |
| Distributions | [contrib] |

The Cloud Foundry receiver connects to the RLP (Reverse Log Proxy) Gateway of the Cloud Foundry installation, typically
available at the URL `https://log-stream.<cf-system-domain>`.

Expand Down Expand Up @@ -97,4 +103,7 @@ provide the GUID and name of application, space and organization respectively.

This might not be a comprehensive list of attributes, as the receiver passes on whatever attributes the gateway
provides, which may include some that are specific to TAS and possibly new ones in future Cloud Foundry versions as
well.
well.

[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib

0 comments on commit 8782d90

Please sign in to comment.