Commit graph

27 commits

Author SHA1 Message Date
Brandon Morelli
3ced121be0
[APM] UX text review (#161400)
## Summary

@gchaps and I met to review text on some APM UI pages. Outcomes:

1. Service **m**ap or Service **M**ap — there is inconsistency in the
APM UI with how we refer to Service maps. In some cases, we use title
case (Service Map). In others, we use sentence case (Service map). As
per the [EUI writing
guidelines](https://eui.elastic.co/#/guidelines/writing/guidelines#capitalization),
we should use title case for product features.
2. Storage **e**xplorer or Storage **E**xplorer — same story here. We
use title case sometimes and sentence case others. We should use title
case as this is a product feature.
3. Various text enhancements and changes.
2023-07-07 07:41:46 -07:00
Brandon Morelli
72c5d5286a
Update APM links (#156460)
This PR updates three APM links. For the failing links in
https://github.com/elastic/apm-server/pull/10560.
2023-05-02 21:42:18 -04:00
Brandon Morelli
733a6c2244
[APM] 8.7.0 Documentation and screenshot updates (#153140)
### Summary

- Closes https://github.com/elastic/observability-docs/issues/2632.
- Closes https://github.com/elastic/observability-docs/issues/2631.
- Closes https://github.com/elastic/observability-docs/issues/2633.
- Closes https://github.com/elastic/observability-docs/issues/2630.
- Closes https://github.com/elastic/observability-docs/issues/1339.
2023-03-29 10:21:44 -07:00
Yngrid Coello
3d3a885ad7
[APM] Show warning if transaction groups are dropped (#148625)
Closes https://github.com/elastic/kibana/issues/146648.

### Changes
- `transaction_detail_link.tsx` prevent navigation to tx details when
bucket name is other and display the warning tooltip
- `xpack.apm.ui.transactionGroupBucketSize` ui setting was removed and
now we have a hardcoded limit of `1000` buckets when querying
transactions.

**After this change**


https://user-images.githubusercontent.com/1313018/214321647-e0ae59d6-0761-4d9e-a0fe-ef21397aeff7.mov


- When kibana limit has been reached
<img width="1391" alt="image"
src="https://user-images.githubusercontent.com/1313018/214321902-05fbfa6c-7c99-4b21-a67b-7e134c14ab73.png">

- When having only `_other`
<img width="1390" alt="image"
src="https://user-images.githubusercontent.com/1313018/214332887-d6fd59a2-d1ef-4b61-b6ed-79a6d458f0a0.png">

### Test instructions
1. Checkout PR branch
2. Execute Synthtrace scenario
    a. For reaching kibana limit callout
        ```
node scripts/synthtrace --clean other_transaction_group_bucket.ts
--scenarioOpts.txGroups=1001
        ```
    b. For `_other` callout
        ```
node scripts/synthtrace --clean other_transaction_group_bucket.ts
        ```

---------

Co-authored-by: Achyut Jhunjhunwala <achyut.jhunjhunwala@elastic.co>
2023-01-30 15:40:25 +01:00
Brandon Morelli
2228086ae6
[APM] docs: SDH documentation updates (#149359)
## Summary

Two small documentation updates based on feedback in recent SDHs.
2023-01-24 14:30:18 -08:00
Avinash Upadhyaya K R
aac3420e40
docs: fix link to distributed tracing origins (#132912) 2022-05-26 12:44:01 +01:00
Brandon Morelli
b69487bc60
Update troubleshooting.asciidoc (#122397)
* Update troubleshooting.asciidoc

* Update troubleshooting.asciidoc

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-01-18 11:53:47 -08:00
DeDe Morton
98f531c343
Remove config template link (#123072) 2022-01-14 13:26:55 -05:00
Brandon Morelli
2daadc0d74
docs: update links to APM docs (#115664) 2021-10-20 09:43:30 -07:00
Brandon Morelli
77ad8fe991
docs: fix config names (#114903) 2021-10-13 14:21:50 -07:00
Giorgos Bamparopoulos
767f007bb3
Update namespace for indices (#114612)
* Update namespace for indices

* Update default index for transactions

Co-authored-by: Søren Louv-Jansen <sorenlouv@gmail.com>
2021-10-13 15:57:31 +01:00
Brandon Morelli
2f7e0afed9
docs: remove link to APM Server (#114038) 2021-10-05 20:18:48 -04:00
Brandon Morelli
9ab26cf089
docs: APM updates for 7.14 (#104232)
Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
2021-07-12 15:12:56 -07:00
Brandon Morelli
645545ebdf
[APM] docs: correlations feedback (#94750) 2021-03-17 13:02:49 -07:00
Brandon Morelli
043848787d
docs: add PHP agent info to docs (#91773) 2021-02-18 11:06:13 -08:00
Brandon Morelli
f91d7bf188
docs: APM 7.11 updates (#89789) 2021-02-01 17:03:14 -08:00
Kaarina Tungseth
c77619352b
[DOCS] 7.10 Core UI changes (#80407)
* [DOCS] 7.10 screenCore UI changes

* Kibana access options

* Removed Kibana from Set up Kibana

* Removed rogue symbols

* Update docs/spaces/index.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/management/managing-beats.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Review comments

* Update docs/user/introduction.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Review comments

* Changed menu to main menu

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2020-10-22 09:06:51 -05:00
Brandon Morelli
1d4b4fc1cf
[docs] 7.10 APM docs updates (#80605) 2020-10-20 14:25:42 -07:00
Brandon Morelli
12cd179e12
docs: fix temp link (#77005) 2020-09-17 10:45:39 -07:00
Brandon Morelli
8ef31f6684
docs: fix link to APM Server (#77002) 2020-09-08 19:36:41 -07:00
Brandon Morelli
3f44757973
[APM] docs: unique transaction troubleshooting (#69831)
* docs: draft

* docs: finishing touches
2020-06-29 14:51:38 -07:00
Brandon Morelli
02bcc8e78b
[APM] docs: restructure APM documentation for 7.7 (#63280) 2020-04-15 07:54:26 -07:00
Brandon Morelli
532f14f0f4
docs: feedback from @sqren (#57405) 2020-02-12 09:42:54 -08:00
Brandon Morelli
b2c9beb00f
[APM][docs] Add troubleshooting for non-indexed fields (#54948) 2020-02-07 13:15:25 -05:00
Brandon Morelli
0e46b240bb
[docs][APM] Add runtime index config documentation (#53907) 2020-01-08 16:44:56 -08:00
Brandon Morelli
b91c24c0b3
docs: unknown route (#52703) 2019-12-11 09:53:44 -08:00
Brandon Morelli
3fad5c2b5b
[docs] APM troubleshooting section (#47073) 2019-10-07 14:00:07 -07:00