Skip to content

Commit 6ab41e1

Browse files
committed
move bridge to agent
1 parent 9c676ca commit 6ab41e1

File tree

15 files changed

+40
-701
lines changed

15 files changed

+40
-701
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ body:
1313
- aws-xray
1414
- aws-xray-propagator
1515
- consistent-sampling
16-
- declarative-config-bridge
1716
- disk-buffering
1817
- gcp-auth-extension
1918
- gcp-resources

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ body:
1313
- aws-xray
1414
- aws-xray-propagator
1515
- consistent-sampling
16-
- declarative-config-bridge
1716
- disk-buffering
1817
- gcp-auth-extension
1918
- gcp-resources

.github/component_owners.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ components:
3232
consistent-sampling:
3333
- oertl
3434
- PeterF778
35-
declarative-config-bridge:
36-
- jaydeluca
37-
- zeitlinger
3835
disk-buffering:
3936
- LikeTheSalad
4037
- zeitlinger

.github/scripts/draft-change-log-entries.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ component_names["baggage-processor/"]="Baggage processor"
3232
component_names["cloudfoundry-resources/"]="CloudFoundry resources"
3333
component_names["compressors/"]="Compressors"
3434
component_names["consistent-sampling/"]="Consistent sampling"
35-
component_names["declarative-config-bridge"]="Declarative config bridge"
3635
component_names["disk-buffering/"]="Disk buffering"
3736
component_names["gcp-resources/"]="GCP resources"
3837
component_names["gcp-auth-extension/"]="GCP authentication extension"

README.md

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -14,34 +14,33 @@ feature or via instrumentation, this project is hopefully for you.
1414

1515
## Provided Libraries
1616

17-
| Status* | Library |
18-
|---------|--------------------------------------------------------------------|
19-
| beta | [AWS Resources](./aws-resources/README.md) |
20-
| stable | [AWS X-Ray SDK Support](./aws-xray/README.md) |
21-
| alpha | [AWS X-Ray Propagator](./aws-xray-propagator/README.md) |
22-
| alpha | [Baggage Processors](./baggage-processor/README.md) |
23-
| alpha | [zstd Compressor](./compressors/compressor-zstd/README.md) |
24-
| alpha | [Consistent Sampling](./consistent-sampling/README.md) |
25-
| alpha | [Declarative Config Bridge](./declarative-config-bridge/README.md) |
26-
| alpha | [Disk Buffering](./disk-buffering/README.md) |
27-
| alpha | [GCP Authentication Extension](./gcp-auth-extension/README.md) |
28-
| beta | [GCP Resources](./gcp-resources/README.md) |
29-
| beta | [Inferred Spans](./inferred-spans/README.md) |
30-
| alpha | [IBM MQ Metrics](./ibm-mq-metrics/README.md) |
31-
| alpha | [JFR Connection](./jfr-connection/README.md) |
32-
| alpha | [JFR Events](./jfr-events/README.md) |
33-
| alpha | [JMX Metric Gatherer](./jmx-metrics/README.md) |
34-
| alpha | [JMX Metric Scraper](./jmx-scraper/README.md) |
35-
| alpha | [Kafka Support](./kafka-exporter/README.md) |
36-
| alpha | [OpenTelemetry Maven Extension](./maven-extension/README.md) |
37-
| alpha | [Micrometer MeterProvider](./micrometer-meter-provider/README.md) |
38-
| alpha | [No-Op API](./noop-api/README.md) |
39-
| alpha | [Intercept and Process Signals Globally](./processors/README.md) |
40-
| alpha | [Prometheus Client Bridge](./prometheus-client-bridge/README.md) |
41-
| alpha | [Resource Providers](./resource-providers/README.md) |
42-
| alpha | [Runtime Attach](./runtime-attach/README.md) |
43-
| alpha | [Samplers](./samplers/README.md) |
44-
| beta | [Span Stacktrace Capture](./span-stacktrace/README.md) |
17+
| Status* | Library |
18+
|---------|-------------------------------------------------------------------|
19+
| beta | [AWS Resources](./aws-resources/README.md) |
20+
| stable | [AWS X-Ray SDK Support](./aws-xray/README.md) |
21+
| alpha | [AWS X-Ray Propagator](./aws-xray-propagator/README.md) |
22+
| alpha | [Baggage Processors](./baggage-processor/README.md) |
23+
| alpha | [zstd Compressor](./compressors/compressor-zstd/README.md) |
24+
| alpha | [Consistent Sampling](./consistent-sampling/README.md) |
25+
| alpha | [Disk Buffering](./disk-buffering/README.md) |
26+
| alpha | [GCP Authentication Extension](./gcp-auth-extension/README.md) |
27+
| beta | [GCP Resources](./gcp-resources/README.md) |
28+
| beta | [Inferred Spans](./inferred-spans/README.md) |
29+
| alpha | [IBM MQ Metrics](./ibm-mq-metrics/README.md) |
30+
| alpha | [JFR Connection](./jfr-connection/README.md) |
31+
| alpha | [JFR Events](./jfr-events/README.md) |
32+
| alpha | [JMX Metric Gatherer](./jmx-metrics/README.md) |
33+
| alpha | [JMX Metric Scraper](./jmx-scraper/README.md) |
34+
| alpha | [Kafka Support](./kafka-exporter/README.md) |
35+
| alpha | [OpenTelemetry Maven Extension](./maven-extension/README.md) |
36+
| alpha | [Micrometer MeterProvider](./micrometer-meter-provider/README.md) |
37+
| alpha | [No-Op API](./noop-api/README.md) |
38+
| alpha | [Intercept and Process Signals Globally](./processors/README.md) |
39+
| alpha | [Prometheus Client Bridge](./prometheus-client-bridge/README.md) |
40+
| alpha | [Resource Providers](./resource-providers/README.md) |
41+
| alpha | [Runtime Attach](./runtime-attach/README.md) |
42+
| alpha | [Samplers](./samplers/README.md) |
43+
| beta | [Span Stacktrace Capture](./span-stacktrace/README.md) |
4544

4645
\* `alpha`, `beta` and `stable` are currently used to denote library status per [otep 0232](https://github.com/open-telemetry/oteps/blob/main/text/0232-maturity-of-otel.md).
4746
To reach stable status, the library needs to have stable APIs, stable semantic conventions, and be production ready.

declarative-config-bridge/README.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

declarative-config-bridge/build.gradle.kts

Lines changed: 0 additions & 18 deletions
This file was deleted.

declarative-config-bridge/src/main/java/io/opentelemetry/contrib/sdk/config/bridge/DeclarativeConfigPropertiesBridge.java

Lines changed: 0 additions & 188 deletions
This file was deleted.

0 commit comments

Comments
 (0)