Skip to content

Commit

Permalink
Links updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jobykorahgeorgeibm committed Jul 22, 2024
1 parent 3892c46 commit 3e4eb6d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
32 changes: 16 additions & 16 deletions docs/docs/android/awesome-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ A Shopping application instrumented with <a href="https://github.com/instana/and

<img src="../imgs/roboshop-android/init.png" alt="login" width="150" height="300"><img src="../imgs/roboshop-android/login.png" alt="login" width="150" height="300"><img src="../imgs/roboshop-android/settings.png" alt="login" width="150" height="300"><img src="../imgs/roboshop-android/dashboard.png" alt="login" width="150" height="300"><br><img src="../imgs/roboshop-android/product_detail.png" alt="login" width="150" height="300"><img src="../imgs/roboshop-android/cart.png" alt="login" width="150" height="300"><img src="../imgs/roboshop-android/coupon.png" alt="login" width="150" height="300"><img src="../imgs/roboshop-android/card.png" alt="login" width="150" height="300">

##### Applicaion Link //TODO::Replace link
##### Applicaion Link

You can download this application ☞
<button onclick="window.open('https://download-directory.github.io/?url=https://github.com/instana/flutter-agent/tree/main/lib', '_blank')" style="background-color: #157878; color: white; padding: 10px 20px; border: none; cursor: pointer; border-radius: 4px;">Download Folder</button>
<button onclick="window.open('https://download-directory.github.io/?url=https://github.com/instana/awesome-eum/tree/master/android-compose-robotshop', '_blank')" style="background-color: #157878; color: white; padding: 10px 20px; border: none; cursor: pointer; border-radius: 4px;">Download Folder</button>

The Application repository ☞ <a href="https://github.com/instana/flutter-agent/tree/main/lib" target="_blank">here</a>.
The Application repository ☞ <a href="https://github.com/instana/awesome-eum/tree/master/android-compose-robotshop" target="_blank">here</a>.

---

Expand Down Expand Up @@ -92,12 +92,12 @@ For more information and detailed documentation, visit the <a href="https://www.

<img src="../imgs/showcase-android/config_screen.png" alt="login" width="150" height="300"><img src="../imgs/showcase-android/crash_screen.png" alt="login" width="150" height="300"><img src="../imgs/showcase-android/credentials_screen.png" alt="login" width="150" height="300"><img src="../imgs/showcase-android/profile_screen.png" alt="login" width="150" height="300"><br><img src="../imgs/showcase-android/custom_events_screen.png" alt="login" width="150" height="300"><img src="../imgs/showcase-android/home_screen.png" alt="login" width="150" height="300"><img src="../imgs/showcase-android/network_screen.png" alt="login" width="150" height="300"><img src="../imgs/showcase-android/log_screen.png" alt="login" width="150" height="300">

##### Applicaion Link TODO::Upldate link
##### Applicaion Link

You can download this application ☞
<button onclick="window.open('https://download-directory.github.io/?url=https://github.com/instana/flutter-agent/tree/main/lib', '_blank')" style="background-color: #157878; color: white; padding: 10px 20px; border: none; cursor: pointer; border-radius: 4px;">Download Folder</button>
<button onclick="window.open('https://download-directory.github.io/?url=https://github.com/instana/awesome-eum/tree/master/android-api-showcase', '_blank')" style="background-color: #157878; color: white; padding: 10px 20px; border: none; cursor: pointer; border-radius: 4px;">Download Folder</button>

The Application repository ☞ <a href="https://github.com/instana/flutter-agent/tree/main/lib" target="_blank">here</a>.
The Application repository ☞ <a href="https://github.com/instana/awesome-eum/tree/master/android-api-showcase" target="_blank">here</a>.


---
Expand All @@ -111,29 +111,29 @@ This app showcases the simplest use case of the Instana Android Agent in an Andr
- Coroutines
- OkHttp3

##### Compiling (TODO:: replace links after host)
##### Compiling

