这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: githubexporter/github-exporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.3
Choose a base ref
...
head repository: githubexporter/github-exporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.4
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 1, 2023

  1. Fix loop that never returns on http error

      - While running this exporter in the grafana agent, we have identified a loop
      that never returns in case of http error. This in turn causes the agent to never
      release a lock, preventing it from making progress.
      - Note: I have not added additional metrics to report errors as I am trying to keep the
      scope of this change minimal, but it would be a good idea to add a gauge as stated in
      the [prometheus guidelines](https://prometheus.io/docs/instrumenting/writing_exporters/#failed-scrapes).
    jcreixell committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    7759b72 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Add repo migration notice

    Henry McConville committed May 22, 2023
    Configuration menu
    Copy the full SHA
    98f32bb View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Update README.md

    henrymcconville authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ed3b89f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Merge pull request #92 from jcreixell/fix-error-handling-upstream

    Fix loop that never returns on http error
    henrymcconville authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d6d3e44 View commit details
    Browse the repository at this point in the history
Loading