Skip to content

Commit

Permalink
Update tests to use new property (#2537)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Sep 23, 2022
1 parent 6bc8309 commit 28f6114
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"sampling": {
"overrides": [
{
"telemetryKind": "request",
"telemetryType": "request",
"attributes": [
{
"key": "http.url",
Expand All @@ -22,7 +22,7 @@
"id": "filter out health check"
},
{
"telemetryKind": "dependency",
"telemetryType": "dependency",
"attributes": [
{
"key": "db.statement",
Expand All @@ -34,7 +34,7 @@
"id": "filter out noisy jdbc"
},
{
"telemetryKind": "trace",
"telemetryType": "trace",
"percentage": 100
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"sampling": {
"overrides": [
{
"telemetryKind": "request",
"telemetryType": "request",
"attributes": [
{
"key": "http.url",
Expand Down

0 comments on commit 28f6114

Please sign in to comment.