-
Notifications
You must be signed in to change notification settings - Fork 225
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
feat: Oltp metrics exporter #3021
Conversation
* 'main' of https://github.com/flipt-io/flipt: chore(deps): bump golang.org/x/net in /examples/openfeature (#3003) chore(deps): bump github.com/docker/docker in /build (#2999) chore(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 (#3012) chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc (#3009) chore(deps): bump github.com/go-sql-driver/mysql from 1.8.0 to 1.8.1 (#3011) chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.22.0 (#3010)
* 'main' of https://github.com/flipt-io/flipt: chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 in /rpc/flipt (#3004)
3551766
to
af1bb2b
Compare
* 'main' of https://github.com/flipt-io/flipt: chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 in /sdk/go (#3006) chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 in /core (#3005) chore: update changelog for v1.40.2 (#3020) refactor(storage): move from lib/pq to pgx (#2996) fix(cmd/grpc): skip eval data service when evaluation API auth excluded (#3018)
Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
af1bb2b
to
aa2d99a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
Something is wrong here. The code looks good but there is not data at
|
Hmm I tested it locally using our Docker Compose metrics example and I got data in prometheus |
But you're right I dont see |
@erka I think i just fixed it with my last commit |
I added a basic IT to catch this going forward |
Oops. did not know this would automerge without requiring re-review 😲 |
If theres any more feedback on this PR i can fix in a another branch before release, so lmk! |
@markphelps it looks good. One thing that could be wrong that |
Do you mean so that someone could configure it to be |
* 'main' of https://github.com/flipt-io/flipt: feat: Oltp metrics exporter (#3021)
If you check the otlp client it uses |
Ah I see! Yes will create a new pr for http support both here and for OTLP tracing |
@markphelps there is one more thing about prometheus Lines 434 to 435 in 2ca5dfb
There could be some activity with it even the configuration has 'metrics' disabled or otlp is set. I personally don't see the issue here but the documentation may need some adjustments. |
Fixes: #2997