Skip to content

Commit

Permalink
Merge pull request #312 from oslabs-beta/dev
Browse files Browse the repository at this point in the history
Chronos V12
  • Loading branch information
edwinlny committed Aug 24, 2023
2 parents e43a685 + 1d5a250 commit 8a8521b
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion app/containers/DockerHealthContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const DockerHealthContainer: React.FC<HealthContainerProps> = React.memo(props =

console.log("plotting grafana")
grafanaChartsArray.push(
<GrafanaEventChart metricName={metricName} token={token} label={'name'} value={service} />);
<GrafanaEventChart metricName={metricName} token={token} />);

}
}
Expand Down
2 changes: 1 addition & 1 deletion chronos_npm_package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chronosmicro/tracker",
"version": "12.0.1",
"version": "12.0.2",
"description": "Chronos microservice metrics tracker",
"main": "chronos.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/docker/books/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@chronosmicro/tracker": "^12.0.1",
"@chronosmicro/tracker": "^12.0.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/docker/customers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@chronosmicro/tracker": "^12.0.1",
"@chronosmicro/tracker": "^12.0.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/docker/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@chronosmicro/tracker": "^12.0.1",
"@chronosmicro/tracker": "^12.0.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/docker/orders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@chronosmicro/tracker": "^12.0.1",
"@chronosmicro/tracker": "^12.0.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/gRPC/books/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@chronosmicro/tracker": "^8.0.3",
"@chronosmicro/tracker": "^12.0.2",
"@grpc/grpc-js": "^1.2.3",
"@grpc/proto-loader": "^0.5.5",
"dotenv": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/gRPC/orders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@chronosmicro/tracker": "^8.0.3",
"@chronosmicro/tracker": "^12.0.2",
"@grpc/grpc-js": "^1.2.3",
"@grpc/proto-loader": "^0.5.5",
"dotenv": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "nodemon app.js"
},
"dependencies": {
"@chronosmicro/tracker": "file:./chronos_npm_package",
"@chronosmicro/tracker": "^12.0.2",
"cors": "2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/microservices/books/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@chronosmicro/tracker": "^8.0.3",
"@chronosmicro/tracker": "^12.0.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/microservices/customers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"@chronosmicro/tracker": "^8.0.3",
"@chronosmicro/tracker": "^12.0.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/microservices/orders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"@chronosmicro/tracker": "^8.0.3",
"@chronosmicro/tracker": "^12.0.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/microservices/reverse_proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"@chronosmicro/tracker": "^8.0.3",
"@chronosmicro/tracker": "^12.0.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"http-proxy": "^1.18.0",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@chronosmicro/display",
"version": "12.0.1",
"version": "12.0.2",
"description": "Chronos microservice metrics display",
"main": "./build/electron/Main.js",
"directories": {
"doc": "docs",
"example": "examples"
},
"dependencies": {
"@chronosmicro/tracker": "^8.0.3",
"@chronosmicro/tracker": "^12.0.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@jest/types": "^29.6.1",
Expand Down

0 comments on commit 8a8521b

Please sign in to comment.