Fix observability configuration on EntryPoints
This commit is contained in:
parent
0528c054a6
commit
ad7fb8e82b
12 changed files with 217 additions and 8 deletions
|
|
@ -7,6 +7,11 @@
|
|||
"service": "api@internal",
|
||||
"rule": "PathPrefix(`/api`)",
|
||||
"priority": 18,
|
||||
"observability": {
|
||||
"accessLogs": true,
|
||||
"tracing": true,
|
||||
"metrics": true
|
||||
},
|
||||
"status": "enabled",
|
||||
"using": [
|
||||
"web"
|
||||
|
|
@ -22,6 +27,11 @@
|
|||
"tls": {
|
||||
"options": "default-mytlsoption"
|
||||
},
|
||||
"observability": {
|
||||
"accessLogs": true,
|
||||
"tracing": true,
|
||||
"metrics": true
|
||||
},
|
||||
"status": "enabled",
|
||||
"using": [
|
||||
"web"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue