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

Tanzu Tile implementation and documentation #2726

Merged
merged 25 commits into from
Mar 28, 2023

Commits on Mar 23, 2023

  1. Tanzu Tile implementation and docs

    This change implements the required code for creating the Tanzu Tile.
    The Tanzu Tile is a way to deploy the collector to get metrics from
    the Tanzu environment. In the tile directory, run the command
    ./make-latest-tile to generate the Tanzu tile. Refer to DEVELOPMENT.md
    to know how to properly use the created tile.
    crobert-1 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    f9fab82 View commit details
    Browse the repository at this point in the history
  2. Add GitHub Tanzu Tile test action

    New action tests tile creation to make sure changes
    to the BOSH releaes and Tanzu tile don't break making
    the tile. Also, fix BOSH release test link to homebrew.
    crobert-1 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    33292e3 View commit details
    Browse the repository at this point in the history
  3. Remove Smart Agent dependency

    There is no need to download and have the Smart Agent as
    a dependency for the bosh release and tanzu tile, so this
    removes it.
    crobert-1 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    fa3091b View commit details
    Browse the repository at this point in the history
  4. Address comments from Ryan

    - Add makefile for BOSH deployment effort
    - Add more links for BOSH development info
    - Clear up confusion with READMEs
    crobert-1 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    452c4ae View commit details
    Browse the repository at this point in the history
  5. Use icon from o11y product design

    I got in contact with Josh Johnson, a product designer
    for Splunk o11y, and he provided the Splunk logo that
    is broadly used in o11y.
    crobert-1 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    7e1b197 View commit details
    Browse the repository at this point in the history
  6. Rename tile to match proper convention

    - Should be splunk-otel-collector rather than splunk-opentelemetry-collector
    crobert-1 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    db49182 View commit details
    Browse the repository at this point in the history
  7. Add Tanzu Tile images

    crobert-1 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    1150615 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2b92ed View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    5ec066f View commit details
    Browse the repository at this point in the history
  2. Updates requested by Antoine

    - Add OpenTelemetry to Splunk Collector references
    - Make shallow clone in setup script
    - Set homebrew action to specific commit
    crobert-1 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    a1d9229 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31e616f View commit details
    Browse the repository at this point in the history
  4. Add license header

    crobert-1 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    003c6a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d27880 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80d16a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    aa0402e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9678199 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d67af0a View commit details
    Browse the repository at this point in the history
  4. Change variable setting to proper syntax

    When the variable name is alone it's interpreted as a command,
    rather than setting the variable.
    crobert-1 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f34caa4 View commit details
    Browse the repository at this point in the history
  5. Try another tile path

    crobert-1 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    3d107c0 View commit details
    Browse the repository at this point in the history
  6. Try debugging for tile file

    crobert-1 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    a472003 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    449a004 View commit details
    Browse the repository at this point in the history
  8. Use full path

    crobert-1 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    a158f83 View commit details
    Browse the repository at this point in the history
  9. Full path cleaned up

    crobert-1 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    a225fd7 View commit details
    Browse the repository at this point in the history
  10. Update tile file extension

    crobert-1 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    abd8af5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Make TLS validation opt out

    crobert-1 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    eb317eb View commit details
    Browse the repository at this point in the history