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

[exporter/awsemfexporter] add tags feature for Cloudwatch Log Group #19406

Merged
merged 29 commits into from
May 11, 2023

Commits on Mar 3, 2023

  1. Add set tags to config

    humivo committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    52e29ba View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    639d0c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Add unit testing to aws emf

    humivo committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    e25c61f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08215ec View commit details
    Browse the repository at this point in the history
  3. Add chlog entry

    humivo committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    fb8c6c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5c93d7 View commit details
    Browse the repository at this point in the history
  5. Fix issue number

    humivo committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    9792497 View commit details
    Browse the repository at this point in the history
  6. Change naming to accountID

    humivo committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    d086990 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    a56ab0c View commit details
    Browse the repository at this point in the history
  2. Fix import

    humivo committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    80c0914 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1af294c View commit details
    Browse the repository at this point in the history
  4. Add comments to client code

    humivo committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    6a72fec View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Move functions to utils.go

    humivo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    0e32886 View commit details
    Browse the repository at this point in the history
  2. Remove line

    humivo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    2ab601c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Change tags call

    humivo committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    37403f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa69c3d View commit details
    Browse the repository at this point in the history
  3. Fix code after merge

    humivo committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    57be341 View commit details
    Browse the repository at this point in the history
  4. Fix spelling error

    humivo committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    2ac02ce View commit details
    Browse the repository at this point in the history
  5. gci the file

    humivo committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    3576ddb View commit details
    Browse the repository at this point in the history
  6. gci the exporter files

    humivo committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c3acf58 View commit details
    Browse the repository at this point in the history
  7. Add gci option prefix

    humivo committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    71eb45c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Add comment to cwlog_client

    humivo committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    27a640a View commit details
    Browse the repository at this point in the history
  2. Address comments on PR

    humivo committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ed6562f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Improve testing

    humivo committed May 9, 2023
    Configuration menu
    Copy the full SHA
    3701061 View commit details
    Browse the repository at this point in the history
  2. Run gci command

    humivo committed May 9, 2023
    Configuration menu
    Copy the full SHA
    18dacb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a64e2d View commit details
    Browse the repository at this point in the history
  4. Fix license header

    humivo committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5e99c16 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Simplify return statement

    humivo committed May 11, 2023
    Configuration menu
    Copy the full SHA
    71e81c3 View commit details
    Browse the repository at this point in the history
  2. Run gci command on code

    humivo committed May 11, 2023
    Configuration menu
    Copy the full SHA
    26df4c3 View commit details
    Browse the repository at this point in the history