Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update lightstep snco docs for rebrand and new demo #13996

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Conversation

cartersocha
Copy link

Please provide a description for what this PR is for.

Updating the lightstep integration document for the new rebrand and to remove the deprecated tracers recommendation for the OpenTelemetry equivalent

And to help us figure out who should review this PR, please
put an X in all the areas that this PR affects.

  • Ambient
  • Docs
  • Installation
  • Networking
  • Performance and Scalability
  • Extensions and Telemetry
  • Security
  • Test and Release
  • User Experience
  • Developer Infrastructure

@istio-policy-bot
Copy link

😊 Welcome! This is either your first contribution to the Istio documentation repo, or
it's been a while since you've been here. A few things you should know:

  • You can learn about how we write and maintain documentation, our style guidelines,
    and the available web site features by visiting Contributing to the Docs.

  • In the next few minutes, an automatic preview of your change will be built with
    a full copy of the istio.io website. You can find this preview by clicking on
    the Details link next to the deploy/netlify entry in the status section of this
    page.

  • We care about quality, so we've put in place a number of checks to ensure our documentation
    is top-notch. We do spell checking, sanitize the Markdown, ensure all hyperlinks point to a
    valid location, and more. If your PR doesn't pass one of these checks, you'll see a red X in the
    lint_istio.io entry in the status section. Click on the Details link to get a list of the
    problems with your PR. Fix those problems and push an update; this will automatically re-run the
    tests. Hopefully this time everything will be perfect!

  • Once your changes are accepted and merged into the repository, they will initially show up
    on https://preliminary.istio.io. The changes will be published to https://istio.io
    the next time we do a major release (which typically happens every 3 months or so).
    To publish them sooner, add a cherrypick/release-x.xx label, where x.xx is the current
    release of Istio.

Thanks for contributing!

Courtesy of your friendly welcome wagon.

@istio-testing istio-testing added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. needs-ok-to-test labels Oct 10, 2023
@istio-testing
Copy link
Contributor

Hi @cartersocha. Thanks for your PR.

I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@ericvn
Copy link
Contributor

ericvn commented Oct 10, 2023

/ok-to-test

@istio-testing istio-testing added ok-to-test Set this label allow normal testing to take place for a PR not submitted by an Istio org member. and removed needs-ok-to-test labels Oct 10, 2023
@cartersocha
Copy link
Author

thanks @ericvn. This PR is ready for review / passing the relevant checks

Copy link
Member

@windsonsea windsonsea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indent 4 spaces for an ordered list 1-2-3-4. Current preview is not good for the lists:
https://deploy-preview-13996--preliminary-istio.netlify.app/latest/docs/tasks/observability/distributed-tracing/lightstep/

