devops-42

Results 42 comments of devops-42

@luanphantiki unfortunately it seems not to work. Steps which I've done: * cloned your repo * switched into branch `snapshot-timeout-support` * built the new Docker image using `docker build -t...

@luanphantiki Tested again. The log file now shows that the timeout parameter could parsed correctly, but the task still aborts after 60s: ``` 2021/10/28 08:13:05 Reading configuration... 2021/10/28 08:13:05 Vault...

Hey @luanphantiki finally :) Thumbs up, good work! ``` 2021/10/29 13:58:25 Reading configuration... 2021/10/29 13:58:25 Vault http client timeout has been set to 5m0s 2021/10/29 14:01:43 Successfully created aws snapshot...

Hi @joe-elliott thanks for your response. In the compactor log repeatedly these messages occur: ``` level=info ts=2022-09-29T07:42:35.320458023Z caller=poller.go:191 msg="writing tenant index" tenant=fake metas=0 compactedMetas=0 level=error ts=2022-09-29T07:42:35.351091189Z caller=tempodb.go:441 msg="failed to poll...

Hi @mem, to be honest I haven't tried again since the build update #722 But within the next days I'll give it a try again and will inform you about...

Hi @pavolloffay, thanks for your response! There's no real need for an additional service. If the existing collector service would expose the Prometheus exporter it'd be fine :) Cheers

HI @kevinearls, here we go: ``` apiVersion: opentelemetry.io/v1alpha1 kind: OpenTelemetryCollector metadata: name: opentelemetry-collector spec: config: | receivers: otlp: protocols: grpc: http: # Collect own metrics prometheus: config: scrape_configs: - job_name:...

Hi, I'm wondering that [here](https://github.com/argoproj/argo-events/blob/master/docs/eventbus/kafka.md) the `EventBus` using Kafka is already described, but the link to the whole description is broken. Moreover, when using the example I got an error:...

Hi @dfarr thanks for sharing the links. I use the `v1.7.6` release (chart version argo-events-2.1.4)

Hi @dfarr have now deployed the `latest` tag for which I assume that it corresponds to the `master` branch: ``` kubectl apply -f https://raw.githubusercontent.com/argoproj/argo-events/master/manifests/install.yaml customresourcedefinition.apiextensions.k8s.io/eventbus.argoproj.io created customresourcedefinition.apiextensions.k8s.io/eventsources.argoproj.io created customresourcedefinition.apiextensions.k8s.io/sensors.argoproj.io created...