Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno authored Dec 22, 2023
1 parent 5913f98 commit 510d8b5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .devcontainer/dotnet-observability/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
}
},
"forwardPorts": [
3000,
9090,
9411,
32000,
32001
],
Expand All @@ -29,6 +32,15 @@
"cpus": 4
},
"portsAttributes": {
"3000": {
"label": "Grafana"
},
"9090": {
"label": "Prometheus"
},
"9411": {
"label": "Zipkin"
},
"32001": {
"label": "Back End"
},
Expand Down

0 comments on commit 510d8b5

Please sign in to comment.