igorpeshansky

Results 18 comments of igorpeshansky

@goccy Any thoughts on this PR? Thanks.

@sdenef-adeo We understand that the PR was to advise the users of the costs they may incur, while your FR is to actually control those costs. That PR was referencing...

@saturnism offered to send a PR to help with the docs.

@7adietri, could you please be more specific about the issues you ran into with `metric_relabel_configs` (what was your exact configuration, what were the exact errors in the sidecar log, what...

@WaterKnight1998 are there any errors in the container logs for the sidecar? What is the exact configuration of the sidecar?

The sidecar supports a number of resources, all of which are listed in [resource_map.go](https://github.com/Stackdriver/stackdriver-prometheus-sidecar/blob/master/retrieval/resource_map.go). Most of the other labels are attached to the timeseries, except for the target labels and...

Note that fluent-bit *is* available on Windows: https://docs.fluentbit.io/manual/installation/windows. The fluent-bit build used for Anthos may not be, however.

We should be able to wrap `struct tm` into a fluent-bit-specific struct that adds timezone info on Windows (and other platforms that don't have `tm_gmtoff`), e.g.: ``` struct flb_tm {...

@edsiper Could you take a quick look when you have a chance?