Skip to content

Commit 7a8f04a

Browse files
authored
chore: fixing the broken image link due to s3 bucket deletion issue (#42)
1 parent bbed6f6 commit 7a8f04a

File tree

10 files changed

+8
-12
lines changed

10 files changed

+8
-12
lines changed

src/pages/platform-ui/index.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ template: docs
55
---
66
## Hypertrace Dashboard
77

8-
| ![space-1.jpg](https://s3.amazonaws.com/hypertrace-docs/dashboard-3.png) |
9-
|:--:|
10-
11-
12-
| ![space-1.jpg](https://s3.amazonaws.com/hypertrace-docs/dashboard-2.png) |
8+
| ![space-1.jpg](https://raw.githubusercontent.com/hypertrace/hypertrace-docs-website/main/static/images/dashboard-2.png) |
139
|:--:|
1410
| *Hypertrace Dashboard* |
1511

@@ -26,7 +22,7 @@ Then if you scroll down you will get lists of top assets including top endpoints
2622

2723
## Application flow
2824

29-
| ![space-1.jpg](https://s3.amazonaws.com/hypertrace-docs/flow.png) |
25+
| ![space-1.jpg](https://raw.githubusercontent.com/hypertrace/hypertrace-docs-website/main/static/images/flow.png) |
3026
|:--:|
3127
| *Application Flow with Hypertrace* |
3228

@@ -36,15 +32,15 @@ Of course this does normal controls like zoom and refresh which you can find in
3632

3733

3834
## Services
39-
| ![space-1.jpg](https://s3.amazonaws.com/hypertrace-docs/services.png) |
35+
| ![space-1.jpg](https://raw.githubusercontent.com/hypertrace/hypertrace-docs-website/main/static/images/services.png) |
4036
|:--:|
4137
| *List of all services in application with Hypertrace* |
4238

4339
Services section in hypertrace shows you all the services your application has and if you increase timeframe you can even see list of all services sent traces to Hypertrace in last few hours or even days.
4440

4541
## Service details
4642

47-
| ![space-1.jpg](https://hypertrace-docs.s3.amazonaws.com/services.gif) |
43+
| ![space-1.jpg](https://raw.githubusercontent.com/hypertrace/hypertrace-docs-website/main/static/images/frontend-service.png) |
4844
|:--:|
4945
| *Frontend microservice details with Hypertrace* |
5046

@@ -56,7 +52,7 @@ At the same time, there can be millions of traces, so search is an important fea
5652

5753
## Traces
5854

59-
| ![space-1.jpg](https://s3.amazonaws.com/hypertrace-docs/traces.png) |
55+
| ![space-1.jpg](https://raw.githubusercontent.com/hypertrace/hypertrace-docs-website/main/static/images/traces.png) |
6056
|:--:|
6157
| *Tracing with Hypertrace* |
6258

@@ -67,15 +63,15 @@ At the same time, there can be millions of traces, so search is an important fea
6763

6864
## Backends
6965

70-
| ![space-1.jpg](https://s3.amazonaws.com/hypertrace-docs/backends.png) |
66+
| ![space-1.jpg](https://raw.githubusercontent.com/hypertrace/hypertrace-docs-website/main/static/images/backends.png) |
7167
|:--:|
7268
| *Backends with Hypertrace* |
7369

7470
Backends are typically databases, like MySQL and Redis. Insights here are derived from client requests and most helpful to infrastructure teams trying to understand which queries are causing performance problems. a backend overview should look familiar. It visualizes latency, error and call count along with a list of services using this backend! The traces tab is tuned for the backend owner, for example to see requests coming into MySQL
7571

7672
## Explorer
7773

78-
| ![space-1.jpg](https://s3.amazonaws.com/hypertrace-docs/explore.png) |
74+
| ![space-1.jpg](https://raw.githubusercontent.com/hypertrace/hypertrace-docs-website/main/static/images/explorer.png) |
7975
|:--:|
8076
| *Hypertrace Explorer* |
8177

src/pages/sample-app/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Use pre-built Docker images and a release manifest that is easy to deploy to an
3333

3434
**Online Boutique** is composed of microservices written in multiple languages that talk to each other over gRPC.
3535

36-
| ![space-1.jpg](https://s3.amazonaws.com/fininity.tech/DT/architecture-diagram.png) |
36+
| ![space-1.jpg](https://raw.githubusercontent.com/hypertrace/hypertrace-docs-website/main/static/image/online-boutique-architecture-diagram.png) |
3737
|:--:|
3838
| *Microservices Architecture* |
3939

static/images/backends.png

183 KB
Loading

static/images/dashboard-2.png

380 KB
Loading

static/images/explorer.png

373 KB
Loading

static/images/flow.png

255 KB
Loading

static/images/frontend-service.png

406 KB
Loading
Loading

static/images/services.png

229 KB
Loading

static/images/traces.png

517 KB
Loading

0 commit comments

Comments
 (0)