cartersocha and others added 7 commits October 23, 2023 13:19
…tep/index.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>
…tep/index.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>
…tep/index.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>
…tep/index.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>
…tep/index.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>
…tep/index.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>
…tep/index.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>
cartersocha and others added 3 commits October 23, 2023 13:20
…tep/index.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>
…tep/index.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>
…tep/index.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>
This task shows you how to configure Istio to collect trace spans and send them to [Lightstep](https://lightstep.com).
Lightstep lets you analyze 100% of unsampled transaction data from large scale production software to produce meaningful
This task shows you how to configure Istio to collect trace spans and send them to [ServiceNow Cloud Observability](https://lightstep.com) (SNCO).
SNCO lets you analyze 100% of unsampled transaction data from large scale production software to produce meaningful
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SNCO is not an approved external acronym. We have to spell out Cloud Observability. After the first instance of ServiceNow (in this case in the title), you can omit ServiceNow

@@ -11,8 +11,8 @@ test: no

{{< boilerplate telemetry-tracing-tips >}}

This task shows you how to configure Istio to collect trace spans and send them to [Lightstep](https://lightstep.com).
Lightstep lets you analyze 100% of unsampled transaction data from large scale production software to produce meaningful
This task shows you how to configure Istio to collect trace spans and send them to [ServiceNow Cloud Observability](https://lightstep.com) (SNCO).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This task shows you how to configure Istio to collect trace spans and send them to [ServiceNow Cloud Observability](https://lightstep.com) (SNCO).
This task shows you how to configure Istio to collect trace spans and send them to [Cloud Observability](https://lightstep.com).


1. Ensure sure you have a Lightstep [access token](https://docs.lightstep.com/docs/create-and-manage-access-tokens). Access tokens allow your app to communicate with your Lightstep project.
Before installing Istio you will need to have a Kubernetes cluster running a supported version of Kubernetes. For Istio v.19 this is Kubernetes versions 1.25, 1.26, 1.27 or 1.28. See here for a list of supported Kubernetes versions if you are installing a different version of Istio.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to add a link here to check a full list of k8s versions.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't want to have to main this, so just assume that someone has Istio (or link to a setup guide) and give the specific changes for Cloud Observability.


How you deploy Istio depends on which type of Satellite you use.
1. Use the following command to download and extract the latest Istio release for your operating system (Linux of macOS). For other releases and operating systems, download the your installation file from the Istio releases page
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linux or macOS?

craigbox and others added 4 commits November 9, 2023 13:02
…tep/index.md

Co-authored-by: Robin Whitmore <50384513+robswhitmore@users.noreply.github.com>
…tep/index.md

Co-authored-by: Robin Whitmore <50384513+robswhitmore@users.noreply.github.com>
…tep/index.md

Co-authored-by: Robin Whitmore <50384513+robswhitmore@users.noreply.github.com>
Co-authored-by: Robin Whitmore <50384513+robswhitmore@users.noreply.github.com>
Co-authored-by: Michael <haifeng.yao@daocloud.io>
@@ -1,6 +1,6 @@
---
title: Lightstep
description: How to configure the proxies to send tracing requests to Lightstep.
title: ServiceNow Cloud Observability (Lightstep)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: ServiceNow Cloud Observability (Lightstep)
title: ServiceNow Cloud Observability (formerly Lightstep)

title: Lightstep
description: How to configure the proxies to send tracing requests to Lightstep.
title: ServiceNow Cloud Observability (Lightstep)
description: How to configure the proxies to send tracing requests to ServiceNow Cloud Observability (Lightstep).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: How to configure the proxies to send tracing requests to ServiceNow Cloud Observability (Lightstep).
description: How to configure the proxies to send tracing requests to ServiceNow Cloud Observability.

title: Lightstep
description: How to configure the proxies to send tracing requests to Lightstep.
title: ServiceNow Cloud Observability (Lightstep)
description: How to configure the proxies to send tracing requests to ServiceNow Cloud Observability (Lightstep).
weight: 11
keywords: [telemetry,tracing,lightstep]
aliases:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would be inclined to rename this page to servicenow-cloud-observability/index.md and set up an alias for lightstep/index.md so that it redirects.

@@ -11,8 +11,8 @@ test: no

{{< boilerplate telemetry-tracing-tips >}}

This task shows you how to configure Istio to collect trace spans and send them to [Lightstep](https://lightstep.com).
Lightstep lets you analyze 100% of unsampled transaction data from large scale production software to produce meaningful
This task shows you how to configure Istio to collect trace spans and send them to [ServiceNow Cloud Observability](https://lightstep.com) (SNCO).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use new URL


1. Ensure sure you have a Lightstep [access token](https://docs.lightstep.com/docs/create-and-manage-access-tokens). Access tokens allow your app to communicate with your Lightstep project.
Before installing Istio you will need to have a Kubernetes cluster running a supported version of Kubernetes. For Istio v.19 this is Kubernetes versions 1.25, 1.26, 1.27 or 1.28. See here for a list of supported Kubernetes versions if you are installing a different version of Istio.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't want to have to main this, so just assume that someone has Istio (or link to a setup guide) and give the specific changes for Cloud Observability.

that the call took 15.30 ms. The second span is labeled with the `reviews.default.svc.cluster.local:9080/*` operation
and the `reviews.default: proxy server` service. The second span is a child of the first span and represents the
server-side span of the call. The screenshot shows that the call took 14.60 ms.
* [Configure Istio to Send Metrics to Cloud Observability](https://docs.lightstep.com/integrations/ingest-metrics-istio)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these valid with new product name?

@istio-testing
Copy link
Contributor

@cartersocha: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
lint_istio.io 7f303ee link true /test lint

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@istio-testing istio-testing added the needs-rebase Indicates a PR needs to be rebased before being merged label Mar 6, 2024
@istio-testing
Copy link
Contributor

PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/docs needs-rebase Indicates a PR needs to be rebased before being merged ok-to-test Set this label allow normal testing to take place for a PR not submitted by an Istio org member. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants