open-feature / playground

OpenFeature SDK demos and experimentation
https://openfeature.dev
Apache License 2.0
52 stars 25 forks source link

Broken environment #245

Closed luizgribeiro closed 11 months ago

luizgribeiro commented 11 months ago

I've followed the steps provided in the readme but had the following error running the docker compose step:

openfeature-playground-otel-collector-1   | * error decoding 'exporters': unknown type: "jaeger" for id: "jaeger" (valid values: [f5cloud googlemanagedprometheus kafka skywalking sentry awsemf dataset parquet prometheus dynatrace file googlecloudpubsub loadbalancing otlphttp awss3 cassandra datadog pulsar sapm signalfx splunk_hec googlecloud instana loki zipkin alibabacloud_logservice awscloudwatchlogs awsxray elasticsearch awskinesis prometheusremotewrite sumologic otlp clickhouse influxdb tanzuobservability logging azuredataexplorer logicmonitor mezmo opencensus tencentcloud_logservice azuremonitor carbon coralogix logzio])
beeme1mr commented 11 months ago

I've updated the OTel collector config to use OTEL.

luizgribeiro commented 11 months ago

That was fast! I was trying to fix the issue to send a PR but had no success. Version pinning will definitely prevent this kind of issue.

Browsing the OpenFeature webpage I saw no references to the Playground. Is it on purpose? It might be a valuable resource to try a more complex scenario after the 5 minutes guide and tutorials. If needed, I could work on it