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

postgresqlreceiver: Add missing units in metadata.yaml #23571

Merged
merged 7 commits into from
Jun 26, 2023

Commits on Jun 20, 2023

  1. postgresqlreceiver: Add missing units in metadata.yaml

    Metric unit is required, see: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/cmd/mdatagen/metadata-schema.yaml#L72-L73.
    
    This PR adds the unit to metrics where this is missing:
    - postgresql.bgwriter.maxwritten
    - postgresql.table.count
    mackjmr committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    d27cb9c View commit details
    Browse the repository at this point in the history
  2. add changelog

    mackjmr committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0c1b188 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

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

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    61ec5c8 View commit details
    Browse the repository at this point in the history
  2. run golden.WriteMetrics

    mackjmr committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    86f63f7 View commit details
    Browse the repository at this point in the history
  3. re-run golden.WriteMetrics

    mackjmr committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    2eebf67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b589284 View commit details
    Browse the repository at this point in the history