Open [ExampleApp.kt](../../../android-crash/app/src/main/java/com/instana/android/example/ExampleApp.kt) and replace these two values with your own (obtained in your Instana Dashboard):
Open [ExampleApp.kt](https://github.com/instana/awesome-eum/blob/master/android-crash-user-consent/app/src/main/java/com/instana/android/example/ExampleApp.kt) and replace these two values with your own (obtained in your Instana Dashboard):
1. `REPORTING_URL`
2. `KEY`

Compile as usual using Android Studio 3.x

##### Structure (TODO:: replace links after host)
##### Structure

- Instana dependencies in [project-level gradle.build](../../../android-crash/build.gradle)
- Instana plugin and dependencies in [module-level gradle.build](../../../android-crash/app/build.gradle)
- Minimal initialization of Instana Agent in [ExampleApp.kt](../../../android-crash/app/src/main/java/com/instana/android/example/ExampleApp.kt)
- Set view name in `onResume()` in [MainActivity.kt](../../../android-crash/app/src/main/java/com/instana/android/example/MainActivity.kt)
- Instana dependencies in [project-level gradle.build](https://github.com/instana/awesome-eum/blob/master/android-crash-user-consent/build.gradle)
- Instana plugin and dependencies in [module-level gradle.build](https://github.com/instana/awesome-eum/blob/master/android-crash-user-consent/app/build.gradle)
- Minimal initialization of Instana Agent in [ExampleApp.kt](https://github.com/instana/awesome-eum/blob/master/android-crash-user-consent/app/src/main/java/com/instana/android/example/ExampleApp.kt)
- Set view name in `onResume()` in [MainActivity.kt](https://github.com/instana/awesome-eum/blob/master/android-crash-user-consent/app/src/main/java/com/instana/android/example/MainActivity.kt)
- OkHttp3 and coroutines to execute a single query which Instana automatically tracks

##### Screenshots

<img src="../imgs/crash-android/app-screenshot.png" alt="login" width="150" height="300">

##### Applicaion Link TODO::Upldate link
##### Applicaion Link

You can download this application ☞
<button onclick="window.open('https://download-directory.github.io/?url=https://github.com/instana/flutter-agent/tree/main/lib', '_blank')" style="background-color: #157878; color: white; padding: 10px 20px; border: none; cursor: pointer; border-radius: 4px;">Download Folder</button>
<button onclick="window.open('https://download-directory.github.io/?url=https://github.com/instana/awesome-eum/tree/master/android-crash-user-consent', '_blank')" style="background-color: #157878; color: white; padding: 10px 20px; border: none; cursor: pointer; border-radius: 4px;">Download Folder</button>

The Application repository ☞ <a href="https://github.com/instana/flutter-agent/tree/main/lib" target="_blank">here</a>.
The Application repository ☞ <a href="https://github.com/instana/awesome-eum/tree/master/android-crash-user-consent" target="_blank">here</a>.
12 changes: 6 additions & 6 deletions docs/docs/backend/be-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

### Steps to quick start server up and running

- 1. Download the `jar` file from [here](https://)
- 2. Make your 8081 port free
- 1. Download/Clone repo from <a href="https://github.com/instana/awesome-eum/tree/master/backend-springboot-robotshops" target="_blank">here</a>
- 2. Open the application in Intellij IDE and sync libraries
- 3. Make your 8081 port free (or you can change the port number <a href="https://github.com/instana/awesome-eum/blob/master/backend-springboot-robotshop/src/main/resources/application.properties" target="_blank">here</a>.
- 1. run ```lsof -i :8081 | grep LISTEN | awk '{print $2}' | xargs kill -9```
- 3. Make sure you have JAVA_HOME setuped and having java version >=17
- 4. From the downloded `jar` file folder run the below command
- ```java -jar YOUR_DOWNLOADED_JAR_FILE_NAME.jar```
- 3. Make sure you have JAVA_HOME setup and having java version >=17
- 4. Click the run icon on IDE


After the above steps, try loading below url in the browser

[http://localhost:8081/v2/product/all](http://localhost:8081/v2/product/all)
<a href="http://localhost:8081/v2/product/all" target="_blank">http://localhost:8081/v2/product/all</a>

If you could see the response, you are all set for utilising/running applicatins with these APIs
6 changes: 3 additions & 3 deletions docs/docs/flutter/awesome-flutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ For more information and detailed documentation, visit the <a href="https://www.

<img src="../imgs/showcase-flutter/all_at_once_screen.png" alt="login" width="150" height="300"><img src="../imgs/showcase-flutter/credential_screen.png" alt="login" width="150" height="300"><img src="../imgs/showcase-flutter/feature_listing.png" alt="login" width="150" height="300"><img src="../imgs/showcase-flutter/network_screen.png" alt="login" width="150" height="300"><img src="../imgs/showcase-flutter/profile_screen.png" alt="login" width="150" height="300">

##### Applicaion Link TODO::Upldate link
##### Applicaion Link

You can download this application ☞
<button onclick="window.open('https://download-directory.github.io/?url=https://github.com/instana/flutter-agent/tree/main/lib', '_blank')" style="background-color: #157878; color: white; padding: 10px 20px; border: none; cursor: pointer; border-radius: 4px;">Download Folder</button>
<button onclick="window.open('https://download-directory.github.io/?url=https://github.com/instana/awesome-eum/tree/master/flutter-api-showcase', '_blank')" style="background-color: #157878; color: white; padding: 10px 20px; border: none; cursor: pointer; border-radius: 4px;">Download Folder</button>

The Application repository ☞ <a href="https://github.com/instana/flutter-agent/tree/main/lib" target="_blank">here</a>.
The Application repository ☞ <a href="https://github.com/instana/awesome-eum/tree/master/flutter-api-showcase" target="_blank">here</a>.


---
2 changes: 1 addition & 1 deletion docs/docs/introduction/whatisit.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A collection of awesome things regarding Instana End User Monitoring.

## Awesome EUM Repository

This repository is a comprehensive collection of remarkable tools and resources created by the End User Monitoring (EUM) team. It aims to provide a deeper understanding of the capabilities of various EUM agents, such as [Weasel](https://github.com/instana/weasel), [iOS](https://github.com/instana/iOSAgent), [Android](https://github.com/instana/android-agent), [Flutter](https://github.com/instana/flutter-agent) & [React-Native](https://github.com/instana/react-native-agent/).
This repository is a comprehensive collection of remarkable tools and resources created by the End User Monitoring (EUM) team. It aims to provide a deeper understanding of the capabilities of various EUM agents, such as <a href="https://github.com/instana/weasel" target="_blank">Weasel</a>, <a href="https://github.com/instana/iOSAgent" target="_blank">iOS</a>, <a href="https://github.com/instana/android-agent" target="_blank">Android</a>, <a href="https://github.com/instana/flutter-agent" target="_blank">Flutter</a> & <a href="https://github.com/instana/react-native-agent/" target="_blank">React-Native</a>.

Within this repository, you will find a plethora of sample applications specifically designed to showcase the advanced features and functionalities of these agents. These samples illustrate how the agents can monitor performance, detect issues, and enhance the user experience in real-world scenarios.

Expand Down
6 changes: 3 additions & 3 deletions docs/docs/weasel/awesome-weasel.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ IBM - Office of the CIO

<img src="../imgs/showcase-ionic/home.png" alt="login"><br><br><img src="../imgs/showcase-ionic/cus.png" alt="login" ><br><br><img src="../imgs/showcase-ionic/errors.png" alt="login"><br><br><img src="../imgs/showcase-ionic/xhr.png">

##### Applicaion Link //TODO::Replace link
##### Applicaion Link

You can download this application ☞
<button onclick="window.open('https://download-directory.github.io/?url=https://github.com/instana/flutter-agent/tree/main/lib', '_blank')" style="background-color: #157878; color: white; padding: 10px 20px; border: none; cursor: pointer; border-radius: 4px;">Download Folder</button>
<button onclick="window.open('https://download-directory.github.io/?url=https://github.com/instana/awesome-eum/tree/master/ionic-example-apps/ionic-example-app1', '_blank')" style="background-color: #157878; color: white; padding: 10px 20px; border: none; cursor: pointer; border-radius: 4px;">Download Folder</button>

The Application repository ☞ <a href="https://github.com/instana/flutter-agent/tree/main/lib" target="_blank">here</a>.
The Application repository ☞ <a href="https://github.com/instana/awesome-eum/tree/master/ionic-example-apps/ionic-example-app1" target="_blank">here</a>.

---

Expand Down

0 comments on commit 3e4eb6d

Please sign in to comment.