Skip to content

Commit

Permalink
update references to services item in serverless side bar
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenmcginnis committed Nov 8, 2024
1 parent c576b14 commit 8b6da09
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/en/serverless/alerting/create-manage-rules.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Learn more about Observability rules and how to create them:

You start by defining the rule and how often it should be evaluated. You can extend these rules by adding an appropriate action (for example, send an email or create an issue) to be triggered when the rule conditions are met. These actions are defined within each rule and implemented by the appropriate connector for that action e.g. Slack, Jira. You can create any rules from scratch using the **Manage Rules** page, or you can create specific rule types from their respective UIs and benefit from some of the details being pre-filled (for example, Name and Tags).

* For APM alert types, you can select **Alerts and rules** and create rules directly from the **Services**, **Traces**, and **Dependencies** UIs.
* For APM alert types, you can select **Alerts and rules** and create rules directly from the **Service Inventory**, **Traces**, and **Dependencies** UIs.
* For SLO alert types, from the **SLOs** page open the **More actions** menu image:images/icons/boxesHorizontal.svg[action menu] for an SLO and select **Create new alert rule**. Alternatively, when you create a new SLO, the **Create new SLO burn rate alert rule** checkbox is enabled by default and will prompt you to <<observability-create-slo-burn-rate-alert-rule,Create SLO burn rate rule>> upon saving the SLO.

////
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ address or region, is facing increased latency due to local data center issues.

To find correlations:

. In your {obs-serverless} project, go to **Applications** → **Services**.
. In your {obs-serverless} project, go to **Applications** → **Service Inventory**.
. Select a service.
. Select the **Transactions** tab.
. Select a transaction group in the **Transactions** table.
Expand Down
2 changes: 1 addition & 1 deletion docs/en/serverless/apm/apm-get-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ refer to <<observability-apm-send-data-to-elastic>>.
After one or more APM agents are installed and successfully sending data, you can view
application performance monitoring data in the UI.

In the _Applications_ section of the main menu, select **Services**.
In the _Applications_ section of the main menu, select **Service Inventory**.
This will show a high-level overview of the health and general performance of all your services.

Learn more about visualizing APM data in <<observability-apm-view-and-analyze-traces>>.
Expand Down
4 changes: 2 additions & 2 deletions docs/en/serverless/apm/apm-query-your-data.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ To learn more about the {kib} query language capabilities, see the {kibana-ref}/
[[observability-apm-query-your-data-apm-queries]]
== APM queries

APM queries can be handy for removing noise from your data in the <<observability-apm-services,Services>>, <<observability-apm-transactions,Transactions>>,
APM queries can be handy for removing noise from your data in the <<observability-apm-services,Service Inventory>>, <<observability-apm-transactions,Transactions>>,
<<observability-apm-errors,Errors>>, <<observability-apm-metrics,Metrics>>, and <<observability-apm-traces,Traces>> views.

For example, in the **Services** view, you can quickly view a list of all the instrumented services running on your production
For example, in the **Service Inventory** view, you can quickly view a list of all the instrumented services running on your production
environment: `service.environment : production`. Or filter the list by including the APM agent's name and the host it’s running on:
`service.environment : "production" and agent.name : "java" and host.name : "prod-server1"`.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/serverless/apm/apm-ui-overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ preview:[]
For a quick, high-level overview of the health and performance of your application,
start with:

* <<observability-apm-services,Services>>
* <<observability-apm-services,Service Inventory>>
* <<observability-apm-traces,Traces>>
* <<observability-apm-dependencies,Dependencies>>
* <<observability-apm-service-map,Service Map>>
Expand Down
2 changes: 1 addition & 1 deletion docs/en/serverless/apm/apm-ui-service-map.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ distributed tracing will not work, and the connection will not be drawn on the m
[[observability-apm-service-map-visualize-your-architecture]]
== Visualize your architecture

From **Services**, switch to the **Service Map** tab to get started.
From **Service Inventory**, switch to the **Service Map** tab to get started.
By default, all instrumented services and connections are shown.
Whether you're onboarding a new engineer, or just trying to grasp the big picture,
drag things around, zoom in and out, and begin to visualize how your services are connected.
Expand Down
6 changes: 3 additions & 3 deletions docs/en/serverless/apm/apm-ui-services.asciidoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[[observability-apm-services]]
= Services
= Service Inventory

// :keywords: serverless, observability, reference

preview:[]

The **Services** inventory provides a quick, high-level overview of the health and general
The **Service Inventory** provides a quick, high-level overview of the health and general
performance of all instrumented services.

To help surface potential issues, services are sorted by their health status:
Expand Down Expand Up @@ -45,7 +45,7 @@ image::images/services/apm-service-group.png[Example view of service group in th

To create a service group:

. In your {obs-serverless} project, go to **Applications** → **Services**.
. In your {obs-serverless} project, go to **Applications** → **Service Inventory**.
. Switch to **Service groups**.
. Click **Create group**.
. Specify a name, color, and description.
Expand Down

0 comments on commit 8b6da09

Please sign in to comment.