Skip to content

Commit

Permalink
[chore] Add observIQ distribution to component READMEs (open-telemetr…
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski committed May 17, 2023
1 parent b3c2884 commit fdef6f5
Show file tree
Hide file tree
Showing 188 changed files with 444 additions and 332 deletions.
9 changes: 5 additions & 4 deletions cmd/mdatagen/statusdata.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ package main
// - The distribution must be open source.
// - The link must point to a publicly accessible repository.
var distros = map[string]string{
"core": "https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol",
"contrib": "https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib",
"splunk": "https://github.com/signalfx/splunk-otel-collector",
"aws": "https://github.com/aws-observability/aws-otel-collector",
"core": "https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol",
"contrib": "https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib",
"splunk": "https://github.com/signalfx/splunk-otel-collector",
"aws": "https://github.com/aws-observability/aws-otel-collector",
"observiq": "https://github.com/observIQ/observiq-otel-collector",
}

type Status struct {
Expand Down
5 changes: 3 additions & 2 deletions exporter/alibabacloudlogserviceexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| ------------------------ |-----------------------|
| Stability | [beta] |
| Supported pipeline types | traces, logs, metrics |
| Distributions | [contrib] |
| Distributions | [contrib], [observiq] |

This exporter supports sending OpenTelemetry data to [LogService](https://www.alibabacloud.com/product/log-service).

Expand Down Expand Up @@ -82,4 +82,5 @@ service:
```

[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[observiq]: https://github.com/observIQ/observiq-otel-collector
13 changes: 7 additions & 6 deletions exporter/awscloudwatchlogsexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# AWS CloudWatch Logs Exporter

| Status | |
| ------------------------ |-----------|
| Stability | [beta] |
| Supported pipeline types | logs |
| Distributions | [contrib] |
| Status | |
| ------------------------ |-----------------------|
| Stability | [beta] |
| Supported pipeline types | logs |
| Distributions | [contrib], [observiq] |

AWS CloudWatch Logs Exporter sends logs data to AWS [CloudWatch Logs](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html).
AWS credentials are retrieved from the [default credential chain](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials).
Expand Down Expand Up @@ -59,4 +59,5 @@ exporters:
```

[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[observiq]: https://github.com/observIQ/observiq-otel-collector
3 changes: 2 additions & 1 deletion exporter/awsemfexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
| Status | |
| ------------- |-----------|
| Stability | [beta]: metrics |
| Distributions | [contrib], [aws] |
| Distributions | [contrib], [aws], [observiq] |

[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[aws]: https://github.com/aws-observability/aws-otel-collector
[observiq]: https://github.com/observIQ/observiq-otel-collector
<!-- end autogenerated section -->

This exporter converts OpenTelemetry metrics to
Expand Down
2 changes: 1 addition & 1 deletion exporter/awsemfexporter/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ status:
class: exporter
stability:
beta: [metrics]
distributions: [contrib, aws]
distributions: [contrib, aws, observiq]
3 changes: 2 additions & 1 deletion exporter/awskinesisexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| ------------------------ |-----------------------|
| Stability | [beta] |
| Supported pipeline types | traces, logs, metrics |
| Distributions | [contrib] |
| Distributions | [contrib], [observiq] |

The kinesis exporter currently exports dynamic encodings to the configured kinesis stream.
The exporter relies heavily on the kinesis.PutRecords api to reduce network I/O and and reduces records into smallest atomic representation
Expand Down Expand Up @@ -53,3 +53,4 @@ exporters:

[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[observiq]: https://github.com/observIQ/observiq-otel-collector
3 changes: 2 additions & 1 deletion exporter/awss3exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
| Status | |
| ------------- |-----------|
| Stability | [alpha]: traces, metrics, logs |
| Distributions | [contrib] |
| Distributions | [contrib], [observiq] |

[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[observiq]: https://github.com/observIQ/observiq-otel-collector
<!-- end autogenerated section -->

## Schema supported
Expand Down
2 changes: 1 addition & 1 deletion exporter/awss3exporter/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ status:
class: exporter
stability:
alpha: [traces, metrics, logs]
distributions: [contrib]
distributions: [contrib, observiq]
3 changes: 2 additions & 1 deletion exporter/awsxrayexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
| Status | |
| ------------- |-----------|
| Stability | [beta]: traces |
| Distributions | [contrib], [aws] |
| Distributions | [contrib], [aws], [observiq] |

[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[aws]: https://github.com/aws-observability/aws-otel-collector
[observiq]: https://github.com/observIQ/observiq-otel-collector
<!-- end autogenerated section -->

This exporter converts OpenTelemetry spans to
Expand Down
2 changes: 1 addition & 1 deletion exporter/awsxrayexporter/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ status:
class: exporter
stability:
beta: [traces]
distributions: [contrib, aws]
distributions: [contrib, aws, observiq]
3 changes: 2 additions & 1 deletion exporter/azuremonitorexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|--------------------------|-----------------------|
| Stability | [beta] |
| Supported pipeline types | logs, traces, metrics |
| Distributions | [contrib] |
| Distributions | [contrib], [observiq] |

This exporter sends logs, traces and metrics to [Azure Monitor](https://docs.microsoft.com/azure/azure-monitor/).

Expand Down Expand Up @@ -78,3 +78,4 @@ This exporter saves metrics to Application Insights `customMetrics` table.

[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[observiq]: https://github.com/observIQ/observiq-otel-collector
13 changes: 7 additions & 6 deletions exporter/carbonexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Carbon Exporter

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

The [Carbon](https://github.com/graphite-project/carbon) exporter supports
Carbon's [plaintext
Expand Down Expand Up @@ -39,4 +39,5 @@ The full list of settings exposed for this receiver are documented [here](./conf
with detailed sample configurations [here](./testdata/config.yaml).

[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[observiq]: https://github.com/observIQ/observiq-otel-collector
3 changes: 2 additions & 1 deletion exporter/coralogixexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| Stability | traces, metrics [beta] |
| | logs [alpha] |
| Supported pipeline types | traces, metrics, logs |
| Distributions | [contrib] |
| Distributions | [contrib], [observiq] |

The Coralogix exporter sends traces, metrics and logs to [Coralogix](https://coralogix.com/).

Expand Down Expand Up @@ -269,3 +269,4 @@ Feel free to reach out to us **via our in-app chat** or by sending us an email t
[alpha]:https://github.com/open-telemetry/opentelemetry-collector#alpha
[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[observiq]: https://github.com/observIQ/observiq-otel-collector
3 changes: 2 additions & 1 deletion exporter/datadogexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
| ------------- |-----------|
| Stability | [alpha]: logs |
| | [beta]: traces, metrics |
| Distributions | [contrib], [aws] |
| Distributions | [contrib], [aws], [observiq] |

[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha
[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[aws]: https://github.com/aws-observability/aws-otel-collector
[observiq]: https://github.com/observIQ/observiq-otel-collector
<!-- end autogenerated section -->

> Please review the Collector's [security documentation](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/security-best-practices.md), which contains recommendations on securing sensitive information such as the API key required by this exporter.
Expand Down
2 changes: 1 addition & 1 deletion exporter/datadogexporter/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ status:
stability:
alpha: [logs]
beta: [traces, metrics]
distributions: [contrib, aws]
distributions: [contrib, aws, observiq]
3 changes: 2 additions & 1 deletion exporter/dynatraceexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ More information on exporting traces to Dynatrace can be found in the
| Status | |
| ------------- |-----------|
| Stability | [beta]: metrics |
| Distributions | [contrib], [aws] |
| Distributions | [contrib], [aws], [observiq] |

[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[aws]: https://github.com/aws-observability/aws-otel-collector
[observiq]: https://github.com/observIQ/observiq-otel-collector
<!-- end autogenerated section -->

The Dynatrace metrics exporter exports metrics to the [Metrics API v2](https://www.dynatrace.com/support/help/dynatrace-api/environment-api/metric-v2/post-ingest-metrics/)
Expand Down
2 changes: 1 addition & 1 deletion exporter/dynatraceexporter/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ status:
class: exporter
stability:
beta: [metrics]
distributions: [contrib, aws]
distributions: [contrib, aws, observiq]
13 changes: 7 additions & 6 deletions exporter/elasticsearchexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Elasticsearch Exporter

| Status | |
| ------------------------ |-------------|
| Stability | [beta] |
| Supported pipeline types | logs,traces |
| Distributions | [contrib] |
| Status | |
| ------------------------ |-----------------------|
| Stability | [beta] |
| Supported pipeline types | logs,traces |
| Distributions | [contrib], [observiq] |

This exporter supports sending OpenTelemetry logs to [Elasticsearch](https://www.elastic.co/elasticsearch).

Expand Down Expand Up @@ -127,4 +127,5 @@ service:
processors: [batch]
```
[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[observiq]: https://github.com/observIQ/observiq-otel-collector
3 changes: 2 additions & 1 deletion exporter/f5cloudexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| ------------------------ |-----------------------|
| Stability | [beta] |
| Supported pipeline types | traces, logs, metrics |
| Distributions | [contrib] |
| Distributions | [contrib, observiq] |

Exports data via HTTP to [F5 Cloud](https://portal.cloudservices.f5.com/).

Expand Down Expand Up @@ -45,3 +45,4 @@ This exporter also offers proxy support as documented

[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[observiq]: https://github.com/observIQ/observiq-otel-collector
11 changes: 6 additions & 5 deletions exporter/fileexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# File Exporter

| Status | |
| ------------------------ |-----------------------------|
| Stability | [alpha] |
| Supported pipeline types | traces, metrics, logs |
| Distributions | [core], [contrib], [splunk] |
| Status | |
| ------------------------ |-----------------------------------------|
| Stability | [alpha] |
| Supported pipeline types | traces, metrics, logs |
| Distributions | [core], [contrib], [splunk], [observiq] |

Exporter supports the following features:

Expand Down Expand Up @@ -136,3 +136,4 @@ EOF
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[core]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol
[splunk]: https://github.com/signalfx/splunk-otel-collector
[observiq]: https://github.com/observIQ/observiq-otel-collector
3 changes: 2 additions & 1 deletion exporter/googlecloudexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| ------------------------ |-----------------------|
| Stability | [beta] |
| Supported pipeline types | traces, metrics, logs |
| Distributions | [contrib] |
| Distributions | [contrib], [observiq] |

This exporter can be used to send metrics to [Google Cloud Monitoring](https://cloud.google.com/monitoring)
(formerly Stackdriver), traces to [Google Cloud Trace](https://cloud.google.com/trace),
Expand Down Expand Up @@ -355,3 +355,4 @@ See the [Collector feature gates](https://github.com/open-telemetry/opentelemetr

[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[observiq]: https://github.com/observIQ/observiq-otel-collector
5 changes: 3 additions & 2 deletions exporter/googlecloudpubsubexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| ------------------------ |-----------------------|
| Stability | [beta] |
| Supported pipeline types | traces, logs, metrics |
| Distributions | [contrib] |
| Distributions | [contrib], [observiq] |

> ⚠️ This is a community-provided module. It has been developed and extensively tested at Collibra, but it is not officially supported by GCP.
Expand Down Expand Up @@ -110,4 +110,5 @@ Allowed behavior values are `current` or `earliest`. For `allow_drift` the defau
value.

[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[observiq]: https://github.com/observIQ/observiq-otel-collector
8 changes: 6 additions & 2 deletions exporter/googlemanagedprometheusexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

| Status | |
| ------------------------ |-----------------------|
| Stability | [beta](https://github.com/open-telemetry/opentelemetry-collector#beta) |
| Stability | [beta] |
| Supported pipeline types | metrics |
| Distributions | [contrib](https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib) |
| Distributions | [contrib], [observiq] |

This exporter can be used to send metrics and traces to [Google Cloud Managed Service for Prometheus](https://cloud.google.com/stackdriver/docs/managed-prometheus). The difference between this exporter and the `googlecloud` exporter is that metrics sent with this exporter are queried using [promql](https://prometheus.io/docs/prometheus/latest/querying/basics/#querying-prometheus), rather than standard the standard MQL.

Expand Down Expand Up @@ -174,3 +174,7 @@ processors:
- cluster
- location
```

[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[observiq]: https://github.com/observIQ/observiq-otel-collector
3 changes: 2 additions & 1 deletion exporter/influxdbexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| ------------------------ |-----------------------|
| Stability | [beta] |
| Supported pipeline types | traces, logs, metrics |
| Distributions | [contrib] |
| Distributions | [contrib], [observiq] |

This exporter supports sending tracing, metrics, and logging data to [InfluxDB](https://www.influxdata.com/products/).

Expand Down Expand Up @@ -128,3 +128,4 @@ logs fluent.tag="fluent.info",worker=0i 1613769568896515100

[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[observiq]: https://github.com/observIQ/observiq-otel-collector
11 changes: 6 additions & 5 deletions exporter/kafkaexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Kafka Exporter

| Status | |
| ------------------------ |----------------------|
| Stability | [beta] |
| Supported pipeline types | traces, logs, metrics |
| Distributions | [contrib], [splunk] |
| Status | |
| ------------------------ |---------------------------------|
| Stability | [beta] |
| Supported pipeline types | traces, logs, metrics |
| Distributions | [contrib], [splunk], [observiq] |

Kafka exporter exports logs, metrics, and traces to Kafka. This exporter uses a synchronous producer
that blocks and does not batch messages, therefore it should be used with batch and queued retry
Expand Down Expand Up @@ -91,3 +91,4 @@ exporters:
[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[splunk]: https://github.com/signalfx/splunk-otel-collector
[observiq]: https://github.com/observIQ/observiq-otel-collector
13 changes: 7 additions & 6 deletions exporter/loadbalancingexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Trace ID/Service-name aware load-balancing exporter

| Status | |
| ------------------------ |--------------|
| Stability | [beta] |
| Supported pipeline types | traces, logs |
| Distributions | [contrib] |
| Status | |
| ------------------------ |-----------------------|
| Stability | [beta] |
| Supported pipeline types | traces, logs |
| Distributions | [contrib], [observiq] |

This is an exporter that will consistently export spans and logs depending on the `routing_key` configured. If no `routing_key` is configured, the default routing mechanism is `traceID`. This means that spans belonging to the same `traceID` (or `service.name`, when `service` is used as the `routing_key`) will be sent to the same backend.

Expand Down Expand Up @@ -200,4 +200,5 @@ The following metrics are recorded by this processor:


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

0 comments on commit fdef6f5

Please sign in to comment.