File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
demos/microservices/templates Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
{% macro render_service(service) -%}
2
2
< div class ="uk-card uk-card-default uk-card-body uk-card-hover ">
3
- < h3 class ="uk-card-title ">
3
+ < h3 class ="uk-card-title uk-heading-line ">
4
4
< a href ="http://{{service.host}}:{{service.port}}/api/v1/data "target ="_blank "> {{service.name}}</ a >
5
5
</ h3 >
6
6
< ul >
@@ -27,18 +27,27 @@ <h3 class="uk-card-title">
27
27
</ head >
28
28
< body >
29
29
< div class ="uk-container uk-container-center uk-margin-top uk-margin-large-bottom ">
30
+ < hr class ="uk-divider-icon ">
30
31
< article class ="uk-article ">
31
32
< h1 class ="uk-article-title "> < a class ="uk-link-reset " href =""> aiozipkin microservices demo</ a > </ h1 >
32
33
< p class ="uk-text-lead ">
33
- There is larger micro services example, using aiohttp. This demo consists of
34
- five simple services that call each other, as result you can study client
34
+ There is larger micro services example, using < a hre "https://github.com/aio-libs/ aiohttp" > aiohttp </ a > .
35
+ This demo consists of five simple services that call each other, as result you can study client
35
36
server communication and zipkin integration for large projects. Each
36
37
box element of this page rendered with help of different service.
37
38
</ p >
38
39
< p > < span class ="uk-label "> Zipkin UI</ span > < a href ="{{zipkin}} " target ="_blank "> {{zipkin}}</ a > </ p >
39
40
{{ render_service(service) }}
41
+
40
42
</ article >
43
+ < hr class ="uk-divider-icon ">
44
+ < h5 class ="uk-text-center ">
45
+ < span >
46
+ < a hre "https://github.com/aio-libs/aiozipkin"> https://github.com/aio-libs/aiozipkin</ a >
47
+ </ span >
48
+ </ h5 >
41
49
</ div >
42
50
</ body >
43
51
</ html >
44
52
53
+
You can’t perform that action at this time.
0 commit comments