Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Update README.md with correct proxy client code example  #164

@haosong

Description

@haosong

The right way for proxy client setup should be:

WavefrontSender wavefrontSender = new WavefrontClient.Builder(proxyServerWithPort (tracing/metrics/histogram port)).
  messageSizeBytes(messageSizeInBytes).
  batchSize(batchSize).
  flushIntervalSeconds(flushIntervalSeconds).
  maxQueueSize(queueSize).
  build(); ```

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions