Axel Mendoza
Axel Mendoza
Hi @bsekachev @zhiltsov-max, Sorry to disturb. Would it be possible to have someone on this issue ? It is a major problem for our team as we want to start...
I found a workaround that made it work: ```bash gcloud auth application-default login --project $PROJECT ``` Apparently, this makes the script recognize the workspace. Should we add it to the...
I don't think that it is related to library versions as I was able to send logs to Elastic APM successfully with manual instrumentation.
Hi @stephenhoran, Thanks for your response ;) I've solved my problem by sending the metrics to an Otel Collector that also forwards to ES. I have no clue why it...
I'm really interested in seeing this feature implemented too! Quick question: would this feature also enable referencing stack outputs? For example: ``` stack "stack_1" { source = "stacks/stack_1" path =...
> I'm really interested in seeing this feature implemented too! > > Quick question: would this feature also enable referencing stack outputs? > > For example: > > ``` >...
It works after forcing the protobuf version to the `tracking_server\requirements.txt`: ```bash protobuf==3.20.0 ``` Should I PR the change ?