Skip to content

Commit

Permalink
Add new images
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelldi committed Apr 4, 2024
1 parent 04eab2e commit af510df
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 10 deletions.
Binary file added docs/images/databases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/databases_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/manifest-action.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/manifest-action_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/project-manifest-action.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/project-manifest-action_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/services.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/services_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/topics/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Partially supported:
* MongoDB
* Redis


![Database list](databases.png){ width="450" }

To disable this behavior, go to **Settings | Tools | Aspire** and disable the **Automatically connect to a created
database** option.
Expand Down
6 changes: 3 additions & 3 deletions docs/topics/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ or [Kubernetes](https://github.com/prom3theu5/aspirational-manifests).
To do this, you can select the Aspire Host node in the Services tool window and run the **Generate Aspire Manifest**
action.

![Generate manifest action](manifest-action.png){ width="400" }


Otherwise, select the Aspire Host project in the Solution view and run this action from the **Tools | Generate Aspire
Otherwise, select the Aspire Host project in the Solution view and run this action from the **Project | Tools | Generate Aspire
Manifest** menu.


![Generate manifest project action](project-manifest-action.png){ width="600" }

The manifest will be generated under the Aspire Host project in the `aspire-manifest` folder.

Expand Down
14 changes: 10 additions & 4 deletions docs/topics/open-telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,25 @@ OpenTelemetry support is in an experimental state. To enable it, go to **Setting
The plugin can display a metrics table and chart for your dotnet projects. To show a chart, choose a metrics and
double-click on the row.

![Aspire metrics chart](metrics.jpg){ width="750" }
![Metrics chart](metrics.jpg){ width="700" }

## Distributed Trace diagram

The plugin can display a distributed trace diagram. When you select the Aspire Host node in the Services tree, you will
see the diagram icon.

![Aspire distributed trace diagram](show-diagram.png){ width="750" }
![Distributed trace diagram action](show-diagram.png){ width="400" }

This action opens a system diagram based on distributed traces.

![Aspire distributed trace diagram](diagram.png){ width="750" }
![Distributed trace diagram](diagram.png){ width="500" }

You can then select a single vertex, right-click on it, and explore additional attributes from the trace.

![Aspire distributed trace diagram](diagram-details.png){ width="750" }
![Distributed trace diagram with details](diagram-details.png){ width="500" }

<seealso>
<category ref="ext">
<a href="https://opentelemetry.io/">OpenTelemetry</a>
</category>
</seealso>
4 changes: 2 additions & 2 deletions docs/topics/run-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ This run configuration allows you to run or debug multiple projects registered i
A separate node will also be created in the Services tool window.
It allows you to monitor resources while Aspire Host is running.
For example, you can find resource properties, endpoints, environment variables, and read logs there.
In addition, the resource tree provides OpenTelemetry information if this feature is enabled.

In addition, the resource tree provides [OpenTelemetry information](open-telemetry.md) if this feature is enabled.

![Services tool window integration](services.png){ width="700" }

<seealso>
<category ref="ext">
Expand Down

0 comments on commit af510df

Please sign in to comment.