-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into vandonr/wip
- Loading branch information
Showing
635 changed files
with
18,937 additions
and
6,676 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 62 additions & 0 deletions
62
communication/src/test/resources/agent-features/agent-info-with-telemetry-proxy.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"version": "0.99.0", | ||
"git_commit": "fab047e10", | ||
"build_date": "2020-12-04 15:57:06.74187 +0200 EET m=+0.029001792", | ||
"endpoints": [ | ||
"/v0.3/traces", | ||
"/v0.3/services", | ||
"/v0.4/traces", | ||
"/v0.4/services", | ||
"/v0.5/traces", | ||
"/v0.6/stats", | ||
"/profiling/v1/input", | ||
"/telemetry/proxy/", | ||
"/v0.1/pipeline_stats", | ||
"/evp_proxy/v1/", | ||
"/evp_proxy/v2/", | ||
"/debugger/v1/input", | ||
"/v0.7/config" | ||
], | ||
"feature_flags": [ | ||
"feature_flag" | ||
], | ||
"config": { | ||
"default_env": "prod", | ||
"bucket_interval": 1000000000, | ||
"extra_aggregators": [ | ||
"agg:val" | ||
], | ||
"extra_sample_rate": 2.4, | ||
"target_tps": 11, | ||
"max_eps": 12, | ||
"receiver_port": 8111, | ||
"receiver_socket": "/sock/path", | ||
"connection_limit": 12, | ||
"receiver_timeout": 100, | ||
"max_request_bytes": 123, | ||
"statsd_port": 123, | ||
"max_memory": 1000000, | ||
"max_cpu": 12345, | ||
"analyzed_rate_by_service_legacy": { | ||
"X": 1.2 | ||
}, | ||
"analyzed_spans_by_service": { | ||
"X": { | ||
"Y": 2.4 | ||
} | ||
}, | ||
"obfuscation": { | ||
"elastic_search": true, | ||
"mongo": true, | ||
"sql_exec_plan": true, | ||
"sql_exec_plan_normalize": true, | ||
"http": { | ||
"remove_query_string": true, | ||
"remove_path_digits": true | ||
}, | ||
"remove_stack_traces": false, | ||
"redis": true, | ||
"memcached": false | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.