Slackbot
12/08/2022, 7:40 PMMike Kuhlen
12/08/2022, 8:00 PMtracing.otlp.endpoint instead of tracing.otlp.url? From https://github.com/bentoml/BentoML/pull/3052/filesMike Kuhlen
12/08/2022, 8:00 PMMike Kuhlen
12/08/2022, 8:03 PMtype -> exporter_type too.Sean
12/09/2022, 11:46 PMSean
12/10/2022, 12:01 AMurl has been renamed to endpoint. We should have maintained backward compatibility. To unblock you immediately with v1.0.12, could you please try to update url to endpoint. We will work internally to bring back the compatibility. Sorry about interruption.Mike Kuhlen
12/10/2022, 12:02 AMtype to exporter_type. After that we got it working again. 😄Mike Kuhlen
12/10/2022, 12:03 AMv1.1.0, rather than just a point release.Sean
12/10/2022, 12:07 AMAaron Pham
12/10/2022, 2:06 AMAaron Pham
12/10/2022, 2:07 AMMike Kuhlen
12/10/2022, 2:38 AMapiVersion: <http://serving.yatai.ai/v1alpha2|serving.yatai.ai/v1alpha2>
kind: BentoDeployment
metadata:
name: hotsprings
namespace: yatai
spec:
autoscaling:
max_replicas: 10
min_replicas: 2
bento_tag: hotsprings:27htiftxeck6uasc
ingress:
enabled: true
resources:
limits:
cpu: 1000m
memory: 1024Mi
requests:
cpu: 500m
memory: 500Mi
envs:
- key: BENTOML_CONFIG_OPTIONS
value: >-
tracing.exporter_type=otlp
tracing.sample_rate=1.0
tracing.otlp.protocol=grpc
tracing.otlp.endpoint=<http://otel-collector.big-brother.svc.cluster.local:4317>
- key: OTEL_RESOURCE_ATTRIBUTES
value: deployment.environment=staging
- key: OTEL_SERVICE_NAME
value: hotspringsAaron Pham
12/10/2022, 3:19 AM