Skip to content

Encrypting/encoding of API key? #259

Answered by codecapitano
adamk9k asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @adamk9k

Payload sizes may vary for several reasons like:

  • Users can provide additional attributes to most of the Faro APIs like pushEvent() for example.
  • If people decide to add the Web-Tracing instrumentation the payload size will increase. This is because this instrumentation uses OpenTelemetry under the hood which has a different, more verbose, data format as Faro
  • People can use the OtlpHttpTrasnport to transform the Faro payload to to the Otlp format (this is mostly for users which want to stay vendor agnostic and send data to their own Otel collector)
  • Users can define change batch size / timeout which has an influence on the payload size

At the moment there is an upper limit whic…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@adamk9k
Comment options

@codecapitano
Comment options

Answer selected by adamk9k
@codecapitano
Comment options

@adamk9k
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants