Skip to content

Commit

Permalink
Update default export format, closes #108
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanpo committed Apr 22, 2024
1 parent 689d772 commit f3bd368
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

properties
Endpoint (1,1) string = "http://localhost:4318/v1/logs" % Export destination
Format (1,1) string = "JSON" % Data format, JSON or binary
Format (1,1) string = "binary" % Data format, JSON or binary
JsonBytesMapping (1,1) string = "hexId" % What to convert JSON bytes to
UseJsonName (1,1) logical = false % Whether to use JSON name of protobuf field to set the key of JSON
Timeout (1,1) duration = seconds(10) % Maximum time above which exports will abort
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
% HTTP. By default, it exports to the default address of the OpenTelemetry
% Collector.

% Copyright 2023 The MathWorks, Inc.
% Copyright 2023-2024 The MathWorks, Inc.

properties
Endpoint (1,1) string = "http://localhost:4318/v1/metrics" % Export destination
Format (1,1) string = "JSON" % Data format, JSON or binary
Format (1,1) string = "binary" % Data format, JSON or binary
JsonBytesMapping (1,1) string = "hexId" % What to convert JSON bytes to
UseJsonName (1,1) logical = false % Whether to use JSON name of protobuf field to set the key of JSON
Timeout (1,1) duration = seconds(10) % Maximum time above which exports will abort
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
% HTTP. By default, it exports to the default address of the OpenTelemetry
% Collector.

% Copyright 2023 The MathWorks, Inc.
% Copyright 2023-2024 The MathWorks, Inc.

properties
Endpoint (1,1) string = "http://localhost:4318/v1/traces" % Export destination
Format (1,1) string = "JSON" % Data format, JSON or binary
Format (1,1) string = "binary" % Data format, JSON or binary
JsonBytesMapping (1,1) string = "hexId" % What to convert JSON bytes to
UseJsonName (1,1) logical = false % Whether to use JSON name of protobuf field to set the key of JSON
Timeout (1,1) duration = seconds(10) % Maximum time above which exports will abort
Expand Down

0 comments on commit f3bd368

Please sign in to comment.