Skip to content

Commit 789069e

Browse files
committed
update readme, bump version
1 parent 061d4c1 commit 789069e

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# Lightstep's OpenTelemetry Collector Prometheus Replacement
2-
This is the repository for Lightstep's recommendations for running an opentelemetry collector that scrapes Prometheus targets. You can find the documentation for how to use this [here](https://docs.lightstep.com/docs/ingest-prometheus)
1+
# Lightstep OpenTelemetry Collector Helm Charts
32

4-
# Deployment modes
5-
OpenTelemetry Collector is a flexible system that can be deployed in several ways, here we list our recommended and tested modes.
3+
This is the repository for Lightstep's recommended [Helm](https://helm.sh/) charts for running an OpenTelemetry Collector using the [OpenTelemetry Operator for Kubernetes](https://github.com/open-telemetry/opentelemetry-operator). You can find documentation and tutorials for how to use these charts [here](https://docs.lightstep.com/docs/ingest-prometheus).
64

7-
## Deployment with single replica
8-
For deploying the OpenTelemetry Collector as a deployment with a single replica, follow the example helm values inside `collector_k8s/values-deployment.yaml`.
5+
⚠️ Lightstep's OpenTelemetry Helm charts are under active development and may have breaking changes between releases.
96

10-
## Daemonset + Deployment
11-
For deploying the OpenTelemetry Collector with a mixed deployed composed of one Daemonset OpenTelemetry Collector - for collecting general application metrics - and a Deployment with single replica - for collecting insfrastructure targets , follow the example helm values inside `collector_k8s/values-daemonset.yaml`.
7+
## Charts
8+
9+
* [collector-k8s](https://github.com/lightstep/prometheus-k8s-opentelemetry-collector/tree/main/charts/collector-k8s) - Chart for using the OpenTelemetry Collector to scape static or dynamic metric targets.
10+
* [kube-otel-stack](https://github.com/lightstep/prometheus-k8s-opentelemetry-collector/tree/main/charts/kube-otel-stack) - Chart for sending Kubernetes metrics to Lightstep using the OpenTelemetry Operator.

charts/collector-k8s/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: otelcollector
3-
description: A Helm chart for managing otel-collector
3+
description: Chart for using the OpenTelemetry Collector to scape static or dynamic metric targets.
44
type: application
5-
version: 0.1.0
5+
version: 0.1.1
66
appVersion: 0.61.0
77
dependencies:
88
# cert manager must be manually installed because it has CRDs

charts/kube-otel-stack/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: kube-otel-stack
3-
description: A Helm chart for managing the otel-collector and default kubernetes components
3+
description: Chart for sending Kubernetes metrics to Lightstep using the OpenTelemetry Operator.
44
type: application
5-
version: 0.1.0
5+
version: 0.1.1
66
appVersion: 0.61.0
77
dependencies:
88
# cert manager must be manually installed because it has CRDs

0 commit comments

Comments
 (0)