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

[receiver/saphanareceiver] New SAP HANA metrics receiver #9234

Merged
merged 62 commits into from
May 2, 2022

Commits on Mar 14, 2022

  1. initial commit

    Sam DeHaan committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    8cd5181 View commit details
    Browse the repository at this point in the history
  2. initial generated metric

    Sam DeHaan committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    1319f8d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. First sap hana metric

    Sam DeHaan committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    1f4e737 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Fully functioning first metric

    Sam DeHaan committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    9a8016b View commit details
    Browse the repository at this point in the history
  2. Set up structures for monitoring queries for sap hana

    Sam DeHaan committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    78b4e4a View commit details
    Browse the repository at this point in the history
  3. Clean up sap hana collection code a bit

    Sam DeHaan committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    7bf7503 View commit details
    Browse the repository at this point in the history
  4. More touchups to hana

    Sam DeHaan committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    a366eeb View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. initial tests & enhancements to support unit tests

    Sam DeHaan committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c25a3b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Small fixes, finish metadata

    Sam DeHaan committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    8153ae5 View commit details
    Browse the repository at this point in the history
  2. Add rest of metrics to metadata

    Sam DeHaan committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    0d34ab2 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Enhance null support, finish adding queries

    Sam DeHaan committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    1332980 View commit details
    Browse the repository at this point in the history
  2. Enhance testing & update queries

    Sam DeHaan committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    48cf925 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into sap-hana

    Sam DeHaan committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    8eb950a View commit details
    Browse the repository at this point in the history
  4. tidy up the gomod

    Sam DeHaan committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    e9426d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Support disabling queries

    Sam DeHaan committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    69d83e5 View commit details
    Browse the repository at this point in the history
  2. Update queries slightly

    Sam DeHaan committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    c6be416 View commit details
    Browse the repository at this point in the history
  3. Ensure variable coming from go sql is not ratio

    Sam DeHaan committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    97a73fa View commit details
    Browse the repository at this point in the history
  4. Update saphana documentation

    Sam DeHaan committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    d029fe7 View commit details
    Browse the repository at this point in the history
  5. Alphabetize sap hana queries in LPU documentation

    Sam DeHaan committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    c153216 View commit details
    Browse the repository at this point in the history
  6. Minor change to sap hana documentation

    Sam DeHaan committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    302d23b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Update go mod

    Sam DeHaan committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    81f9136 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into sap-hana

    Sam DeHaan committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    986030e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Merge branch 'main' into sap-hana

    Sam DeHaan committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    e4fc708 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Merge branch 'main' into sap-hana

    Sam DeHaan committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    a8f82bc View commit details
    Browse the repository at this point in the history
  2. Update query based on feedback

    Sam DeHaan committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    0bd6151 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Merge branch 'main' into sap-hana

    Sam DeHaan committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    544b1a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Merge branch 'main' into sap-hana

    Sam DeHaan committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    4550593 View commit details
    Browse the repository at this point in the history
  2. Fix documentation

    Sam DeHaan committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    1aa1dac View commit details
    Browse the repository at this point in the history
  3. Address linter issues

    Sam DeHaan committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    a5e9c2a View commit details
    Browse the repository at this point in the history
  4. Add changelog entry

    Sam DeHaan committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    b5a1e50 View commit details
    Browse the repository at this point in the history
  5. Appease linter

    Sam DeHaan committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    620deb0 View commit details
    Browse the repository at this point in the history
  6. Add component to components list for saphana

    Sam DeHaan committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    021126f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Update receiver/saphanareceiver/Makefile

    Co-authored-by: Daniel Jaglowski <jaglows3@gmail.com>
    dehaansa and djaglowski authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    44ab994 View commit details
    Browse the repository at this point in the history
  2. Update receiver/saphanareceiver/testdata/mocked_queries/mostly_disabl…

    …ed_results.json
    
    Co-authored-by: Daniel Jaglowski <jaglows3@gmail.com>
    dehaansa and djaglowski authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    de0ca49 View commit details
    Browse the repository at this point in the history
  3. Update receiver/saphanareceiver/testdata/mocked_queries/all_query_res…

    …ults.json
    
    Co-authored-by: Daniel Jaglowski <jaglows3@gmail.com>
    dehaansa and djaglowski authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    074a2db View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into sap-hana

    Sam DeHaan committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    9f28081 View commit details
    Browse the repository at this point in the history
  5. Address some PR feedback

    Sam DeHaan committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    bd69de5 View commit details
    Browse the repository at this point in the history
  6. Ensure all errors end up in ScrapeErrors

    Sam DeHaan committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    4b8331a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Merge branch 'main' into sap-hana

    Sam DeHaan committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    91075be View commit details
    Browse the repository at this point in the history
  2. Add codeowner

    Sam DeHaan committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    d29319e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. Update dependencies in gomod

    Sam DeHaan committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    56cbd8f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Merge branch 'main' into sap-hana

    Sam DeHaan committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    a87fdcd View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Merge branch 'main' into sap-hana

    Sam DeHaan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    9130485 View commit details
    Browse the repository at this point in the history
  2. Add resource attributes

    Sam DeHaan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    f920d26 View commit details
    Browse the repository at this point in the history
  3. Address linter

    Sam DeHaan committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    a10fbd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Update gomod

    Sam DeHaan committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    8d4225e View commit details
    Browse the repository at this point in the history
  2. Add db.system identifier

    Sam DeHaan committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    f791169 View commit details
    Browse the repository at this point in the history
  3. Tiny change to error message to trigger ci

    Sam DeHaan committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    8bed44d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into sap-hana

    Sam DeHaan committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    fec5d0c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Merge branch 'main' into sap-hana

    Sam DeHaan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    6c0e54f View commit details
    Browse the repository at this point in the history
  2. Add replace to saphana go mod

    Sam DeHaan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    77b2a47 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into sap-hana

    Sam DeHaan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    aae8528 View commit details
    Browse the repository at this point in the history
  4. Update reference in saphana gomod

    Sam DeHaan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    0634b18 View commit details
    Browse the repository at this point in the history
  5. Fix unnecessary update to sapmexporter gomod

    Sam DeHaan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    28badde View commit details
    Browse the repository at this point in the history
  6. Address PR feedback

    Sam DeHaan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    446b170 View commit details
    Browse the repository at this point in the history
  7. Reduce repetition in client

    Sam DeHaan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    84381b8 View commit details
    Browse the repository at this point in the history
  8. Simplify assignment in client

    Sam DeHaan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    81a4c92 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Merge branch 'main' into sap-hana

    Sam DeHaan committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    a1d8a21 View commit details
    Browse the repository at this point in the history
  2. Update gomod

    Sam DeHaan committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    0da4899 View commit details
    Browse the repository at this point in the history
  3. Fix another gomod entry

    Sam DeHaan committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    3e504b6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Merge branch 'main' into sap-hana

    Sam DeHaan committed May 2, 2022
    Configuration menu
    Copy the full SHA
    cb6bcee View commit details
    Browse the repository at this point in the history
  2. Fix changelog location after merge

    Sam DeHaan committed May 2, 2022
    Configuration menu
    Copy the full SHA
    2a294a9 View commit details
    Browse the repository at this point in the history