Machhindra

Results 5 issues of Machhindra

Trying to use tsbs_load_timescaledb to benchmark native partitions in Postgres 13.3. `cat timescaledbdata_iot_Jun21_3days.gz | gunzip | /root/go/bin/tsbs_load_timescaledb --postgres=sslmode=disable --db-name=test --host="$PGHOST" --port="$PGPORT" --pass="$PGPASSWORD" --user="$PGUSER" --workers=4 --batch-size=10000 --reporting-period=10s --use-hypertable=false --use-jsonb-tags=false --in-table-partition-tag=true --hash-workers=false...

[This](https://opentelemetry.io/docs/collector/trace-receiver/) page needs to be updated to replace deprecated APIS. e.g ![image](https://user-images.githubusercontent.com/14235758/193884311-4f40d5f3-2809-4ea1-aaa1-d8ce6c73fd35.png) atmAttrs.InsertString needs to be replaced with atmAttrs.PutString. Another example `func NewSpanID() pdata.SpanID ` Needs to be changed to...

bug
docs
sig:collector

**Is your feature request related to a problem? Please describe.** I am interested in using this library for anomaly detection and forecast for the metrics collected for our systems and...

I am trying to generate load to test the performance of the system. I used following command. It looks like it generates max 1 metric per second. ```docker run --rm...

I am trying to build z/OSMF workflow to copy my application docker images from USS into zCX server. There are two approaches - - Push docker image to zCX Private/Public...